Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_xts.c42 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
43 {IV_STR, parse_uint8_hex_str, &vec.iv},
44 {PT_STR, parse_uint8_hex_str, &vec.pt},
45 {CT_STR, parse_uint8_hex_str, &vec.ct},
H A Dfips_validation_hmac.c57 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
58 {PT_STR, parse_uint8_hex_str, &vec.pt},
59 {TAG_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
H A Dfips_validation_aes.c72 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
73 {IV_STR, parse_uint8_hex_str, &vec.iv},
74 {PT_STR, parse_uint8_hex_str, &vec.pt},
75 {CT_STR, parse_uint8_hex_str, &vec.ct},
H A Dfips_validation_ccm.c122 {KEY_STR, parse_uint8_hex_str, &vec.aead.key},
137 {KEY_STR, parse_uint8_hex_str, &vec.aead.key},
153 {KEY_STR, parse_uint8_hex_str, &vec.aead.key},
169 {KEY_STR, parse_uint8_hex_str, &vec.aead.key},
186 {KEY_STR, parse_uint8_hex_str, &vec.aead.key},
H A Dfips_validation_tdes.c69 {IV_STR, parse_uint8_hex_str, &vec.iv},
70 {PT_STR, parse_uint8_hex_str, &vec.pt},
71 {CT_STR, parse_uint8_hex_str, &vec.ct},
H A Dfips_validation_cmac.c69 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_sha.c56 {SEED_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
H A Dfips_validation.h243 parse_uint8_hex_str(const char *key, char *src, struct fips_val *val);
H A Dfips_validation.c484 ret = parse_uint8_hex_str(key, src, &tmp_val); in parse_uint8_known_len_hex_str()
512 parse_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_uint8_hex_str() function