Home
last modified time | relevance | path

Searched refs:new_cred_array (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_acquire_cred_with_pw.c318 gss_cred_id_t * new_cred_array = NULL; in gss_add_cred_with_password() local
415 new_cred_array = (gss_cred_id_t *) in gss_add_cred_with_password()
418 if (!new_mechs_array || !new_cred_array) { in gss_add_cred_with_password()
435 (void) memcpy(new_cred_array, union_cred->cred_array, in gss_add_cred_with_password()
438 new_cred_array[union_cred->count] = cred; in gss_add_cred_with_password()
470 new_union_cred->cred_array = new_cred_array; in gss_add_cred_with_password()
489 if (new_cred_array) in gss_add_cred_with_password()
490 free(new_cred_array); in gss_add_cred_with_password()
H A Dg_acquire_cred_imp_name.c336 gss_cred_id_t * new_cred_array = NULL; in gss_add_cred_impersonate_name() local
439 new_cred_array = (gss_cred_id_t *) in gss_add_cred_impersonate_name()
442 if (!new_mechs_array || !new_cred_array) { in gss_add_cred_impersonate_name()
459 (void) memcpy(new_cred_array, union_cred->cred_array, in gss_add_cred_impersonate_name()
462 new_cred_array[union_cred->count] = cred; in gss_add_cred_impersonate_name()
494 new_union_cred->cred_array = new_cred_array; in gss_add_cred_impersonate_name()
512 if (new_cred_array) in gss_add_cred_impersonate_name()
513 free(new_cred_array); in gss_add_cred_impersonate_name()