Home
last modified time | relevance | path

Searched refs:prepare_xform (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/fips_validation/
H A Dfips_validation_gcm.c59 test_ops.prepare_xform = prepare_gmac_xform; in parser_read_gcm_pt_len()
63 test_ops.prepare_xform = prepare_gcm_xform; in parser_read_gcm_pt_len()
H A Dmain.c1170 ret = test_ops.prepare_xform(&xform); in fips_run_test()
1711 test_ops.prepare_xform = prepare_aes_xform; in init_test_ops()
1719 test_ops.prepare_xform = prepare_hmac_xform; in init_test_ops()
1724 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1732 test_ops.prepare_xform = prepare_gcm_xform; in init_test_ops()
1737 test_ops.prepare_xform = prepare_cmac_xform; in init_test_ops()
1742 test_ops.prepare_xform = prepare_ccm_xform; in init_test_ops()
1747 test_ops.prepare_xform = prepare_sha_xform; in init_test_ops()
1755 test_ops.prepare_xform = prepare_xts_xform; in init_test_ops()
1763 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
H A Dfips_dev_self_test.c992 fips_dev_self_test_prepare_xform_t prepare_xform; member
1436 test_ops->prepare_xform = prepare_cipher_xform; in init_test_op()
1441 test_ops->prepare_xform = prepare_auth_xform; in init_test_op()
1446 test_ops->prepare_xform = prepare_aead_xform; in init_test_op()
1475 ret = test_ops->prepare_xform(dev_id, &xform, vec, dir, key, in run_single_test()
H A Dfips_validation.h277 fips_prepare_xform_t prepare_xform; member