Searched refs:encr_key (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_se.c | 421 memcpy(fctx->enc.encr_key + key_len, key, key_len); in roc_se_ciph_key_set() 422 memcpy(fctx->enc.encr_key + 2 * key_len, key, key_len); in roc_se_ciph_key_set() 496 memcpy(fctx->enc.encr_key, key, key_len); in roc_se_ciph_key_set()
|
| H A D | roc_se.h | 191 uint8_t encr_key[32]; member
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_mcode_defines.h | 288 uint8_t encr_key[32]; member
|
| H A D | cpt_ucode.h | 271 memcpy(fctx->enc.encr_key+key_len, key, key_len); in cpt_fc_ciph_set_key() 272 memcpy(fctx->enc.encr_key+2*key_len, key, key_len); in cpt_fc_ciph_set_key() 330 memcpy(fctx->enc.encr_key, key, key_len); in cpt_fc_ciph_set_key()
|