Home
last modified time | relevance | path

Searched refs:IV_STR (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_ccm.c28 #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 Dfips_validation_xts.c20 #define IV_STR "i = " macro
43 {IV_STR, parse_uint8_hex_str, &vec.iv},
58 {IV_STR, writeback_hex_str, &vec.iv},
H A Dfips_validation_gcm.c26 #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 Dfips_validation_aes.c21 #define IV_STR "IV = " macro
73 {IV_STR, parse_uint8_hex_str, &vec.iv},
88 {IV_STR, writeback_hex_str, &vec.iv},
H A Dfips_validation_tdes.c27 #define IV_STR "IV = " macro
69 {IV_STR, parse_uint8_hex_str, &vec.iv},
85 {IV_STR, writeback_hex_str, &vec.iv},