Home
last modified time | relevance | path

Searched refs:LAC_LONG_WORD_IN_BYTES (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat.h74 #define SYM_TX_MSG_SIZE (LAC_QAT_SYM_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES)
75 #define NRBG_TX_MSG_SIZE (LAC_QAT_SYM_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES)
78 #define SYM_RX_MSG_SIZE (LAC_QAT_SYM_RESP_SZ_LW * LAC_LONG_WORD_IN_BYTES)
79 #define NRBG_RX_MSG_SIZE (LAC_QAT_SYM_RESP_SZ_LW * LAC_LONG_WORD_IN_BYTES)
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c856 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_MgfCommon()
1666 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1671 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1676 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1811 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1816 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1821 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1913 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
1918 (LAC_LONG_WORD_IN_BYTES * in LacSymKey_KeyGenSslTls_GenCommon()
2030 LAC_LONG_WORD_IN_BYTES); in LacSymKey_KeyGenSslTls_GenCommon()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_dp.c457 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)); in LacDp_WriteRingMsgOpt()
459 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)), in LacDp_WriteRingMsgOpt()
461 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_TO_CLEAR_IN_LW)); in LacDp_WriteRingMsgOpt()
463 (LAC_LONG_WORD_IN_BYTES * LAC_START_OF_CACHE_FTR_IN_LW), in LacDp_WriteRingMsgOpt()
465 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_FTR_IN_LW)); in LacDp_WriteRingMsgOpt()
710 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)); in LacDp_WriteRingMsgFull()
712 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)), in LacDp_WriteRingMsgFull()
714 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_TO_CLEAR_IN_LW)); in LacDp_WriteRingMsgFull()
716 (LAC_LONG_WORD_IN_BYTES * LAC_START_OF_CACHE_FTR_IN_LW), in LacDp_WriteRingMsgFull()
718 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_FTR_IN_LW)); in LacDp_WriteRingMsgFull()
H A Dlac_sym_alg_chain.c1875 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)); in LacAlgChain_Perform()
1877 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_HDR_IN_LW)), in LacAlgChain_Perform()
1879 (LAC_LONG_WORD_IN_BYTES * in LacAlgChain_Perform()
1882 (LAC_LONG_WORD_IN_BYTES * in LacAlgChain_Perform()
1885 (LAC_LONG_WORD_IN_BYTES * LAC_SIZE_OF_CACHE_FTR_IN_LW)); in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h376 #define LAC_LONG_WORD_IN_BYTES (4) macro
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_compression.c542 msgSize = LAC_QAT_DC_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES; in SalCtrl_CompressionInit()
580 msgSize = LAC_QAT_DC_RESP_SZ_LW * LAC_LONG_WORD_IN_BYTES; in SalCtrl_CompressionInit()
H A Dsal_crypto.c210 msgSize = LAC_QAT_SYM_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES; in SalCtrl_SymCreateTransHandle()
234 msgSize = LAC_QAT_SYM_RESP_SZ_LW * LAC_LONG_WORD_IN_BYTES; in SalCtrl_SymCreateTransHandle()
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_dp.c435 (LAC_QAT_DC_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES)); in dcDpWriteRingMsg()
H A Ddc_datapath.c898 LAC_QAT_DC_REQ_SZ_LW * LAC_LONG_WORD_IN_BYTES); in dcCreateRequest()