Home
last modified time | relevance | path

Searched refs:BN_CTX_new (Results 1 – 25 of 38) sorted by relevance

12

/openssl/doc/man3/
H A DBN_CTX_new.pod5 BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free
13 BN_CTX *BN_CTX_new(void);
29 library context will be used. BN_CTX_new() is the same as BN_CTX_new_ex() except
50 BN_CTX_new() and BN_CTX_secure_new() return a pointer to the B<BN_CTX>.
62 replace use of BN_CTX_init with BN_CTX_new instead:
65 ctx = BN_CTX_new();
H A DBN_CTX_start.pod20 a B<BN_CTX> (which can been created by using L<BN_CTX_new(3)>)
47 L<BN_CTX_new(3)>
H A DBN_mod_mul_reciprocal.pod61 L<BN_CTX_new(3)>
H A DBN_add.pod112 temporary variables; see L<BN_CTX_new(3)>.
133 L<ERR_get_error(3)>, L<BN_CTX_new(3)>,
H A DBN_mod_mul_montgomery.pod75 L<BN_CTX_new(3)>
/openssl/test/
H A Drsa_sp800_56b_test.c156 && TEST_ptr(ctx = BN_CTX_new()) in test_check_prime_factor_range()
198 && TEST_ptr(ctx = BN_CTX_new()) in test_check_prime_factor()
229 && TEST_ptr(ctx = BN_CTX_new()) in test_check_private_exponent()
290 && TEST_ptr(ctx = BN_CTX_new()) in test_check_crt_components()
364 && TEST_ptr(ctx = BN_CTX_new()) in test_derive_params_from_pq_fail()
418 && TEST_ptr(ctx = BN_CTX_new()) in test_invalid_keypair()
H A Dec_internal_test.c84 if (!TEST_ptr(ctx = BN_CTX_new())) in field_tests()
179 || !TEST_ptr(ctx = BN_CTX_new()) in field_tests_default()
212 ctx = BN_CTX_new(); in underflow_test()
466 ctx = BN_CTX_new(); in montgomery_correctness_test()
H A Dexptest.c51 BN_CTX *ctx = BN_CTX_new(); in test_mod_exp_zero()
164 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp()
262 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp_x2()
H A Dbn_internal_test.c91 if (!TEST_ptr(ctx = BN_CTX_new())) in setup_tests()
H A Dectest.c50 || !TEST_ptr(ctx = BN_CTX_new()) in group_order_tests()
174 if (!TEST_ptr(ctx = BN_CTX_new()) in prime_field_tests()
793 if (!TEST_ptr(ctx = BN_CTX_new()) in char2_curve_test()
945 if (!TEST_ptr(ctx = BN_CTX_new()) in char2_field_tests()
1324 if (!TEST_ptr(ctx = BN_CTX_new()) in nistp_single_test()
1515 if (!TEST_ptr(bn_ctx = BN_CTX_new()) in check_named_curve_test()
1703 if (!TEST_ptr(ctx = BN_CTX_new()) in check_named_curve_lookup_test()
2277 if (!TEST_ptr(ctx = BN_CTX_new()) in cardinality_test()
2464 if (!TEST_ptr(bnctx = BN_CTX_new()) in ec_point_hex2point_test()
2735 if (!TEST_ptr(ctx = BN_CTX_new())) in custom_generator_test()
[all …]
/openssl/crypto/ec/
H A Dec2_oct.c50 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_set_compressed_coordinates()
172 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_point2oct()
322 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_oct2point()
H A Dec_check.c70 ctx = new_ctx = BN_CTX_new(); in EC_GROUP_check()
H A Dec2_smpl.c189 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_group_check_discriminant()
379 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_add()
532 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_is_on_curve()
603 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_cmp()
646 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_make_affine()
H A Deck_prn.c90 ctx = BN_CTX_new(); in ECPKParameters_print()
H A Decp_nistp224.c1299 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GFp_nistp224_group_set_curve()
1618 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GFp_nistp224_precompute_mult()
H A Dec_mult.c846 ctx = new_ctx = BN_CTX_new(); in ossl_ec_wNAF_precompute_mult()
/openssl/crypto/srp/
H A Dsrp_lib.c85 if ((bn_ctx = BN_CTX_new()) == NULL || (tmp = BN_new()) == NULL) in SRP_Calc_server_key()
201 if (a == NULL || N == NULL || g == NULL || (bn_ctx = BN_CTX_new()) == NULL) in SRP_Calc_A()
272 if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL) in SRP_Verify_B_mod_N()
/openssl/fuzz/
H A Dbignum.c47 ctx = BN_CTX_new(); in FuzzerTestOneInput()
H A Dbndiv.c38 ctx = BN_CTX_new(); in FuzzerInitialize()
/openssl/crypto/rsa/
H A Drsa_mp.c71 if ((ctx = BN_CTX_new()) == NULL) in ossl_rsa_multip_calc_product()
H A Drsa_x931g.c113 ctx2 = BN_CTX_new(); in RSA_X931_derive_ex()
/openssl/crypto/dsa/
H A Ddsa_backend.c164 if ((ctx = BN_CTX_new()) == NULL) { in ossl_dsa_key_from_pkcs8()
/openssl/apps/lib/
H A Dtlssrp_depr.c29 BN_CTX *bn_ctx = BN_CTX_new(); in srp_Verify_N_and_g()
/openssl/crypto/bn/
H A Dbn_prime.c214 BN_CTX *ctx = BN_CTX_new(); in BN_generate_prime_ex()
316 if (ctx == NULL && (ctxlocal = ctx = BN_CTX_new()) == NULL) in bn_is_prime_int()
H A Dbn_ctx.c132 BN_CTX *BN_CTX_new(void) in BN_CTX_new() function

Completed in 72 milliseconds

12