Searched refs:KEY_STR (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_ccm.c | 27 #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 D | fips_validation_xts.c | 19 #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 D | fips_validation_aes.c | 20 #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 D | fips_validation_hmac.c | 18 #define KEY_STR "Key = " macro 57 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
|
| H A D | fips_validation_cmac.c | 24 #define KEY_STR "Key = " macro 69 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
|
| H A D | fips_validation_gcm.c | 25 #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},
|