Home
last modified time | relevance | path

Searched refs:LAC_BYTES_TO_LONGWORDS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c73 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
85 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
97 for (i = 0; i < LAC_BYTES_TO_LONGWORDS(pHashAlgInfo->stateSize); in LacSymHash_Compute()
H A Dlac_sym_hash.c313 wordIndex < LAC_BYTES_TO_LONGWORDS(authKeyLenInBytes); in LacHash_PrecomputeDataCreate()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h542 #define LAC_BYTES_TO_LONGWORDS(x) ((x) >> 2) macro
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c695 LAC_BYTES_TO_LONGWORDS(targetKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()