Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1458 ns_auth_t **authMethod; in client_init() local
1652 (void ***)&authMethod, &errorp) != NS_LDAP_SUCCESS) { in client_init()
1660 if (authMethod != NULL) { in client_init()
1661 for (i = 0; authMethod[i] != NULL; ++i) { in client_init()
1662 if (authMethod[i]->type == auth.type) { in client_init()
1667 if (authMethod[i] == NULL) { in client_init()
1681 (void) __ns_ldap_freeParam((void ***) &authMethod); in client_init()
2271 ns_auth_t **authMethod; in credCheck() local
2288 (void ***)&authMethod, &errorp); in credCheck()
2336 authMethod && authMethod[counter] != NULL; in credCheck()
[all …]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h325 typedef enum authMethod { enum
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h351 typedef enum authMethod { enum
/illumos-gate/usr/src/lib/libima/common/
H A Dima.h1144 IMA_AUTHMETHOD authMethod; member