Home
last modified time | relevance | path

Searched refs:num_ktypes (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dset_allowable_enctypes.c97 new_ktypes = k5calloc(req->num_ktypes + 1, sizeof(*new_ktypes), &kerr); in gss_krb5int_set_allowable_enctypes()
100 for (i = 0, j = 0; i < req->num_ktypes && req->ktypes[i]; i++) { in gss_krb5int_set_allowable_enctypes()
H A Dkrb5_gss_glue.c210 OM_uint32 num_ktypes, in gss_krb5_set_allowable_enctypes() argument
220 req.num_ktypes = num_ktypes; in gss_krb5_set_allowable_enctypes()
H A Dgssapi_krb5.h231 OM_uint32 num_ktypes,
H A DgssapiP_krb5.h1096 OM_uint32 num_ktypes; member