Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c421 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 Droc_se.h191 uint8_t encr_key[32]; member
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h288 uint8_t encr_key[32]; member
H A Dcpt_ucode.h271 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()