Home
last modified time | relevance | path

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

/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c121 uint8_t tmp_key[24] = {0}; in parse_tdes_uint8_hex_str() local
129 memcpy(tmp_key, val->val, val->len); in parse_tdes_uint8_hex_str()
137 memcpy(val->val, tmp_key, 24); in parse_tdes_uint8_hex_str()
/dpdk/drivers/common/cnxk/
H A Dcnxk_security.c62 uint64_t *tmp_key; in ot_ipsec_sa_common_param_fill() local
180 tmp_key = (uint64_t *)hmac_opad_ipad; in ot_ipsec_sa_common_param_fill()
184 tmp_key[i] = rte_be_to_cpu_64(tmp_key[i]); in ot_ipsec_sa_common_param_fill()
197 tmp_key = (uint64_t *)cipher_key; in ot_ipsec_sa_common_param_fill()
199 tmp_key[i] = rte_be_to_cpu_64(tmp_key[i]); in ot_ipsec_sa_common_param_fill()