Searched refs:BN_CTX_new (Results 1 – 25 of 39) sorted by relevance
12
5 BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free13 BN_CTX *BN_CTX_new(void);29 library context will be used. BN_CTX_new() is the same as BN_CTX_new_ex() except50 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();
20 a B<BN_CTX> (which can been created by using L<BN_CTX_new(3)>)47 L<BN_CTX_new(3)>
104 temporary variables; see L<BN_CTX_new(3)>.117 L<ERR_get_error(3)>, L<BN_CTX_new(3)>,
61 L<BN_CTX_new(3)>
75 L<BN_CTX_new(3)>
37 ctx = BN_CTX_new(); in RSA_X931_derive_ex()113 ctx2 = BN_CTX_new(); in RSA_X931_derive_ex()158 ctx = BN_CTX_new(); in RSA_X931_generate_key_ex()
73 if ((ctx = BN_CTX_new()) == NULL) in ossl_rsa_multip_calc_product()
50 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()
70 ctx = new_ctx = BN_CTX_new(); in EC_GROUP_check()
189 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()
90 ctx = BN_CTX_new(); in ECPKParameters_print()
156 && 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()380 && TEST_ptr(ctx = BN_CTX_new()) in test_invalid_keypair()
51 BN_CTX *ctx = BN_CTX_new(); in test_mod_exp_zero()135 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp()232 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp_x2()
91 if (!TEST_ptr(ctx = BN_CTX_new())) in setup_tests()
83 if (!TEST_ptr(ctx = BN_CTX_new())) in field_tests()178 || !TEST_ptr(ctx = BN_CTX_new()) in field_tests_default()211 ctx = BN_CTX_new(); in underflow_test()
50 || !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()2165 if (!TEST_ptr(ctx = BN_CTX_new()) in cardinality_test()2352 if (!TEST_ptr(bnctx = BN_CTX_new()) in ec_point_hex2point_test()2623 if (!TEST_ptr(ctx = BN_CTX_new())) in custom_generator_test()[all …]
85 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()
76 ctx = BN_CTX_new(); in DH_check_params()158 ctx = BN_CTX_new(); in DH_check()
172 ctx = BN_CTX_new(); in dh_builtin_genparams()
47 ctx = BN_CTX_new(); in FuzzerTestOneInput()
38 ctx = BN_CTX_new(); in FuzzerInitialize()
161 if ((ctx = BN_CTX_new()) == NULL) { in ossl_dsa_key_from_pkcs8()
29 BN_CTX *bn_ctx = BN_CTX_new(); in srp_Verify_N_and_g()
216 BN_CTX *ctx = BN_CTX_new(); in BN_generate_prime_ex()307 if (ctx == NULL && (ctxlocal = ctx = BN_CTX_new()) == NULL) in bn_is_prime_int()
134 BN_CTX *BN_CTX_new(void) in BN_CTX_new() function
Completed in 34 milliseconds