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

  /src/crypto/external/apache2/openssl/dist/test/
exptest.c 244 BIGNUM *r_mont_const_x2_2 = NULL; local
266 || !TEST_ptr(r_mont_const_x2_2 = BN_new())
291 r_mont_const_x2_2, a2, b2, m2, NULL,
296 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) {
299 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0)
311 BN_print_var(r_mont_const_x2_2);
318 BN_free(r_mont_const_x2_2);
  /src/crypto/external/bsd/openssl/dist/test/
exptest.c 244 BIGNUM *r_mont_const_x2_2 = NULL; local
265 || !TEST_ptr(r_mont_const_x2_2 = BN_new())
290 r_mont_const_x2_2, a2, b2, m2, NULL,
295 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) {
298 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0)
310 BN_print_var(r_mont_const_x2_2);
317 BN_free(r_mont_const_x2_2);

Completed in 23 milliseconds