Home
last modified time | relevance | path

Searched refs:authMethod (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1456 ns_auth_t **authMethod; in client_init() local
1650 (void ***)&authMethod, &errorp) != NS_LDAP_SUCCESS) { in client_init()
1658 if (authMethod != NULL) { in client_init()
1659 for (i = 0; authMethod[i] != NULL; ++i) { in client_init()
1660 if (authMethod[i]->type == auth.type) { in client_init()
1665 if (authMethod[i] == NULL) { in client_init()
1679 (void) __ns_ldap_freeParam((void ***) &authMethod); in client_init()
2270 ns_auth_t **authMethod; in credCheck() local
2287 (void ***)&authMethod, &errorp); in credCheck()
2335 authMethod && authMethod[counter] != NULL; in credCheck()
[all …]
/onnv-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h325 typedef enum authMethod { enum
/onnv-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h350 typedef enum authMethod { enum
/onnv-gate/usr/src/lib/libima/common/
H A Dima.h1144 IMA_AUTHMETHOD authMethod; member