Searched refs:PT_STR (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_xts.c | 21 #define PT_STR "PT = " macro 44 {PT_STR, parse_uint8_hex_str, &vec.pt}, 60 {PT_STR, writeback_hex_str, &vec.pt}, 71 fprintf(info.fp_wr, "%s", PT_STR); in parse_test_xts_writeback()
|
| H A D | fips_validation_ccm.c | 29 #define PT_STR "Payload = " macro 113 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt}, 128 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt}, 144 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt}, 160 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt}, 219 fprintf(info.fp_wr, "%s", PT_STR); in parse_test_ccm_writeback()
|
| H A D | fips_validation_aes.c | 22 #define PT_STR "PLAINTEXT = " macro 74 {PT_STR, parse_uint8_hex_str, &vec.pt}, 90 {PT_STR, writeback_hex_str, &vec.pt}, 101 fprintf(info.fp_wr, "%s", PT_STR); in parse_test_aes_writeback()
|
| H A D | fips_validation_tdes.c | 28 #define PT_STR "PLAINTEXT = " macro 70 {PT_STR, parse_uint8_hex_str, &vec.pt}, 90 {PT_STR, writeback_hex_str, &vec.pt}, 196 fprintf(info.fp_wr, "%s", PT_STR); in parse_test_tdes_writeback()
|
| H A D | fips_validation_hmac.c | 19 #define PT_STR "Msg = " macro 58 {PT_STR, parse_uint8_hex_str, &vec.pt},
|
| H A D | fips_validation_cmac.c | 25 #define PT_STR "Msg = " macro 70 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt},
|
| H A D | fips_validation_gcm.c | 27 #define PT_STR "PT = " macro 134 {PT_STR, parse_gcm_pt_ct_str, &vec.pt}, 176 fprintf(info.fp_wr, "%s", PT_STR); in parse_test_gcm_writeback()
|