Home
last modified time | relevance | path

Searched refs:ktypes2str (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/kdc/
H A Dkdc_log.c74 ktypestr = ktypes2str(request->ktype, request->nktypes); in log_as_req()
143 ktypestr = ktypes2str(request->ktype, request->nktypes); in log_tgs_req()
H A Dkdc_util.h121 char *ktypes2str(krb5_enctype *ktype, int nktypes);
H A Dkdc_util.c1184 ktypes2str(krb5_enctype *ktype, int nktypes) in ktypes2str() function