Home
last modified time | relevance | path

Searched refs:val_local (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_hmac.c71 struct fips_val val_local; in parse_test_hmac_writeback() local
75 val_local.val = val->val + vec.pt.len; in parse_test_hmac_writeback()
76 val_local.len = vec.cipher_auth.digest.len; in parse_test_hmac_writeback()
78 parse_write_hex_str(&val_local); in parse_test_hmac_writeback()
H A Dfips_validation_sha.c68 struct fips_val val_local; in parse_test_sha_writeback() local
72 val_local.val = val->val + vec.pt.len; in parse_test_sha_writeback()
73 val_local.len = vec.cipher_auth.digest.len; in parse_test_sha_writeback()
75 parse_write_hex_str(&val_local); in parse_test_sha_writeback()