Lines Matching refs:test_ops
512 struct fips_test_ops test_ops; variable
1170 ret = test_ops.prepare_xform(&xform); in fips_run_test()
1186 ret = test_ops.prepare_op(); in fips_run_test()
1710 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1711 test_ops.prepare_xform = prepare_aes_xform; in init_test_ops()
1713 test_ops.test = fips_mct_aes_test; in init_test_ops()
1715 test_ops.test = fips_generic_test; in init_test_ops()
1718 test_ops.prepare_op = prepare_auth_op; in init_test_ops()
1719 test_ops.prepare_xform = prepare_hmac_xform; in init_test_ops()
1720 test_ops.test = fips_generic_test; in init_test_ops()
1723 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1724 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1726 test_ops.test = fips_mct_tdes_test; in init_test_ops()
1728 test_ops.test = fips_generic_test; in init_test_ops()
1731 test_ops.prepare_op = prepare_aead_op; in init_test_ops()
1732 test_ops.prepare_xform = prepare_gcm_xform; in init_test_ops()
1733 test_ops.test = fips_generic_test; in init_test_ops()
1736 test_ops.prepare_op = prepare_auth_op; in init_test_ops()
1737 test_ops.prepare_xform = prepare_cmac_xform; in init_test_ops()
1738 test_ops.test = fips_generic_test; in init_test_ops()
1741 test_ops.prepare_op = prepare_aead_op; in init_test_ops()
1742 test_ops.prepare_xform = prepare_ccm_xform; in init_test_ops()
1743 test_ops.test = fips_generic_test; in init_test_ops()
1746 test_ops.prepare_op = prepare_auth_op; in init_test_ops()
1747 test_ops.prepare_xform = prepare_sha_xform; in init_test_ops()
1749 test_ops.test = fips_mct_sha_test; in init_test_ops()
1751 test_ops.test = fips_generic_test; in init_test_ops()
1754 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1755 test_ops.prepare_xform = prepare_xts_xform; in init_test_ops()
1756 test_ops.test = fips_generic_test; in init_test_ops()
1762 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1763 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1765 test_ops.test = fips_mct_tdes_test; in init_test_ops()
1767 test_ops.test = fips_generic_test; in init_test_ops()
1818 ret = test_ops.test(); in fips_test_one_file()