Searched refs:test_ops (Results 1 – 7 of 7) sorted by relevance
493 struct fips_test_ops test_ops; variable1171 ret = test_ops.prepare_op(); in fips_run_test()1703 test_ops.test = fips_mct_aes_test; in init_test_ops()1705 test_ops.test = fips_generic_test; in init_test_ops()1710 test_ops.test = fips_generic_test; in init_test_ops()1718 test_ops.test = fips_generic_test; in init_test_ops()1723 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()1746 test_ops.test = fips_generic_test; in init_test_ops()[all …]
1438 test_ops->prepare_op = prepare_cipher_op; in init_test_op()1439 test_ops->check_result = check_cipher_result; in init_test_op()1442 test_ops->prepare_xform = prepare_auth_xform; in init_test_op()1443 test_ops->prepare_op = prepare_auth_op; in init_test_op()1444 test_ops->check_result = check_auth_result; in init_test_op()1447 test_ops->prepare_xform = prepare_aead_xform; in init_test_op()1448 test_ops->prepare_op = prepare_aead_op; in init_test_op()1449 test_ops->check_result = check_aead_result; in init_test_op()1461 const struct fips_dev_self_test_ops *test_ops, in run_single_test() argument1660 struct fips_dev_self_test_ops test_ops = {0}; in fips_dev_self_test() local[all …]
58 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()
279 extern struct fips_test_ops test_ops;
69 function test_ops function133 test_ops $obj_type $TESTDIR
20 const struct proc_ops test_ops __attribute__ ((unused)) = {29 proc_create_data("test", 0444, NULL, &test_ops, NULL);
2994 static struct mac_policy_ops test_ops = variable3266 MAC_POLICY_SET(&test_ops, mac_test, "TrustedBSD MAC/Test",