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.c625 struct fips_test_ops test_ops; variable
1823 if (!test_ops.prepare_sym_xform || !test_ops.prepare_sym_op) in fips_generic_test()
1826 ret = test_ops.prepare_sym_xform(&xform); in fips_generic_test()
1835 ret = test_ops.prepare_sym_op(); in fips_generic_test()
1878 if (!test_ops.prepare_asym_xform || !test_ops.prepare_asym_op) in fips_mct_tdes_test()
1882 ret = test_ops.prepare_asym_xform(&xform); in fips_mct_tdes_test()
1891 ret = test_ops.prepare_asym_op(); in fips_mct_tdes_test()
1929 test_ops in fips_mct_tdes_test()
[all...]
H A Dfips_dev_self_test.c1427 init_test_op(struct fips_dev_self_test_ops *test_ops, in init_test_op() argument
1430 if (test_ops->last_operation_type == vec->operation_type) in init_test_op()
1435 test_ops->prepare_xform = prepare_cipher_xform; in init_test_op()
1436 test_ops->prepare_op = prepare_cipher_op; in init_test_op()
1437 test_ops->check_result = check_cipher_result; in init_test_op()
1440 test_ops->prepare_xform = prepare_auth_xform; in init_test_op()
1441 test_ops->prepare_op = prepare_auth_op; in init_test_op()
1442 test_ops->check_result = check_auth_result; in init_test_op()
1445 test_ops->prepare_xform = prepare_aead_xform; in init_test_op()
1446 test_ops->prepare_op = prepare_aead_op; in init_test_op()
[all …]
H A Dfips_validation_gcm.c84 test_ops.prepare_sym_op = prepare_auth_op; in parser_read_gcm_pt_len()
85 test_ops.prepare_sym_xform = prepare_gmac_xform; in parser_read_gcm_pt_len()
88 test_ops.prepare_sym_op = prepare_aead_op; in parser_read_gcm_pt_len()
89 test_ops.prepare_sym_xform = prepare_gcm_xform; in parser_read_gcm_pt_len()
H A Dfips_validation.h474 extern struct fips_test_ops test_ops;