Home
last modified time | relevance | path

Searched refs:PT_STR (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_xts.c21 #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 Dfips_validation_ccm.c29 #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 Dfips_validation_aes.c22 #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 Dfips_validation_tdes.c28 #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 Dfips_validation_hmac.c19 #define PT_STR "Msg = " macro
58 {PT_STR, parse_uint8_hex_str, &vec.pt},
H A Dfips_validation_cmac.c25 #define PT_STR "Msg = " macro
70 {PT_STR, parse_uint8_known_len_hex_str, &vec.pt},
H A Dfips_validation_gcm.c27 #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()