HomeSort by: relevance | last modified time | path
    Searched refs:r_simple2 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
exptest.c 246 BIGNUM *r_simple2 = NULL; local
268 || !TEST_ptr(r_simple2 = BN_new())
289 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx))
296 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) {
299 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0)
309 BN_print_var(r_simple2);
320 BN_free(r_simple2);
  /src/crypto/external/bsd/openssl/dist/test/
exptest.c 246 BIGNUM *r_simple2 = NULL; local
267 || !TEST_ptr(r_simple2 = BN_new())
288 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx))
295 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) {
298 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0)
308 BN_print_var(r_simple2);
319 BN_free(r_simple2);

Completed in 26 milliseconds