Searched refs:new_cred_array (Results 1 – 2 of 2) sorted by relevance
318 gss_cred_id_t * new_cred_array = NULL; in gss_add_cred_with_password() local415 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()
336 gss_cred_id_t * new_cred_array = NULL; in gss_add_cred_impersonate_name() local439 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()