Searched refs:key_convert (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
| H A D | lac_sym_qat.c | 260 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 D | lac_sym_qat_cipher.c | 225 icp_qat_hw_cipher_convert_t key_convert[2]; member 582 icp_qat_alg_info[cipherIdx].key_convert[cipherDirection]; in LacSymQat_CipherGetCfgData() 615 icp_qat_hw_cipher_convert_t key_convert; in LacSymQat_CipherHwBlockPopulateCfgData() local 627 pSession, &algorithm, &mode, &dir, &key_convert); in LacSymQat_CipherHwBlockPopulateCfgData() 639 mode, algorithm, key_convert, dir, aed_hash_cmp_length); in LacSymQat_CipherHwBlockPopulateCfgData()
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat.c | 1244 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()
|