Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c59 parse_tdes_uint8_hex_str(const char *key, char *src, struct fips_val *val);
65 {KEYS_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
66 {KEY1_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
67 {KEY2_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
68 {KEY3_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key},
119 parse_tdes_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_tdes_uint8_hex_str() function