Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c22 #define KEY1_STR "KEY1 = " macro
66 {KEY1_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
86 {KEY1_STR, writeback_tdes_hex_str, &vec.cipher_auth.key},
150 } else if (strstr(key, KEY1_STR)) { in parse_tdes_uint8_hex_str()
211 if (strstr(key, KEY1_STR)) in writeback_tdes_hex_str()