Home
last modified time | relevance | path

Searched refs:TAG_STR (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_hmac.c20 #define TAG_STR "Mac = " macro
59 {TAG_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
73 fprintf(info.fp_wr, "%s", TAG_STR); in parse_test_hmac_writeback()
H A Dfips_validation_cmac.c26 #define TAG_STR "Mac = " macro
49 fprintf(info.fp_wr, "%s", TAG_STR); in parse_test_cmac_writeback()
71 {TAG_STR, parse_uint8_known_len_hex_str,
H A Dfips_validation_gcm.c29 #define TAG_STR "Tag = " macro
112 {TAG_STR, parse_uint8_known_len_hex_str,
168 fprintf(info.fp_wr, "%s", TAG_STR); in parse_test_gcm_writeback()