Searched refs:cktype (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_kperf.c | 52 krb5_cksumtype cktype; in main() local 87 krb5int_c_mandatory_cksumtype(NULL, enctype, &cktype); in main() 88 krb5_c_checksum_length(NULL, cktype, &cklen); in main() 89 sum.checksum_type = cktype; in main() 108 krb5_c_make_checksum(NULL, cktype, &kblock, 0, &block, &sum); in main() 117 krb5_k_make_checksum(NULL, cktype, key, 0, &block, &sum); in main()
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | pac.c | 1005 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 D | crypto.c | 241 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()
|