Searched refs:auth1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c155 nvlist_t *auth1 = NULL, *auth2 = NULL; local
157 (void) nvlist_lookup_nvlist(nvl1, FM_FMRI_AUTHORITY, &auth1);
159 if (auth1 == NULL && auth2 == NULL)
161 if (auth1 == NULL || auth2 == NULL)
167 (void) nvlist_lookup_string(auth1, *namep, &val1);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c343 * INPUT: auth1, auth2
346 __s_api_is_auth_matched(const ns_cred_t *auth1, argument
349 if ((auth1->auth.type != auth2->auth.type) ||
350 (auth1->auth.tlstype != auth2->auth.tlstype) ||
351 (auth1->auth.saslmech != auth2->auth.saslmech) ||
352 (auth1->auth.saslopt != auth2->auth.saslopt))
355 if ((((auth1->auth.type == NS_LDAP_AUTH_SASL) &&
356 ((auth1->auth.saslmech == NS_LDAP_SASL_CRAM_MD5) ||
357 (auth1->auth.saslmech == NS_LDAP_SASL_DIGEST_MD5))) ||
358 (auth1
[all...]
H A Dns_internal.h877 boolean_t __s_api_is_auth_matched(const ns_cred_t *auth1,

Completed in 76 milliseconds