Home
last modified time | relevance | path

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

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