Searched refs:scredp (Results 1 – 3 of 3) sorted by relevance
68 const void *scredp; in openpam_restore_cred() local72 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()
69 const void *scredp; in openpam_borrow_cred() local73 r = pam_get_data(pamh, PAM_SAVED_CRED, &scredp); in openpam_borrow_cred()74 if (r == PAM_SUCCESS && scredp != NULL) { in openpam_borrow_cred()
190 struct berval *scredp = NULL; in ldap_sasl_bind_s() local220 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()