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

  /src/crypto/external/bsd/openssl.old/dist/test/
exptest.c 156 BIGNUM *r_mont = NULL; local
167 if (!TEST_ptr(r_mont = BN_new())
190 || !TEST_true(BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL))
196 if (!TEST_BN_eq(r_simple, r_mont)
199 if (BN_cmp(r_simple, r_mont) != 0)
211 BN_print_var(r_mont);
218 BN_free(r_mont);
  /src/crypto/external/apache2/openssl/dist/test/
exptest.c 156 BIGNUM *r_mont = NULL; local
167 if (!TEST_ptr(r_mont = BN_new())
199 || !TEST_true(BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL))
205 if (!TEST_BN_eq(r_simple, r_mont)
208 if (BN_cmp(r_simple, r_mont) != 0)
220 BN_print_var(r_mont);
227 BN_free(r_mont);
  /src/crypto/external/bsd/openssl/dist/test/
exptest.c 156 BIGNUM *r_mont = NULL; local
167 if (!TEST_ptr(r_mont = BN_new())
199 || !TEST_true(BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL))
205 if (!TEST_BN_eq(r_simple, r_mont)
208 if (BN_cmp(r_simple, r_mont) != 0)
220 BN_print_var(r_mont);
227 BN_free(r_mont);

Completed in 23 milliseconds