Searched refs:parse_uint8_hex_str (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_xts.c | 42 {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 D | fips_validation_hmac.c | 57 {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 D | fips_validation_aes.c | 72 {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 D | fips_validation_ccm.c | 122 {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 D | fips_validation_tdes.c | 69 {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 D | fips_validation_cmac.c | 69 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
|
| H A D | fips_validation_sha.c | 56 {SEED_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
|
| H A D | fips_validation.h | 243 parse_uint8_hex_str(const char *key, char *src, struct fips_val *val);
|
| H A D | fips_validation.c | 484 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
|