Home
last modified time | relevance | path

Searched refs:BN_CTX_new_ex (Results 26 – 49 of 49) sorted by relevance

12

/openssl/crypto/rsa/
H A Drsa_crpt.c123 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in RSA_setup_blinding()
H A Drsa_ossl.c125 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_public_encrypt()
320 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_private_encrypt()
542 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_private_decrypt()
732 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_public_decrypt()
H A Drsa_chk.c50 ctx = BN_CTX_new_ex(key->libctx); in rsa_validate_keypair_multiprime()
H A Drsa_gen.c99 ctx = BN_CTX_new_ex(rsa->libctx); in DEFINE_STACK_OF()
305 ctx = BN_CTX_new_ex(rsa->libctx); in rsa_multiprime_keygen()
H A Drsa_sp800_56b_gen.c387 ctx = BN_CTX_new_ex(rsa->libctx); in ossl_rsa_sp800_56b_generate_key()
H A Drsa_backend.c102 ctx = BN_CTX_new_ex(rsa->libctx); in ossl_rsa_fromdata()
/openssl/crypto/ec/
H A Dec_key.c450 BN_CTX *ctx = BN_CTX_new_ex(eckey->libctx); in ossl_ec_key_simple_generate_public_key()
676 if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL) in ossl_ec_key_simple_check_key()
705 ctx = BN_CTX_new_ex(key->libctx); in EC_KEY_set_public_key_affine_coordinates()
H A Decp_mont.c157 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_mont_group_set_curve()
H A Dec_lib.c334 if ((ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ec_guess_cofactor()
1190 BN_CTX *ctx = BN_CTX_new_ex(group->libctx); in ec_precompute_mont_data()
1586 bnctx = BN_CTX_new_ex(libctx); in EC_GROUP_new_from_params()
1781 bnctx = new_bnctx = BN_CTX_new_ex(libctx); in EC_GROUP_to_params()
H A Dec_ameth.c501 bnctx = BN_CTX_new_ex(libctx); in ec_pkey_export_to()
H A Dec_backend.c417 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec)); in ossl_ec_key_fromdata()
H A Dec_curve.c3170 if ((ctx = BN_CTX_new_ex(libctx)) == NULL) { in ec_group_new_from_data()
H A Decp_nistz256.c841 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ecp_nistz256_mult_precompute()
1461 if ((ctx = BN_CTX_new_ex(group->libctx)) == NULL) { in ecp_nistz256group_full_init()
/openssl/crypto/ffc/
H A Dffc_params_generate.c575 if ((ctx = BN_CTX_new_ex(libctx)) == NULL) in ossl_ffc_params_FIPS186_4_gen_verify()
886 ctx = BN_CTX_new_ex(libctx); in ossl_ffc_params_FIPS186_2_gen_verify()
/openssl/crypto/bn/
H A Dbn_gcd.c524 ctx = new_ctx = BN_CTX_new_ex(NULL); in BN_mod_inverse()
/openssl/test/
H A Dffc_internal_test.c614 if (!TEST_ptr(ctx = BN_CTX_new_ex(NULL))) in ffc_private_gen_test()
H A Dacvp_test.c659 if (!TEST_ptr(bn_ctx = BN_CTX_new_ex(libctx)) in dsa_pqver_test()
1167 if (!TEST_ptr(bn_ctx = BN_CTX_new_ex(libctx)) in dh_safe_prime_keyver_test()
H A Dendecode_test.c1363 if (!TEST_ptr(bnctx = BN_CTX_new_ex(testctx)) in setup_tests()
/openssl/providers/implementations/exchange/
H A Decdh_exch.c139 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(priv)); in ecdh_match_params()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c437 ctx = BN_CTX_new_ex(libctx); in ec_param_explicit_to_text()
/openssl/crypto/srp/
H A Dsrp_vfy.c727 BN_CTX *bn_ctx = BN_CTX_new_ex(libctx); in SRP_create_verifier_BN_ex()
/openssl/include/openssl/
H A Dbn.h209 BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx);
/openssl/crypto/evp/
H A Dctrl_params_translate.c1636 BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey)); in get_payload_public_key()
1682 bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey)); in get_payload_public_key_ec()
/openssl/util/
H A Dlibcrypto.num4619 BN_CTX_new_ex 4747 3_0_0 EXIST::FUNCTION:

Completed in 114 milliseconds

12