Home
last modified time | relevance | path

Searched refs:SASL_SSF (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsasl/include/
H A Dsasl.h780 #define SASL_SSF 1 /* security layer security strength factor, */ macro
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c301 sc = sasl_getprop( ctx, SASL_SSF, (const void **) &ssf ); in ldap_get_option()
H A Dsasl.c817 saslrc = sasl_getprop( ctx, SASL_SSF, (const void **) &ssf ); in nsldapi_sasl_do_bind()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1363 result = sasl_getprop(conn, SASL_SSF,
1389 result = sasl_getprop(conn, SASL_SSF,
H A Ddeliver.c3125 result = sasl_getprop(mci->mci_conn, SASL_SSF,
/titanic_41/usr/src/lib/libsasl/lib/
H A Dcommon.c739 case SASL_SSF: in sasl_getprop()