Lines Matching defs:test
30 * test Object used for CAVS testing only.that contains..
57 int ossl_rsa_fips186_4_gen_prob_primes(RSA *rsa, RSA_ACVP_TEST *test,
73 if (test != NULL) {
74 Xp1 = test->Xp1;
75 Xp2 = test->Xp2;
76 Xq1 = test->Xq1;
77 Xq2 = test->Xq2;
78 Xp = test->Xp;
79 Xq = test->Xq;
80 p1 = test->p1;
81 p2 = test->p2;
82 q1 = test->q1;
83 q2 = test->q2;
397 /* p>q check and skipping in case of acvp test */
413 /* (Step 6) Do pairwise test - optional validity test has been omitted */
423 * See SP800-56Br1 6.3.1.3 (Step 6) Perform a pair-wise consistency test by
426 * Returns 1 if the RSA key passes the pairwise test or 0 it it fails.