Home
last modified time | relevance | path

Searched refs:BN_CTX_new_ex (Results 1 – 25 of 45) sorted by relevance

12

/openssl-master/crypto/ec/
A Decp_nist.c100 if ((ctx = new_ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_group_set_curve()
139 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_mul()
164 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_sqr()
A Decp_oct.c32 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
202 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_point2oct()
323 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_oct2point()
A Decp_smpl.c156 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_group_set_curve()
259 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_group_check_discriminant()
386 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp()
445 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
517 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_point_get_affine_coordinates()
636 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_add()
820 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_dbl()
975 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_is_on_curve()
1092 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_cmp()
1178 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_simple_make_affine()
[all …]
A Decdsa_ossl.c102 if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL) { in ecdsa_sign_setup()
235 if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL in ossl_ecdsa_simple_sign_sig()
379 ctx = BN_CTX_new_ex(eckey->libctx); in ossl_ecdsa_simple_verify_sig()
A Dec_check.c31 ctx = new_ctx = BN_CTX_new_ex(NULL); in EC_GROUP_check_named_curve()
A Decdh_ossl.c61 if ((ctx = BN_CTX_new_ex(ecdh->libctx)) == NULL) in ossl_ecdh_simple_compute_key()
A Decp_s390x_nistp.c61 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ec_GFp_s390x_nistp_mul()
248 ctx = BN_CTX_new_ex(group->libctx); in ecdsa_s390x_nistp_verify_sig()
A Dec_key.c361 BN_CTX *ctx = BN_CTX_new_ex(eckey->libctx); in ossl_ec_key_simple_generate_public_key()
581 if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL) in ossl_ec_key_simple_check_key()
610 ctx = BN_CTX_new_ex(key->libctx); in EC_KEY_set_public_key_affine_coordinates()
A Decp_mont.c157 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_mont_group_set_curve()
/openssl-master/doc/man3/
A DBN_CTX_new.pod5 BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free
12 BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx);
27 BN_CTX_new_ex() allocates and initializes a B<BN_CTX> structure for the given
29 library context will be used. BN_CTX_new() is the same as BN_CTX_new_ex() except
/openssl-master/crypto/ffc/
A Dffc_key_validate.c27 ctx = BN_CTX_new_ex(NULL); in ossl_ffc_validate_public_key_partial()
72 ctx = BN_CTX_new_ex(NULL); in ossl_ffc_validate_public_key()
A Dffc_params_validate.c168 if ((ctx = BN_CTX_new_ex(libctx)) == NULL) in ossl_ffc_params_full_validate()
/openssl-master/crypto/bn/
A Dbn_ctx.c118 BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx) in BN_CTX_new_ex() function
136 return BN_CTX_new_ex(NULL); in BN_CTX_new()
142 BN_CTX *ret = BN_CTX_new_ex(ctx); in BN_CTX_secure_new_ex()
/openssl-master/crypto/dsa/
A Ddsa_check.c79 ctx = BN_CTX_new_ex(dsa->libctx); in ossl_dsa_check_pairwise()
A Ddsa_ossl.c98 ctx = BN_CTX_new_ex(dsa->libctx); in ossl_dsa_do_sign_int()
231 if ((ctx = BN_CTX_new_ex(NULL)) == NULL) in dsa_sign_setup()
348 ctx = BN_CTX_new_ex(NULL); /* verify does not need a libctx */ in dsa_do_verify()
A Ddsa_key.c68 if ((ctx = BN_CTX_new_ex(dsa->libctx)) == NULL) in dsa_keygen()
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c137 bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey)); in key_to_params()
333 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec1)); in ec_match()
470 bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec)); in ec_export()
633 bnctx = BN_CTX_new_ex(libctx); in common_get_params()
813 BN_CTX *ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key)); in ec_set_params()
881 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eck)); in sm2_validate()
920 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eck)); in ec_validate()
/openssl-master/crypto/sm2/
A Dsm2_sign.c47 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key)); in ossl_sm2_compute_z_digest()
214 ctx = BN_CTX_new_ex(libctx); in sm2_sig_gen()
326 ctx = BN_CTX_new_ex(libctx); in sm2_sig_verify()
A Dsm2_crypt.c154 ctx = BN_CTX_new_ex(libctx); in ossl_sm2_encrypt()
320 ctx = BN_CTX_new_ex(libctx); in ossl_sm2_decrypt()
/openssl-master/providers/fips/
A Dself_test_kats.c220 bnctx = BN_CTX_new_ex(libctx); in self_test_kdf()
377 bnctx = BN_CTX_new_ex(libctx); in self_test_ka()
462 bnctx = BN_CTX_new_ex(libctx); in self_test_sign()
547 bnctx = BN_CTX_new_ex(libctx); in self_test_asym_cipher()
/openssl-master/crypto/rsa/
A Drsa_sp800_56b_check.c312 ctx = BN_CTX_new_ex(rsa->libctx);
407 ctx = BN_CTX_new_ex(rsa->libctx);
A Drsa_ossl.c100 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_public_encrypt()
255 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_private_encrypt()
387 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_private_decrypt()
536 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in rsa_ossl_public_decrypt()
A Drsa_crpt.c123 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in RSA_setup_blinding()
/openssl-master/crypto/srp/
A Dsrp_lib.c114 (bn_ctx = BN_CTX_new_ex(libctx)) == NULL) in SRP_Calc_B_ex()
221 || a == NULL || (bn_ctx = BN_CTX_new_ex(libctx)) == NULL) in SRP_Calc_client_key_ex()
/openssl-master/crypto/dh/
A Ddh_key.c57 ctx = BN_CTX_new_ex(dh->libctx); in ossl_dh_compute_key()
276 ctx = BN_CTX_new_ex(dh->libctx); in generate_key()

Completed in 31 milliseconds

12