Searched refs:SASL_CB_PASS (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | ldaptool-sasl.c | 110 case SASL_CB_PASS: in get_default() 127 if (interact->id == SASL_CB_PASS && defaults != NULL) { in get_default() 167 if (interact->id == SASL_CB_PASS || interact->id == SASL_CB_NOECHOPROMPT) {
|
/titanic_44/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 463 prompt = _plug_find_prompt(prompt_need, SASL_CB_PASS); 490 ret = utils->getcallback(utils->conn, SASL_CB_PASS, 494 ret = pass_cb(utils->conn, pass_context, SASL_CB_PASS, password); 669 (prompts)->id = SASL_CB_PASS;
|
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 556 #define SASL_CB_PASS 0x4004 /* client passphrase-based secret */ macro
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 223 case SASL_CB_PASS: in __s_api_sasl_bind_callback()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 521 { SASL_CB_PASS, &getsecret, NULL }, 1075 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS) 1273 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS)
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sasl.c | 87 { SASL_CB_PASS, NULL, NULL },
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | client.c | 688 SASL_CB_PASS,
|