Home
last modified time | relevance | path

Searched refs:pSizeInBytes (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c610 Cpa32U *pSizeInBytes) in LacSymQat_CipherHwBlockPopulateCfgData() argument
624 *pSizeInBytes = 0; in LacSymQat_CipherHwBlockPopulateCfgData()
648 *pSizeInBytes = sizeof(icp_qat_hw_ucs_cipher_config_t); in LacSymQat_CipherHwBlockPopulateCfgData()
652 *pSizeInBytes = sizeof(icp_qat_hw_cipher_config_t); in LacSymQat_CipherHwBlockPopulateCfgData()
663 Cpa32U *pSizeInBytes) in LacSymQat_CipherHwBlockPopulateKeySetup() argument
668 *pSizeInBytes = 0; in LacSymQat_CipherHwBlockPopulateKeySetup()
696 *pSizeInBytes += targetKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
717 *pSizeInBytes += targetKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
720 *pSizeInBytes += LAC_QUADWORDS_TO_BYTES( in LacSymQat_CipherHwBlockPopulateKeySetup()
732 *pSizeInBytes += targetKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
[all …]
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_buffers.c40 Cpa32U *pSizeInBytes) in cpaDcBufferListGetMetaSize() argument
51 LAC_CHECK_NULL_PARAM(pSizeInBytes); in cpaDcBufferListGetMetaSize()
61 *pSizeInBytes = (sizeof(icp_buffer_list_desc_t) + in cpaDcBufferListGetMetaSize()
71 Cpa32U *pSizeInBytes) in cpaDcBnpBufferListGetMetaSize() argument
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc_bp.h280 Cpa32U *pSizeInBytes);
H A Dcpa_dc.h3114 Cpa32U *pSizeInBytes);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h238 Cpa32U *pSizeInBytes);
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_common.h271 Cpa32U *pSizeInBytes);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_api.c1080 Cpa32U *pSizeInBytes) in cpaCyBufferListGetMetaSize() argument
1095 LAC_CHECK_NULL_PARAM(pSizeInBytes); in cpaCyBufferListGetMetaSize()
1108 *pSizeInBytes = sizeof(icp_buffer_list_desc_t) + in cpaCyBufferListGetMetaSize()
H A Dlac_sym_alg_chain.c451 Cpa32U pSizeInBytes = 0; in LacAlgChain_SessionAADUpdate() local
469 &pSizeInBytes); in LacAlgChain_SessionAADUpdate()