Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c550 int cipherIdx = 0; in LacSymQat_CipherGetCfgData() local
561 cipherIdx = pSession->cipherAlgorithm - 1; in LacSymQat_CipherGetCfgData()
578 *pAlgorithm = icp_qat_alg_info[cipherIdx].algorithm; in LacSymQat_CipherGetCfgData()
579 *pMode = icp_qat_alg_info[cipherIdx].mode; in LacSymQat_CipherGetCfgData()
580 *pDir = icp_qat_alg_info[cipherIdx].dir[cipherDirection]; in LacSymQat_CipherGetCfgData()
582 icp_qat_alg_info[cipherIdx].key_convert[cipherDirection]; in LacSymQat_CipherGetCfgData()
584 if (IS_KEY_DEP_NO != icp_qat_alg_info[cipherIdx].isKeyLenDepend) { in LacSymQat_CipherGetCfgData()
585 *pAlgorithm = icp_qat_alg_info[cipherIdx] in LacSymQat_CipherGetCfgData()