Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c930 LAC_LONGWORDS_TO_BYTES( in LacSymQat_CipherRequestParamsPopulate()
939 LAC_LONGWORDS_TO_BYTES(ICP_QAT_FW_NUM_LONGWORDS_4); in LacSymQat_CipherRequestParamsPopulate()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h553 #define LAC_LONGWORDS_TO_BYTES(x) ((x) << 2) macro