Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c260 icp_qat_hw_cipher_convert_t key_convert; in LacSymQat_UseSymConstantsTable() local
268 pSession, &algorithm, &mode, &dir, &key_convert); in LacSymQat_UseSymConstantsTable()
275 key_convert, in LacSymQat_UseSymConstantsTable()
H A Dlac_sym_qat_cipher.c220 icp_qat_hw_cipher_convert_t key_convert[2]; member
565 icp_qat_alg_info[cipherAlgorithm].key_convert[cipherDirection]; in LacSymQat_CipherGetCfgData()
598 icp_qat_hw_cipher_convert_t key_convert; in LacSymQat_CipherHwBlockPopulateCfgData() local
610 pSession, &algorithm, &mode, &dir, &key_convert); in LacSymQat_CipherHwBlockPopulateCfgData()
622 mode, algorithm, key_convert, dir, aed_hash_cmp_length); in LacSymQat_CipherHwBlockPopulateCfgData()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1244 enum hw_cipher_convert key_convert; in qat_crypto_load_cipher_session() local
1248 key_convert = HW_CIPHER_NO_CONVERT; in qat_crypto_load_cipher_session()
1262 key_convert = HW_CIPHER_KEY_CONVERT; in qat_crypto_load_cipher_session()
1273 return HW_CIPHER_CONFIG_BUILD(mode, algo, key_convert, dir); in qat_crypto_load_cipher_session()