Lines Matching refs:test_ops
493 struct fips_test_ops test_ops; variable
1155 ret = test_ops.prepare_xform(&xform); in fips_run_test()
1171 ret = test_ops.prepare_op(); in fips_run_test()
1700 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1701 test_ops.prepare_xform = prepare_aes_xform; in init_test_ops()
1703 test_ops.test = fips_mct_aes_test; in init_test_ops()
1705 test_ops.test = fips_generic_test; in init_test_ops()
1708 test_ops.prepare_op = prepare_auth_op; in init_test_ops()
1709 test_ops.prepare_xform = prepare_hmac_xform; in init_test_ops()
1710 test_ops.test = fips_generic_test; in init_test_ops()
1713 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1714 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1716 test_ops.test = fips_mct_tdes_test; in init_test_ops()
1718 test_ops.test = fips_generic_test; in init_test_ops()
1721 test_ops.prepare_op = prepare_aead_op; in init_test_ops()
1722 test_ops.prepare_xform = prepare_gcm_xform; in init_test_ops()
1723 test_ops.test = fips_generic_test; in init_test_ops()
1726 test_ops.prepare_op = prepare_auth_op; in init_test_ops()
1727 test_ops.prepare_xform = prepare_cmac_xform; 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_ccm_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_sha_xform; in init_test_ops()
1739 test_ops.test = fips_mct_sha_test; in init_test_ops()
1741 test_ops.test = fips_generic_test; in init_test_ops()
1744 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1745 test_ops.prepare_xform = prepare_xts_xform; in init_test_ops()
1746 test_ops.test = fips_generic_test; in init_test_ops()
1752 test_ops.prepare_op = prepare_cipher_op; in init_test_ops()
1753 test_ops.prepare_xform = prepare_tdes_xform; in init_test_ops()
1755 test_ops.test = fips_mct_tdes_test; in init_test_ops()
1757 test_ops.test = fips_generic_test; in init_test_ops()
1808 ret = test_ops.test(); in fips_test_one_file()