Home
last modified time | relevance | path

Searched refs:scredp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_restore_cred.c68 const void *scredp; in openpam_restore_cred() local
72 r = pam_get_data(pamh, PAM_SAVED_CRED, &scredp); in openpam_restore_cred()
75 if (scredp == NULL) in openpam_restore_cred()
77 scred = scredp; in openpam_restore_cred()
H A Dopenpam_borrow_cred.c69 const void *scredp; in openpam_borrow_cred() local
73 r = pam_get_data(pamh, PAM_SAVED_CRED, &scredp); in openpam_borrow_cred()
74 if (r == PAM_SUCCESS && scredp != NULL) { in openpam_borrow_cred()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsasl.c190 struct berval *scredp = NULL; in ldap_sasl_bind_s() local
220 scredp = NULL; in ldap_sasl_bind_s()
222 rc = ldap_parse_sasl_bind_result( ld, result, &scredp, 0 ); in ldap_sasl_bind_s()
234 *servercredp = scredp; in ldap_sasl_bind_s()
235 scredp = NULL; in ldap_sasl_bind_s()
239 if ( scredp != NULL ) { in ldap_sasl_bind_s()
240 ber_bvfree(scredp); in ldap_sasl_bind_s()