Searched refs:IV_STR (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_ccm.c | 28 #define IV_STR "Nonce = " macro 111 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 138 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 154 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 170 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 175 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv},
|
| H A D | fips_validation_xts.c | 20 #define IV_STR "i = " macro 43 {IV_STR, parse_uint8_hex_str, &vec.iv}, 58 {IV_STR, writeback_hex_str, &vec.iv},
|
| H A D | fips_validation_gcm.c | 26 #define IV_STR "IV = " macro 109 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 133 {IV_STR, parse_uint8_known_len_hex_str, &vec.iv}, 149 fprintf(info.fp_wr, "%s", IV_STR); in parse_test_gcm_writeback()
|
| H A D | fips_validation_aes.c | 21 #define IV_STR "IV = " macro 73 {IV_STR, parse_uint8_hex_str, &vec.iv}, 88 {IV_STR, writeback_hex_str, &vec.iv},
|
| H A D | fips_validation_tdes.c | 27 #define IV_STR "IV = " macro 69 {IV_STR, parse_uint8_hex_str, &vec.iv}, 85 {IV_STR, writeback_hex_str, &vec.iv},
|