/openssl-master/crypto/ec/ |
A D | ecp_nist.c | 100 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 D | ecp_oct.c | 32 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 D | ecp_smpl.c | 156 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 D | ecdsa_ossl.c | 102 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 D | ec_check.c | 31 ctx = new_ctx = BN_CTX_new_ex(NULL); in EC_GROUP_check_named_curve()
|
A D | ecdh_ossl.c | 61 if ((ctx = BN_CTX_new_ex(ecdh->libctx)) == NULL) in ossl_ecdh_simple_compute_key()
|
A D | ecp_s390x_nistp.c | 61 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 D | ec_key.c | 361 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 D | ecp_mont.c | 157 ctx = new_ctx = BN_CTX_new_ex(group->libctx); in ossl_ec_GFp_mont_group_set_curve()
|
/openssl-master/doc/man3/ |
A D | BN_CTX_new.pod | 5 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 D | ffc_key_validate.c | 27 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 D | ffc_params_validate.c | 168 if ((ctx = BN_CTX_new_ex(libctx)) == NULL) in ossl_ffc_params_full_validate()
|
/openssl-master/crypto/bn/ |
A D | bn_ctx.c | 118 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 D | dsa_check.c | 79 ctx = BN_CTX_new_ex(dsa->libctx); in ossl_dsa_check_pairwise()
|
A D | dsa_ossl.c | 98 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 D | dsa_key.c | 68 if ((ctx = BN_CTX_new_ex(dsa->libctx)) == NULL) in dsa_keygen()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ec_kmgmt.c | 137 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 D | sm2_sign.c | 47 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 D | sm2_crypt.c | 154 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 D | self_test_kats.c | 220 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 D | rsa_sp800_56b_check.c | 312 ctx = BN_CTX_new_ex(rsa->libctx); 407 ctx = BN_CTX_new_ex(rsa->libctx);
|
A D | rsa_ossl.c | 100 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 D | rsa_crpt.c | 123 if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL) in RSA_setup_blinding()
|
/openssl-master/crypto/srp/ |
A D | srp_lib.c | 114 (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 D | dh_key.c | 57 ctx = BN_CTX_new_ex(dh->libctx); in ossl_dh_compute_key() 276 ctx = BN_CTX_new_ex(dh->libctx); in generate_key()
|