Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_defs.h67 #define LAC_HASH_SHA384_DIGEST_SIZE 48 macro
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash_defs_lookup.c177 static lac_sym_qat_hash_alg_info_t sha384Info = { LAC_HASH_SHA384_DIGEST_SIZE,
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c431 return LAC_HASH_SHA384_DIGEST_SIZE; in getDigestSizeFromHashAlgo()