Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c24 #define KEY3_STR "KEY3 = " macro
68 {KEY3_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
88 {KEY3_STR, writeback_tdes_hex_str, &vec.cipher_auth.key},
169 } else if (strstr(key, KEY3_STR)) { in parse_tdes_uint8_hex_str()
215 else if (strstr(key, KEY3_STR)) in writeback_tdes_hex_str()