Home
last modified time | relevance | path

Searched refs:icp_qat_hw_cipher_config_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c305 hashSetupBlkSize += sizeof(icp_qat_hw_cipher_config_t) + in LacSymQat_HashContentDescInit()
650 icp_qat_hw_cipher_config_t *pCipherConfig = in LacSymQat_HashSetupBlockInit()
651 (icp_qat_hw_cipher_config_t *)hashBlkPtrs.pOutHashSetup; in LacSymQat_HashSetupBlockInit()
663 sizeof(icp_qat_hw_cipher_config_t), in LacSymQat_HashSetupBlockInit()
669 sizeof(icp_qat_hw_cipher_config_t) + in LacSymQat_HashSetupBlockInit()
673 icp_qat_hw_cipher_config_t *pCipherConfig = in LacSymQat_HashSetupBlockInit()
674 (icp_qat_hw_cipher_config_t *)hashBlkPtrs.pOutHashSetup; in LacSymQat_HashSetupBlockInit()
686 sizeof(icp_qat_hw_cipher_config_t), in LacSymQat_HashSetupBlockInit()
692 sizeof(icp_qat_hw_cipher_config_t) + in LacSymQat_HashSetupBlockInit()
H A Dlac_sym_qat_cipher.c599 icp_qat_hw_cipher_config_t *pCipherConfig = in LacSymQat_CipherHwBlockPopulateCfgData()
600 (icp_qat_hw_cipher_config_t *)pCipherHwBlock; in LacSymQat_CipherHwBlockPopulateCfgData()
635 *pSizeInBytes = sizeof(icp_qat_hw_cipher_config_t); in LacSymQat_CipherHwBlockPopulateCfgData()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h774 } icp_qat_hw_cipher_config_t; typedef
1102 icp_qat_hw_cipher_config_t cipher_config;
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym.h88 (sizeof(icp_qat_hw_cipher_config_t) + 2 * ICP_QAT_HW_KASUMI_KEY_SZ + \
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c413 return sizeof(icp_qat_hw_cipher_config_t); in LacAlgChain_GetCipherConfigSize()