Home
last modified time | relevance | path

Searched refs:cktype (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c1005 krb5_cksumtype cktype; in pac_checksum() local
1013 ret = krb5_crypto_get_checksum_type(context, crypto, &cktype); in pac_checksum()
1018 if (krb5_checksum_is_keyed(context, cktype) == FALSE) { in pac_checksum()
1023 ret = krb5_checksumsize(context, cktype, cksumsize); in pac_checksum()
1027 *cksumtype = (uint32_t)cktype; in pac_checksum()
H A Dcrypto.c241 krb5_cksumtype cktype, in krb5_hmac() argument
248 struct _krb5_checksum_type *c = _krb5_find_checksum(cktype); in krb5_hmac()
255 cktype); in krb5_hmac()