Searched refs:out_ktypes (Results 1 – 1 of 1) sorted by relevance
385 grow_ktypes(krb5_enctype **out_ktypes, int *out_nktypes, krb5_enctype ktype) in grow_ktypes() argument391 if ((*out_ktypes)[i] == ktype) in grow_ktypes()394 ktypes = realloc(*out_ktypes, (*out_nktypes + 2) * sizeof(ktype)); in grow_ktypes()396 *out_ktypes = ktypes; in grow_ktypes()