Home
last modified time | relevance | path

Searched refs:BN_CTX (Results 126 – 145 of 145) sorted by relevance

123456

/openssl/crypto/bn/
H A Dbn_mul.c497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul()
507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top()
H A DREADME.pod104 conjunction with repeated subroutine calls, the B<BN_CTX> structure is
H A Dbn_lib.c1078 BN_CTX *ctx) in BN_to_montgomery()
/openssl/crypto/rsa/
H A Drsa_gen.c94 BN_CTX *ctx = NULL; in DEFINE_STACK_OF()
269 BN_CTX *ctx = NULL; in rsa_multiprime_keygen()
H A Drsa_backend.c73 BN_CTX *ctx = NULL; in ossl_rsa_fromdata()
/openssl/crypto/ec/
H A Dec_curve.c3156 BN_CTX *ctx = NULL; in ec_group_new_from_data()
3376 int ossl_ec_curve_nid_from_params(const EC_GROUP *group, BN_CTX *ctx) in ossl_ec_curve_nid_from_params()
H A Dec_ameth.c486 BN_CTX *bnctx = NULL; in ec_pkey_export_to()
H A Dec_asn1.c528 BN_CTX *ctx = NULL; in EC_GROUP_new_from_ecparameters()
/openssl/crypto/
H A Dtrace.c136 TRACE_CATEGORY_(BN_CTX),
/openssl/test/
H A Dbntest.c45 static BN_CTX *ctx;
2716 static int test_ctx_set_ct_flag(BN_CTX *c) in test_ctx_set_ct_flag()
2736 static int test_ctx_check_ct_flag(BN_CTX *c) in test_ctx_check_ct_flag()
2779 BN_CTX *nctx = NULL; in test_ctx_consttime_flag()
2780 BN_CTX *sctx = NULL; in test_ctx_consttime_flag()
2789 BN_CTX *c = i == 0 ? nctx : sctx; in test_ctx_consttime_flag()
H A Dffc_internal_test.c612 BN_CTX *ctx = NULL; in ffc_private_gen_test()
H A Dendecode_test.c61 static BN_CTX *bnctx = NULL;
/openssl/providers/implementations/exchange/
H A Decdh_exch.c135 BN_CTX *ctx = NULL; in ecdh_match_params()
/openssl/doc/man3/
H A DRSA_set_method.pod114 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/openssl/util/
H A Dindent.pro101 -T BN_CTX
/openssl/crypto/srp/
H A Dsrp_vfy.c727 BN_CTX *bn_ctx = BN_CTX_new_ex(libctx); in SRP_create_verifier_BN_ex()
/openssl/crypto/pem/
H A Dpvkfmt.c380 BN_CTX *ctx = NULL; in ossl_b2i_DSA_after_header()
/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()
1668 BN_CTX *bnctx; in get_payload_public_key_ec()
/openssl/doc/man1/
H A Dopenssl.pod770 =item B<BN_CTX>
/openssl/
H A DCHANGES.md12256 * Reimplemented the BN_CTX implementation. There is now no more static
12260 static array of bignums, BN_CTX now uses a linked-list of such arrays
12262 BN_CTX's "bundling".
12267 to allow all RSA operations to function using a single BN_CTX.
12322 * BN_CTX_init() has been deprecated, as BN_CTX is an opaque structure
14704 * Hide BN_CTX structure details in bn_lcl.h instead of publishing them
16711 * Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.
17856 get temporary BIGNUMs from a BN_CTX.
17925 an additional BN_CTX * argument (whereas BN_is_prime always
17926 has to allocate at least one BN_CTX).
[all …]

Completed in 136 milliseconds

123456