Searched defs:mech_permitted (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c1408 static int mech_permitted(sasl_conn_t *conn, function
1741 if (! mech_permitted(conn, m)) {
1810 inside of mech_permitted (which is called above) */
1817 "Got past mech_permitted with a disallowed mech!");
1820 "Got past mech_permitted with a disallowed mech!");
2109 if (mech_permitted(conn, listptr)) {
2301 * This should call mech_permitted with the PLAIN mechanism,

Completed in 65 milliseconds