Home
last modified time | relevance | path

Searched refs:CpaCySymCipherAlgorithm (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_cipher.h278 CpaStatus LacCipher_PerformParamCheck(CpaCySymCipherAlgorithm cipherAlgorithm,
329 CpaCySymCipherAlgorithm algorithm,
H A Dlac_sym_qat_cipher.h64 LacSymQat_CipherBlockSizeBytesGet(CpaCySymCipherAlgorithm cipherAlgorithm);
80 Cpa32U LacSymQat_CipherIvSizeBytesGet(CpaCySymCipherAlgorithm cipherAlgorithm);
H A Dlac_session.h166 CpaCySymCipherAlgorithm cipherAlgorithm;
352 CpaCySymCipherAlgorithm cipherAlgorithm;
504 CpaCySymCipherAlgorithm cipherAlgorithm;
H A Dlac_sym_qat.h186 CpaCySymCipherAlgorithm cipherAlgorithm,
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c68 CpaCySymCipherAlgorithm algorithm = pSessionDesc->cipherAlgorithm; in LacCipher_PerformIvCheck()
362 LacCipher_PerformParamCheck(CpaCySymCipherAlgorithm algorithm, in LacCipher_PerformParamCheck()
436 CpaCySymCipherAlgorithm cipherAlgorithm, in LacCipher_GetCipherSliceType()
H A Dlac_sym_alg_chain.c456 CpaCySymCipherAlgorithm cipher = pSessionDesc->cipherAlgorithm; in LacAlgChain_SessionAADUpdate()
615 CpaCySymCipherAlgorithm cipher = pSessionDesc->cipherAlgorithm; in LacAlgChain_SessionAuthKeyUpdate()
879 LacSymAlgChain_GetSpcState(CpaCySymCipherAlgorithm cipher, in LacSymAlgChain_GetSpcState()
1571 CpaCySymCipherAlgorithm cipher; in LacAlgChain_Perform()
H A Dlac_sym_dp.c70 CpaCySymCipherAlgorithm cipher = 0; in LacDp_EnqueueParamCheck()
584 CpaCySymCipherAlgorithm cipher = pSessionDesc->cipherAlgorithm; in LacDp_WriteRingMsgFull()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h214 } CpaCySymCipherAlgorithm; typedef
260 CpaCySymCipherAlgorithm cipherAlgorithm;
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c545 CpaCySymCipherAlgorithm cipherAlgorithm = 0; in LacSymQat_CipherGetCfgData()
788 LacSymQat_CipherBlockSizeBytesGet(CpaCySymCipherAlgorithm cipherAlgorithm) in LacSymQat_CipherBlockSizeBytesGet()
843 LacSymQat_CipherIvSizeBytesGet(CpaCySymCipherAlgorithm cipherAlgorithm) in LacSymQat_CipherIvSizeBytesGet()
H A Dlac_sym_qat.c132 CpaCySymCipherAlgorithm cipherAlgorithm, in LacSymQat_LaPacketCommandFlagSet()