Searched refs:authMethod (Results 1 – 4 of 4) sorted by relevance
1458 ns_auth_t **authMethod; in client_init() local1652 (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() local2288 (void ***)&authMethod, &errorp); in credCheck()2336 authMethod && authMethod[counter] != NULL; in credCheck()[all …]
325 typedef enum authMethod { enum
351 typedef enum authMethod { enum
1144 IMA_AUTHMETHOD authMethod; member