Home
last modified time | relevance | path

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

/f-stack/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()