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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpac.c924 krb5_cksumtype cktype; local
932 ret = krb5_crypto_get_checksum_type(context, crypto, &cktype);
937 if (krb5_checksum_is_keyed(context, cktype) == FALSE) {
942 ret = krb5_checksumsize(context, cktype, cksumsize);
946 *cksumtype = (uint32_t)cktype;
H A Dcrypto.c241 krb5_cksumtype cktype,
248 struct _krb5_checksum_type *c = _krb5_find_checksum(cktype);
255 cktype);
240 krb5_hmac(krb5_context context, krb5_cksumtype cktype, const void *data, size_t len, unsigned usage, krb5_keyblock *key, Checksum *result) argument

Completed in 94 milliseconds