Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c94 ns_auth_t **authpp = NULL; in authenticate() local
128 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate()
136 if (authpp == NULL) { in authenticate()
137 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in authenticate()
147 if (authpp == NULL) { in authenticate()
158 for (app = authpp; *app; app++) { in authenticate()
270 if (authpp) in authenticate()
271 (void) __ns_ldap_freeParam((void ***)&authpp); in authenticate()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c437 ns_auth_t **authpp = NULL, **authp = NULL; in main() local
440 (void ***)&authpp, in main()
441 &errorp) != NS_LDAP_SUCCESS || authpp == NULL) { in main()
443 (void) __ns_ldap_freeParam((void ***)&authpp); in main()
451 for (authp = authpp; *authp; authp++) { in main()
H A Dldapaddent.c4275 ns_auth_t **authpp = NULL; in main() local
4429 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in main()
4432 (authpp == NULL && op != OP_DUMP)) { in main()
4443 for (app = authpp; *app; app++) { in main()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c991 ns_auth_t **authpp = NULL; in ldap_replaceattr() local
1020 ldaprc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp, in ldap_replaceattr()
1030 if (authpp == NULL) { in ldap_replaceattr()
1031 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in ldap_replaceattr()
1041 if (authpp == NULL) { in ldap_replaceattr()
1052 for (app = authpp; *app; app++) { in ldap_replaceattr()
1122 if (authpp) in ldap_replaceattr()
1123 (void) __ns_ldap_freeParam((void ***)&authpp); in ldap_replaceattr()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c576 ns_auth_t **authpp = NULL; in update_ldap_attr() local
633 if (__ns_ldap_getServiceAuthMethods("keyserv", &authpp, &errorp) != in update_ldap_attr()
641 if (authpp == NULL) { in update_ldap_attr()
642 if (__ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in update_ldap_attr()
651 if (authpp == NULL) { in update_ldap_attr()
661 for (app = authpp; *app; app++) { in update_ldap_attr()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1593 ns_auth_t **authpp = NULL; local
1666 rc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp,
1678 if (authpp == NULL) {
1679 rc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
1689 if (authpp == NULL) {
1700 for (app = authpp; *app; app++) {
1778 if (authpp != NULL)
1779 (void) __ns_ldap_freeParam((void ***)&authpp);
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c4551 ns_auth_t **authpp = NULL, *ap; in __ns_ldap_getServiceAuthMethods() local
4588 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *)); in __ns_ldap_getServiceAuthMethods()
4589 if (authpp == NULL) { in __ns_ldap_getServiceAuthMethods()
4617 authpp[cnt++] = ap; in __ns_ldap_getServiceAuthMethods()
4625 *auth = authpp; in __ns_ldap_getServiceAuthMethods()