Searched refs:SASL_CB_GETREALM (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 568 prompt = _plug_find_prompt(prompt_need, SASL_CB_GETREALM); 582 ret = utils->getcallback(utils->conn, SASL_CB_GETREALM, 586 ret = realm_cb(realm_context, SASL_CB_GETREALM, availrealms, realm); 691 (prompts)->id = SASL_CB_GETREALM;
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldaptool-sasl.c | 113 case SASL_CB_GETREALM: in get_default()
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 593 #define SASL_CB_GETREALM (0x4008) /* realm to attempt authentication in */ macro
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 217 case SASL_CB_GETREALM: in __s_api_sasl_bind_callback()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sasl.c | 84 { SASL_CB_GETREALM, NULL, NULL },
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 519 { SASL_CB_GETREALM, &saslgetrealm, NULL },
|