Home
last modified time | relevance | path

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

/f-stack/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.c1155 ret = test_ops.prepare_xform(&xform); in fips_run_test()
1701 test_ops.prepare_xform = prepare_aes_xform; in init_test_ops()
1709 test_ops.prepare_xform = prepare_hmac_xform; in init_test_ops()
1714 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1722 test_ops.prepare_xform = prepare_gcm_xform; in init_test_ops()
1727 test_ops.prepare_xform = prepare_cmac_xform; in init_test_ops()
1732 test_ops.prepare_xform = prepare_ccm_xform; in init_test_ops()
1737 test_ops.prepare_xform = prepare_sha_xform; in init_test_ops()
1745 test_ops.prepare_xform = prepare_xts_xform; in init_test_ops()
1753 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
1437 test_ops->prepare_xform = prepare_cipher_xform; in init_test_op()
1442 test_ops->prepare_xform = prepare_auth_xform; in init_test_op()
1447 test_ops->prepare_xform = prepare_aead_xform; in init_test_op()
1476 ret = test_ops->prepare_xform(dev_id, &xform, vec, dir, key, in run_single_test()
H A Dfips_validation.h274 fips_prepare_xform_t prepare_xform; member