Searched refs:aMethod (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c115 ns_auth_t **aMethod = NULL, **aNext = NULL; local
152 (void ***)&aMethod, &errp)) != NS_LDAP_SUCCESS) {
157 if (aMethod)
158 (void) __ns_ldap_freeParam((void ***)&aMethod);
164 if (cLevel == NULL || aMethod == NULL) {
167 if (aMethod)
168 (void) __ns_ldap_freeParam((void ***)&aMethod);
178 for (aNext = aMethod; *aNext != NULL; aNext++) {
194 if (aMethod)
195 (void) __ns_ldap_freeParam((void ***)&aMethod);
[all...]
H A Dns_connect.c1480 * aMethod Currently requested authentication method to be tried
1491 ns_auth_t *aMethod,
1508 if (aMethod == NULL) {
1517 aMethod->saslmech != NS_LDAP_SASL_GSSAPI)
1524 (*authp)->auth = *aMethod;
1526 switch (aMethod->type) {
1534 if ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) ||
1535 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)) {
1538 } else if (aMethod->saslmech != NS_LDAP_SASL_GSSAPI) {
1544 if ((aMethod
1489 __s_api_getDefaultAuth( int *cLevel, ns_auth_t *aMethod, ns_cred_t **authp, int getAdmin) argument
1709 ns_auth_t **aMethod = NULL; local
[all...]

Completed in 49 milliseconds