HomeSort by: relevance | last modified time | path
    Searched defs:scredp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_borrow_cred.c 69 const void *scredp; local
73 r = pam_get_data(pamh, PAM_SAVED_CRED, &scredp);
74 if (r == PAM_SUCCESS && scredp != NULL) {
openpam_restore_cred.c 68 const void *scredp; local
72 r = pam_get_data(pamh, PAM_SAVED_CRED, &scredp);
75 if (scredp == NULL)
77 scred = scredp;
  /src/external/bsd/openldap/dist/libraries/libldap/
sasl.c 190 struct berval *scredp = NULL; local
220 scredp = NULL;
222 rc = ldap_parse_sasl_bind_result( ld, result, &scredp, 0 );
234 *servercredp = scredp;
235 scredp = NULL;
239 if ( scredp != NULL ) {
240 ber_bvfree(scredp);

Completed in 34 milliseconds