Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c23 #define KEY2_STR "KEY2 = " macro
67 {KEY2_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
87 {KEY2_STR, writeback_tdes_hex_str, &vec.cipher_auth.key},
161 } else if (strstr(key, KEY2_STR)) { in parse_tdes_uint8_hex_str()
213 else if (strstr(key, KEY2_STR)) in writeback_tdes_hex_str()