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

  /src/crypto/external/bsd/openssl.old/dist/test/
exptest.c 157 BIGNUM *r_mont_const = NULL; local
168 || !TEST_ptr(r_mont_const = BN_new())
193 || !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL)))
198 || !TEST_BN_eq(r_simple, r_mont_const)) {
201 if (BN_cmp(r_simple, r_mont_const) != 0)
212 BN_print_var(r_mont_const);
219 BN_free(r_mont_const);
  /src/crypto/external/apache2/openssl/dist/test/
exptest.c 157 BIGNUM *r_mont_const = NULL; local
168 || !TEST_ptr(r_mont_const = BN_new())
202 || !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL)))
207 || !TEST_BN_eq(r_simple, r_mont_const)) {
210 if (BN_cmp(r_simple, r_mont_const) != 0)
221 BN_print_var(r_mont_const);
228 BN_free(r_mont_const);
  /src/crypto/external/bsd/openssl/dist/test/
exptest.c 157 BIGNUM *r_mont_const = NULL; local
168 || !TEST_ptr(r_mont_const = BN_new())
202 || !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL)))
207 || !TEST_BN_eq(r_simple, r_mont_const)) {
210 if (BN_cmp(r_simple, r_mont_const) != 0)
221 BN_print_var(r_mont_const);
228 BN_free(r_mont_const);

Completed in 25 milliseconds