Home
last modified time | relevance | path

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

/dpdk/examples/fips_validation/
H A Dmain.c512 struct fips_test_ops test_ops; variable
1186 ret = test_ops.prepare_op(); in fips_run_test()
1713 test_ops.test = fips_mct_aes_test; in init_test_ops()
1715 test_ops.test = fips_generic_test; in init_test_ops()
1720 test_ops.test = fips_generic_test; in init_test_ops()
1728 test_ops.test = fips_generic_test; in init_test_ops()
1733 test_ops.test = fips_generic_test; in init_test_ops()
1738 test_ops.test = fips_generic_test; in init_test_ops()
1743 test_ops.test = fips_generic_test; in init_test_ops()
1756 test_ops.test = fips_generic_test; in init_test_ops()
[all …]
H A Dfips_dev_self_test.c1437 test_ops->prepare_op = prepare_cipher_op; in init_test_op()
1438 test_ops->check_result = check_cipher_result; in init_test_op()
1441 test_ops->prepare_xform = prepare_auth_xform; in init_test_op()
1442 test_ops->prepare_op = prepare_auth_op; in init_test_op()
1443 test_ops->check_result = check_auth_result; in init_test_op()
1446 test_ops->prepare_xform = prepare_aead_xform; in init_test_op()
1447 test_ops->prepare_op = prepare_aead_op; in init_test_op()
1448 test_ops->check_result = check_aead_result; in init_test_op()
1460 const struct fips_dev_self_test_ops *test_ops, in run_single_test() argument
1639 struct fips_dev_self_test_ops test_ops = {0}; in fips_dev_self_test() local
[all …]
H A Dfips_validation_gcm.c58 test_ops.prepare_op = prepare_auth_op; in parser_read_gcm_pt_len()
59 test_ops.prepare_xform = prepare_gmac_xform; in parser_read_gcm_pt_len()
62 test_ops.prepare_op = prepare_aead_op; in parser_read_gcm_pt_len()
63 test_ops.prepare_xform = prepare_gcm_xform; in parser_read_gcm_pt_len()
H A Dfips_validation.h282 extern struct fips_test_ops test_ops;