Home
last modified time | relevance | path

Searched refs:authpp (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c96 ns_auth_t **authpp = NULL; in authenticate() local
130 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate()
138 if (authpp == NULL) { in authenticate()
139 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in authenticate()
149 if (authpp == NULL) { in authenticate()
160 for (app = authpp; *app; app++) { in authenticate()
272 if (authpp) in authenticate()
273 (void) __ns_ldap_freeParam((void ***)&authpp); in authenticate()
/titanic_44/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c438 ns_auth_t **authpp = NULL, **authp = NULL; in main() local
441 (void ***)&authpp, in main()
442 &errorp) != NS_LDAP_SUCCESS || authpp == NULL) { in main()
444 (void) __ns_ldap_freeParam((void ***)&authpp); in main()
452 for (authp = authpp; *authp; authp++) { in main()
H A Dldapaddent.c4273 ns_auth_t **authpp = NULL; in main() local
4427 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in main()
4430 (authpp == NULL && op != OP_DUMP)) { in main()
4441 for (app = authpp; *app; app++) { in main()
/titanic_44/usr/src/lib/passwdutil/
H A Dldap_attr.c990 ns_auth_t **authpp = NULL; in ldap_replaceattr() local
1019 ldaprc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp, in ldap_replaceattr()
1029 if (authpp == NULL) { in ldap_replaceattr()
1030 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in ldap_replaceattr()
1040 if (authpp == NULL) { in ldap_replaceattr()
1051 for (app = authpp; *app; app++) { in ldap_replaceattr()
1121 if (authpp) in ldap_replaceattr()
1122 (void) __ns_ldap_freeParam((void ***)&authpp); in ldap_replaceattr()
/titanic_44/usr/src/cmd/keyserv/
H A Dchkey_common.c585 ns_auth_t **authpp = NULL; in update_ldap_attr() local
642 if (__ns_ldap_getServiceAuthMethods("keyserv", &authpp, &errorp) != in update_ldap_attr()
650 if (authpp == NULL) { in update_ldap_attr()
651 if (__ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in update_ldap_attr()
660 if (authpp == NULL) { in update_ldap_attr()
670 for (app = authpp; *app; app++) { in update_ldap_attr()
/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1595 ns_auth_t **authpp = NULL; local
1668 rc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp,
1680 if (authpp == NULL) {
1681 rc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
1691 if (authpp == NULL) {
1702 for (app = authpp; *app; app++) {
1780 if (authpp != NULL)
1781 (void) __ns_ldap_freeParam((void ***)&authpp);
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c533 krb5_authenticator **authpp, int is_ap_req) in decrypt_authenticator() argument
559 *authpp = local_auth; in decrypt_authenticator()
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_reads.c4431 ns_auth_t **authpp = NULL, *ap; in __ns_ldap_getServiceAuthMethods() local
4468 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *)); in __ns_ldap_getServiceAuthMethods()
4469 if (authpp == NULL) { in __ns_ldap_getServiceAuthMethods()
4497 authpp[cnt++] = ap; in __ns_ldap_getServiceAuthMethods()
4505 *auth = authpp; in __ns_ldap_getServiceAuthMethods()