Searched refs:authpp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 95 ns_auth_t **authpp = NULL; in authenticate() local 129 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate() 137 if (authpp == NULL) { in authenticate() 138 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in authenticate() 148 if (authpp == NULL) { in authenticate() 159 for (app = authpp; *app; app++) { in authenticate() 271 if (authpp) in authenticate() 272 (void) __ns_ldap_freeParam((void ***)&authpp); in authenticate()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 437 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 D | ldapaddent.c | 4275 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 D | ldap_attr.c | 993 ns_auth_t **authpp = NULL; in ldap_replaceattr() local 1022 ldaprc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp, in ldap_replaceattr() 1032 if (authpp == NULL) { in ldap_replaceattr() 1033 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in ldap_replaceattr() 1043 if (authpp == NULL) { in ldap_replaceattr() 1054 for (app = authpp; *app; app++) { in ldap_replaceattr() 1124 if (authpp) in ldap_replaceattr() 1125 (void) __ns_ldap_freeParam((void ***)&authpp); in ldap_replaceattr()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 576 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 D | cachemgr.c | 1593 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 D | rd_req_dec.c | 533 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 D | ns_reads.c | 4551 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()
|