Searched refs:out_ktypes (Results 1 – 1 of 1) sorted by relevance
343 grow_ktypes(krb5_enctype **out_ktypes, int *out_nktypes, krb5_enctype ktype) in grow_ktypes() argument348 if ((*out_ktypes)[i] == ktype) in grow_ktypes()354 ktypes[i] = (*out_ktypes)[i]; in grow_ktypes()357 free(*out_ktypes); in grow_ktypes()358 *out_ktypes = ktypes; in grow_ktypes()