Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_ccm.c27 #define KEY_STR "Key = " macro
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 Dfips_validation_xts.c19 #define KEY_STR "Key = " macro
42 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
59 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_aes.c20 #define KEY_STR "KEY = " macro
72 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
89 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_hmac.c18 #define KEY_STR "Key = " macro
57 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_cmac.c24 #define KEY_STR "Key = " macro
69 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_gcm.c25 #define KEY_STR "Key = " macro
108 {KEY_STR, parse_uint8_known_len_hex_str, &vec.aead.key},
132 {KEY_STR, parse_uint8_known_len_hex_str, &vec.aead.key},