Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c127 roc_se_aes_type aes_key_type = 0; in cpt_ciph_aes_key_type_set() local
131 aes_key_type = ROC_SE_AES_128_BIT; in cpt_ciph_aes_key_type_set()
134 aes_key_type = ROC_SE_AES_192_BIT; in cpt_ciph_aes_key_type_set()
137 aes_key_type = ROC_SE_AES_256_BIT; in cpt_ciph_aes_key_type_set()
144 fctx->enc.aes_key = aes_key_type; in cpt_ciph_aes_key_type_set()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h170 mc_aes_type_t aes_key_type = 0; in cpt_fc_ciph_set_key_set_aes_key_type() local
173 aes_key_type = AES_128_BIT; in cpt_fc_ciph_set_key_set_aes_key_type()
176 aes_key_type = AES_192_BIT; in cpt_fc_ciph_set_key_set_aes_key_type()
179 aes_key_type = AES_256_BIT; in cpt_fc_ciph_set_key_set_aes_key_type()
186 fctx->enc.aes_key = aes_key_type; in cpt_fc_ciph_set_key_set_aes_key_type()