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.c593 Cpa32U *pSizeInBytes) in LacSymQat_CipherHwBlockPopulateCfgData() argument
607 *pSizeInBytes = 0; in LacSymQat_CipherHwBlockPopulateCfgData()
631 *pSizeInBytes = sizeof(icp_qat_hw_ucs_cipher_config_t); in LacSymQat_CipherHwBlockPopulateCfgData()
635 *pSizeInBytes = sizeof(icp_qat_hw_cipher_config_t); in LacSymQat_CipherHwBlockPopulateCfgData()
646 Cpa32U *pSizeInBytes) in LacSymQat_CipherHwBlockPopulateKeySetup() argument
651 *pSizeInBytes = 0; in LacSymQat_CipherHwBlockPopulateKeySetup()
680 *pSizeInBytes += targetKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
701 *pSizeInBytes += targetKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup()
704 *pSizeInBytes += LAC_QUADWORDS_TO_BYTES( in LacSymQat_CipherHwBlockPopulateKeySetup()
716 *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.h313 Cpa32U *pSizeInBytes);
H A Dcpa_dc.h3146 Cpa32U *pSizeInBytes);
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_common.h304 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/common/crypto/sym/
H A Dlac_sym_api.c1087 Cpa32U *pSizeInBytes) in cpaCyBufferListGetMetaSize() argument
1102 LAC_CHECK_NULL_PARAM(pSizeInBytes); in cpaCyBufferListGetMetaSize()
1115 *pSizeInBytes = sizeof(icp_buffer_list_desc_t) + in cpaCyBufferListGetMetaSize()
H A Dlac_sym_alg_chain.c455 Cpa32U pSizeInBytes = 0; in LacAlgChain_SessionAADUpdate() local
473 &pSizeInBytes); in LacAlgChain_SessionAADUpdate()