Home
last modified time | relevance | path

Searched refs:LAC_ALIGN_POW2_ROUNDUP (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/qat/
HDlac_sym_qat_hash.c218 LAC_ALIGN_POW2_ROUNDUP(LAC_HASH_SHA3_STATEFUL_STATE_SIZE, in LacSymQat_HashContentDescInit()
222 LAC_ALIGN_POW2_ROUNDUP(pHashDefs->qatInfo->state1Length, in LacSymQat_HashContentDescInit()
234 LAC_ALIGN_POW2_ROUNDUP(pHashDefs->qatInfo->state2Length, in LacSymQat_HashContentDescInit()
276 cd_ctrl->outer_state1_sz = LAC_ALIGN_POW2_ROUNDUP( in LacSymQat_HashContentDescInit()
280 cd_ctrl->outer_state1_sz = LAC_ALIGN_POW2_ROUNDUP( in LacSymQat_HashContentDescInit()
372 LAC_ALIGN_POW2_ROUNDUP((pHashReqParams->u2.inner_prefix_sz), in LacSymQat_HashSetupReqParamsMetaData()
386 LAC_ALIGN_POW2_ROUNDUP((pHashReqParams->u2.inner_prefix_sz), in LacSymQat_HashSetupReqParamsMetaData()
417 LAC_ALIGN_POW2_ROUNDUP(aadDataSize, in LacSymQat_HashSetupReqParamsMetaData()
428 LAC_ALIGN_POW2_ROUNDUP(aadDataSize, in LacSymQat_HashSetupReqParamsMetaData()
442 LAC_ALIGN_POW2_ROUNDUP(pHashReqParams->u2.inner_prefix_sz, in LacSymQat_HashSetupReqParamsMetaData()
[all …]
HDlac_sym_qat_key.c34 outLenRounded = LAC_ALIGN_POW2_ROUNDUP(generatedKeyLenInBytes, in LacSymQat_KeySslRequestPopulate()
60 LAC_ALIGN_POW2_ROUNDUP(generatedKeyLenInBytes, in LacSymQat_KeyTlsRequestPopulate()
107 LAC_ALIGN_POW2_ROUNDUP(maskLenInBytes, LAC_QUAD_WORD_IN_BYTES); in LacSymQat_KeyMgfRequestPopulate()
HDlac_sym_qat_hash_defs_lookup.c458 arraySize = LAC_ALIGN_POW2_ROUNDUP(arraySize, LAC_64BYTE_ALIGNMENT); in LacSymQat_HashLookupInit()
/freebsd-head/sys/dev/qat/qat_api/common/compression/include/
HDdc_session.h66 LAC_ALIGN_POW2_ROUNDUP(DC_QAT_COMP_CONTENT_DESC_SIZE, \
71 LAC_ALIGN_POW2_ROUNDUP(DC_QAT_COMP_CONTENT_DESC_SIZE + \
/freebsd-head/sys/dev/qat/qat_api/common/utils/
HDlac_buffer_desc.c79 LAC_ALIGN_POW2_ROUNDUP(bufListDescPhyAddr, in LacBuffDesc_CommonBufferListDescWrite()
223 LAC_ALIGN_POW2_ROUNDUP(bufListDescPhyAddr, in LacBuffDesc_BufferListDescWriteAndGetSize()
/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/include/
HDlac_sym_hash_defs.h279 (LAC_ALIGN_POW2_ROUNDUP(LAC_MAX_INNER_OUTER_PREFIX_SIZE_BYTES, \
HDlac_sym.h98 LAC_ALIGN_POW2_ROUNDUP(LAC_SYM_QAT_MAX_CIPHER_SETUP_BLK_SZ + \
/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/
HDlac_sym_hash.c455 LAC_ALIGN_POW2_ROUNDUP(aadDataSize, in LacHash_HashContextCheck()
506 LAC_ALIGN_POW2_ROUNDUP(aadDataSize, in LacHash_HashContextCheck()
HDlac_sym_api.c590 LAC_ALIGN_POW2_ROUNDUP(physAddress, LAC_64BYTE_ALIGNMENT); in LacSym_InitSession()
HDlac_sym_alg_chain.c450 LAC_ALIGN_POW2_ROUNDUP(newAADLength, LAC_HASH_AES_GCM_BLOCK_SIZE); in LacAlgChain_SessionAADUpdate()
/freebsd-head/sys/dev/qat/qat_api/common/include/
HDlac_common.h499 #define LAC_ALIGN_POW2_ROUNDUP(num, align) (((num) + (align)-1) & ~((align)-1)) macro
/freebsd-head/sys/dev/qat/qat_api/common/compression/
HDdc_session.c685 (CpaPhysicalAddr)LAC_ALIGN_POW2_ROUNDUP(physAddress, in dcInitSession()
/freebsd-head/sys/dev/qat/qat_api/common/ctrl/
HDsal_compression.c1114 LAC_ALIGN_POW2_ROUNDUP(bufListDescPhyAddr, in cpaDcStartInstance()