Searched defs:authMethod (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1460 ns_auth_t **authMethod; local
1666 (void ***)&authMethod, &errorp) != NS_LDAP_SUCCESS) {
1674 if (authMethod != NULL) {
1675 for (i = 0; authMethod[i] != NULL; ++i) {
1676 if (authMethod[i]->type == auth.type) {
1681 if (authMethod[i] == NULL) {
1695 (void) __ns_ldap_freeParam((void ***) &authMethod);
2321 ns_auth_t **authMethod; local
2338 (void ***)&authMethod, &errorp);
2342 "authMethod\
2457 ns_auth_t **authMethod = NULL; local
[all...]
/osnet-11/usr/src/lib/libima/common/
H A Dima.h1143 IMA_AUTHMETHOD authMethod; member in struct:_IMA_SESSION_PROPERTIES

Completed in 31 milliseconds