Searched refs:num_enctypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dkeys.c90 int i, num_enctypes = 0; local
115 num_enctypes = sizeof(des_etypes)/sizeof(des_etypes[0]);
119 num_enctypes = 1;
124 num_enctypes = 1;
138 num_enctypes = sizeof(all_etypes)/sizeof(all_etypes[0]);
144 num_enctypes = sizeof(des_etypes)/sizeof(des_etypes[0]);
187 *ret_enctypes = malloc(sizeof(enctypes[0]) * num_enctypes);
193 memcpy(*ret_enctypes, enctypes, sizeof(enctypes[0]) * num_enctypes);
194 *ret_num_enctypes = num_enctypes;
281 size_t num_enctypes; local
[all...]
/freebsd-11-stable/tools/regression/kgssapi/
H A Dgsstest.c121 int num_enctypes = sizeof(enctypes) / sizeof(enctypes[0]); local
125 for (i = 0; i < num_enctypes; i++) {
/freebsd-11-stable/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi_krb5.h220 OM_uint32 num_enctypes,
/freebsd-11-stable/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c420 OM_uint32 num_enctypes,
437 for (i = 0; i < num_enctypes; i++) {
418 gss_krb5_set_allowable_enctypes(OM_uint32 *minor_status, gss_cred_id_t cred, OM_uint32 num_enctypes, int32_t *enctypes) argument
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c434 OM_uint32 num_enctypes,
451 for (i = 0; i < num_enctypes; i++) {
432 gss_krb5_set_allowable_enctypes(OM_uint32 *minor_status, gss_cred_id_t cred, OM_uint32 num_enctypes, int32_t *enctypes) argument

Completed in 76 milliseconds