Symbol: BN_CTX
crypto/heimdal/lib/hx509/crypto.c
491
BN_CTX *bnctx = NULL;
crypto/krb5/src/plugins/preauth/spake/openssl.c
55
BN_CTX *ctx;
crypto/openssh/ssh-rsa.c
369
BN_CTX *ctx = NULL;
crypto/openssl/apps/lib/tlssrp_depr.c
29
BN_CTX *bn_ctx = BN_CTX_new();
crypto/openssl/crypto/bn/bn_blind.c
126
int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_blind.c
131
int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_blind.c
159
int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_blind.c
165
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_blind.c
232
const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_blind.c
237
BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_blind.c
26
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/crypto/bn/bn_blind.c
91
int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
110
OSSL_TRACE_BEGIN(BN_CTX) \
crypto/openssl/crypto/bn/bn_ctx.c
114
OSSL_TRACE_END(BN_CTX)
crypto/openssl/crypto/bn/bn_ctx.c
122
BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
124
BN_CTX *ret;
crypto/openssl/crypto/bn/bn_ctx.c
136
BN_CTX *BN_CTX_new(void)
crypto/openssl/crypto/bn/bn_ctx.c
142
BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
144
BN_CTX *ret = BN_CTX_new_ex(ctx);
crypto/openssl/crypto/bn/bn_ctx.c
152
BN_CTX *BN_CTX_secure_new(void)
crypto/openssl/crypto/bn/bn_ctx.c
158
void BN_CTX_free(BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
163
OSSL_TRACE_BEGIN(BN_CTX)
crypto/openssl/crypto/bn/bn_ctx.c
178
OSSL_TRACE_END(BN_CTX);
crypto/openssl/crypto/bn/bn_ctx.c
185
void BN_CTX_start(BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
199
void BN_CTX_end(BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
218
BIGNUM *BN_CTX_get(BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
243
OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_ctx.c
82
static void ctxdbg(BIO *channel, const char *text, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_depr.c
47
void (*callback)(int, int, void *), BN_CTX *ctx_passed,
crypto/openssl/crypto/bn/bn_depr.c
57
BN_CTX *ctx_passed, void *cb_arg,
crypto/openssl/crypto/bn/bn_div.c
18
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_div.c
212
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_div.c
267
const BIGNUM *divisor, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp.c
1146
const BIGNUM *m, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_exp.c
1159
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
crypto/openssl/crypto/bn/bn_exp.c
1306
const BIGNUM *m, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp.c
1447
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp.c
170
const BIGNUM *m, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp.c
312
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
crypto/openssl/crypto/bn/bn_exp.c
49
int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp.c
604
const BIGNUM *m, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_exp.c
98
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_exp2.c
18
BN_CTX *ctx, BN_MONT_CTX *in_mont)
crypto/openssl/crypto/bn/bn_gcd.c
198
const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_gcd.c
23
BN_CTX *ctx, int *pnoinv)
crypto/openssl/crypto/bn/bn_gcd.c
516
const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gcd.c
518
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/bn/bn_gcd.c
548
int BN_are_coprime(BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gcd.c
580
int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
1097
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
402
const int p[], BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
457
const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
484
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
518
int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
549
const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
720
int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
768
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
793
const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
826
const int p[], BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
854
const int p[], BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
900
const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
930
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
963
int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_gf2m.c
992
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_kron.c
17
int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_lib.c
1076
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_local.h
676
const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_local.h
690
int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_mod.c
115
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
14
int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
207
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
235
int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
243
int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
266
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mod.c
35
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
162
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
174
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
222
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
26
BN_MONT_CTX *mont, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
260
int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
37
BN_MONT_CTX *mont, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mont.c
426
const BIGNUM *mod, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mul.c
497
int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_mul.c
507
int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
1143
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
1210
const BIGNUM *field, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
351
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
486
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
655
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_nist.c
888
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_prime.c
125
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_prime.c
214
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/crypto/bn/bn_prime.c
228
int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
crypto/openssl/crypto/bn/bn_prime.c
23
BN_CTX *ctx);
crypto/openssl/crypto/bn/bn_prime.c
234
int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
242
int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
258
int ossl_bn_check_generated_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
26
BN_CTX *ctx);
crypto/openssl/crypto/bn/bn_prime.c
264
int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
27
static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
275
static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
280
BN_CTX *ctxlocal = NULL;
crypto/openssl/crypto/bn/bn_prime.c
347
int ossl_bn_miller_rabin_is_prime(const BIGNUM *w, int iterations, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_prime.c
488
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_prime.c
547
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
103
unsigned int strength, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
120
unsigned int strength, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
134
unsigned int strength, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
204
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
217
BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
242
unsigned int strength, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
26
unsigned int strength, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
296
size_t message_len, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
399
size_t message_len, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_recp.c
172
int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_recp.c
43
int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_recp.c
54
BN_RECP_CTX *recp, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_recp.c
83
BN_RECP_CTX *recp, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
133
BIGNUM *p1, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
188
const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
277
BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_s390x.c
150
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
crypto/openssl/crypto/bn/bn_s390x.c
72
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
crypto/openssl/crypto/bn/bn_sqr.c
17
int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_sqr.c
27
int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_sqrt.c
13
BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_x931p.c
162
int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_x931p.c
222
const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_x931p.c
23
static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx,
crypto/openssl/crypto/bn/bn_x931p.c
55
const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/crypto/dh/dh_check.c
148
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_check.c
336
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_check.c
74
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_gen.c
161
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_key.c
191
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
crypto/openssl/crypto/dh/dh_key.c
229
int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh,
crypto/openssl/crypto/dh/dh_key.c
272
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_key.c
32
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/crypto/dh/dh_key.c
42
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dh/dh_local.h
51
const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
crypto/openssl/crypto/dh/dh_meth.c
126
BN_CTX *, BN_MONT_CTX *)
crypto/openssl/crypto/dh/dh_meth.c
133
const BIGNUM *, BN_CTX *, BN_MONT_CTX *))
crypto/openssl/crypto/dsa/dsa_backend.c
133
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dsa/dsa_check.c
106
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dsa/dsa_key.c
150
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dsa/dsa_key.c
42
int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
crypto/openssl/crypto/dsa/dsa_key.c
75
static int dsa_keygen_knownanswer_test(DSA *dsa, BN_CTX *ctx,
crypto/openssl/crypto/dsa/dsa_local.h
49
int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_local.h
55
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
crypto/openssl/crypto/dsa/dsa_local.h
58
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/crypto/dsa/dsa_meth.c
115
int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam))(DSA *, BN_CTX *, BIGNUM **, BIGNUM **)
crypto/openssl/crypto/dsa/dsa_meth.c
121
int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **))
crypto/openssl/crypto/dsa/dsa_meth.c
140
const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *)
crypto/openssl/crypto/dsa/dsa_meth.c
147
const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
crypto/openssl/crypto/dsa/dsa_meth.c
154
int (*DSA_meth_get_bn_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
crypto/openssl/crypto/dsa/dsa_meth.c
162
const BIGNUM *, BN_CTX *, BN_MONT_CTX *))
crypto/openssl/crypto/dsa/dsa_ossl.c
210
static int dsa_sign_setup_no_digest(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/crypto/dsa/dsa_ossl.c
217
static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/crypto/dsa/dsa_ossl.c
223
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dsa/dsa_ossl.c
29
static int dsa_sign_setup_no_digest(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_ossl.c
31
static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_ossl.c
358
BN_CTX *ctx;
crypto/openssl/crypto/dsa/dsa_ossl.c
40
BN_CTX *ctx);
crypto/openssl/crypto/dsa/dsa_ossl.c
482
BN_CTX *ctx)
crypto/openssl/crypto/dsa/dsa_ossl.c
82
BN_CTX *ctx = NULL;
crypto/openssl/crypto/dsa/dsa_sign.c
28
int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
crypto/openssl/crypto/ec/ec2_oct.c
128
unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_oct.c
135
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_oct.c
256
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_oct.c
264
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_oct.c
42
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_oct.c
47
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
101
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
140
BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
179
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
184
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
290
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
321
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
355
const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
360
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
476
const EC_POINT *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
482
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
507
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
512
const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ec2_smpl.c
513
int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ec2_smpl.c
515
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
580
const EC_POINT *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
585
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
631
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
636
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
680
EC_POINT *points[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
694
const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
701
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
708
const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
721
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
773
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
802
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
866
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
924
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_ameth.c
485
BN_CTX *bnctx = NULL;
crypto/openssl/crypto/ec/ec_asn1.c
518
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_backend.c
158
OSSL_PARAM params[], BN_CTX *bnctx,
crypto/openssl/crypto/ec/ec_backend.c
291
BN_CTX *bnctx, unsigned char **genbuf)
crypto/openssl/crypto/ec/ec_backend.c
399
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_check.c
20
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_check.c
23
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_check.c
46
int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_check.c
57
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_curve.c
3032
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_curve.c
3251
int ossl_ec_curve_nid_from_params(const EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_cvt.c
22
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_cvt.c
71
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_deprecated.c
24
BIGNUM *ret, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_deprecated.c
42
const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
252
static int ecdsa_keygen_knownanswer_test(EC_KEY *eckey, BN_CTX *ctx,
crypto/openssl/crypto/ec/ec_key.c
309
BN_CTX *ctx = BN_CTX_secure_new_ex(eckey->libctx);
crypto/openssl/crypto/ec/ec_key.c
449
BN_CTX *ctx = BN_CTX_new_ex(eckey->libctx);
crypto/openssl/crypto/ec/ec_key.c
492
static int ec_key_public_range_check(BN_CTX *ctx, const EC_KEY *key)
crypto/openssl/crypto/ec/ec_key.c
529
int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
560
int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
623
int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
667
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_key.c
693
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_key.c
926
int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
959
unsigned char **pbuf, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_key.c
967
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_kmeth.c
233
int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/crypto/ec/ec_kmeth.c
307
int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/crypto/ec/ec_lib.c
1003
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1017
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1031
int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1045
EC_POINT *points[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1072
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1077
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
1118
const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1123
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
1158
int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1190
BN_CTX *ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ec_lib.c
1237
const BIGNUM *x, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1242
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
1298
const BIGNUM *x, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1317
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1407
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
1554
BN_CTX *bnctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
1767
const char *propq, BN_CTX *bnctx)
crypto/openssl/crypto/ec/ec_lib.c
1770
BN_CTX *new_bnctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
324
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ec_lib.c
450
int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
471
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
560
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
570
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
581
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
587
BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
594
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
600
BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
616
int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
625
int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
630
BN_CTX *ctx_new = NULL;
crypto/openssl/crypto/ec/ec_lib.c
831
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
848
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
865
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
888
const BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
896
const BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
905
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
925
BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
933
BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
941
const EC_POINT *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
956
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_lib.c
969
int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_local.h
100
int (*dbl)(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
101
int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
106
int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
108
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
110
int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
112
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
137
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
138
int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
148
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
149
int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
151
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
158
int (*field_inv)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
161
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
164
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
165
int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
179
int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ec_local.h
188
const BIGNUM *x, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
189
int (*blind_coordinates)(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
192
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
195
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
198
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
258
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
362
const BIGNUM *scalars[], BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
363
int ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
373
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
375
BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
377
int ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
388
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
393
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
396
const BIGNUM *y, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
399
BIGNUM *y, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
402
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
405
unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
407
const unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
409
const EC_POINT *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
411
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
412
int ossl_ec_GFp_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
414
int ossl_ec_GFp_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
416
const EC_POINT *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
417
int ossl_ec_GFp_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
419
EC_POINT *[], BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
421
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
423
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
425
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
427
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
430
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
433
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
436
EC_POINT *p, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
442
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
447
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
449
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
451
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
453
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
455
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
456
int ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *, BIGNUM *r, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
461
const BIGNUM *a, const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
463
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
465
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
474
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
476
BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
478
int ossl_ec_GF2m_simple_group_check_discriminant(const EC_GROUP *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
487
const BIGNUM *y, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
490
BIGNUM *y, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
493
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
496
unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
498
const unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
500
const EC_POINT *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
502
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
503
int ossl_ec_GF2m_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
505
int ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
507
const EC_POINT *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
508
int ossl_ec_GF2m_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
510
EC_POINT *[], BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
512
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
514
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
516
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
527
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
531
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
535
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
539
const BIGNUM *scalars[], BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
540
int ossl_ec_GFp_nistp224_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
547
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
551
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
555
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
559
const BIGNUM *scalars[], BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
560
int ossl_ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
567
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
571
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
575
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
579
const BIGNUM *scalars[], BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
58
const BIGNUM *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
580
int ossl_ec_GFp_nistp384_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
588
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
592
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
596
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
60
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
600
const BIGNUM *scalars[], BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
601
int ossl_ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
65
int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
660
int ossl_ec_curve_nid_from_params(const EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
678
int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ec_local.h
706
int ossl_ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ec_local.h
718
int ossl_ecdsa_simple_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ec_local.h
757
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
760
BN_CTX *ctx);
crypto/openssl/crypto/ec/ec_local.h
764
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_local.h
778
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_local.h
792
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_local.h
85
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
87
BIGNUM *x, BIGNUM *y, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
90
BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
94
size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
96
size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
99
const EC_POINT *b, BN_CTX *);
crypto/openssl/crypto/ec/ec_mult.c
142
BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_mult.c
405
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_mult.c
814
int ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_mult.c
825
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ec_oct.c
110
const unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
139
unsigned char **pbuf, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
25
const BIGNUM *x, int y_bit, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
58
int y_bit, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
66
int y_bit, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
75
size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_print.c
18
point_conversion_form_t form, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_print.c
44
const char *hex, EC_POINT *point, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecdh_ossl.c
52
BN_CTX *ctx;
crypto/openssl/crypto/ec/ecdsa_ossl.c
132
static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/crypto/ec/ecdsa_ossl.c
138
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ecdsa_ossl.c
263
int ossl_ecdsa_simple_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ecdsa_ossl.c
278
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ecdsa_ossl.c
33
static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/crypto/ec/ecdsa_ossl.c
39
int ossl_ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/ecdsa_ossl.c
448
BN_CTX *ctx;
crypto/openssl/crypto/ec/ecdsa_sign.c
50
int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/ec/eck_prn.c
73
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ecp_mont.c
144
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
146
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_mont.c
197
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
208
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
224
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
227
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_mont.c
268
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
279
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_mont.c
290
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nist.c
129
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nist.c
132
BN_CTX *ctx_new = NULL;
crypto/openssl/crypto/ec/ecp_nist.c
154
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nist.c
157
BN_CTX *ctx_new = NULL;
crypto/openssl/crypto/ec/ecp_nist.c
94
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nist.c
97
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp224.c
1277
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp224.c
1282
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp224.c
1320
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp224.c
1393
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp224.c
1580
int ossl_ec_GFp_nistp224_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp224.c
1589
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp256.c
1896
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp256.c
1901
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp256.c
1939
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp256.c
2012
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp256.c
2206
int ossl_ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp256.c
2216
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp384.c
1620
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp384.c
1625
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp384.c
1663
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp384.c
1733
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp384.c
1919
int ossl_ec_GFp_nistp384_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp384.c
1928
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp521.c
1710
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp521.c
1715
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistp521.c
1753
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp521.c
1827
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp521.c
2018
int ossl_ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistp521.c
2027
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistz256.c
1148
BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
1261
const BIGNUM *x, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
1446
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistz256.c
609
size_t num, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
795
__owur static int ecp_nistz256_mult_precompute(EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
807
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_nistz256.c
917
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
935
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_oct.c
161
unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_oct.c
164
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_oct.c
25
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_oct.c
27
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_oct.c
275
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_oct.c
279
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
236
BN_CTX *ctx;
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
313
BN_CTX *ctx) \
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
53
BN_CTX *ctx, unsigned int fc, int len)
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
59
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_sm2p256.c
452
size_t num, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_sm2p256.c
515
const BIGNUM *scalars[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_sm2p256.c
592
const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_sm2p256.c
616
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1059
const EC_POINT *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1069
const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
1070
int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
1071
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1167
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1169
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1206
EC_POINT *points[], BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1208
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1363
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1369
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1381
const BIGNUM *a, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1384
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1428
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
143
const BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
146
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1492
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1562
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1650
EC_POINT *p, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
201
BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
204
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
251
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
256
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
380
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
382
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
437
BIGNUM *z, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
439
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
486
const BIGNUM *y, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
503
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
505
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
613
const EC_POINT *b, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
616
const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
617
int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
619
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
798
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
801
const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
802
int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
804
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
940
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
956
BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
959
const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
960
int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
crypto/openssl/crypto/ec/ecp_smpl.c
962
BN_CTX *new_ctx = NULL;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1632
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey));
crypto/openssl/crypto/evp/ctrl_params_translate.c
1664
BN_CTX *bnctx;
crypto/openssl/crypto/ffc/ffc_key_generate.c
22
int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params,
crypto/openssl/crypto/ffc/ffc_key_validate.c
24
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ffc/ffc_key_validate.c
67
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ffc/ffc_params_generate.c
132
static int generate_canonical_g(BN_CTX *ctx, BN_MONT_CTX *mont,
crypto/openssl/crypto/ffc/ffc_params_generate.c
191
static int generate_p(BN_CTX *ctx, const EVP_MD *evpmd, int max_counter, int n,
crypto/openssl/crypto/ffc/ffc_params_generate.c
313
static int generate_q_fips186_4(BN_CTX *ctx, BIGNUM *q, const EVP_MD *evpmd,
crypto/openssl/crypto/ffc/ffc_params_generate.c
389
static int generate_q_fips186_2(BN_CTX *ctx, BIGNUM *q, const EVP_MD *evpmd,
crypto/openssl/crypto/ffc/ffc_params_generate.c
530
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ffc/ffc_params_generate.c
825
BN_CTX *ctx = NULL;
crypto/openssl/crypto/ffc/ffc_params_generate.c
95
static int generate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, BIGNUM *g,
crypto/openssl/crypto/ffc/ffc_params_validate.c
166
BN_CTX *ctx;
crypto/openssl/crypto/ffc/ffc_params_validate.c
23
int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont,
crypto/openssl/crypto/pem/pvkfmt.c
380
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_backend.c
73
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_chk.c
25
BN_CTX *ctx;
crypto/openssl/crypto/rsa/rsa_crpt.c
116
BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
crypto/openssl/crypto/rsa/rsa_crpt.c
119
BN_CTX *ctx;
crypto/openssl/crypto/rsa/rsa_crpt.c
70
int RSA_blinding_on(RSA *rsa, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_crpt.c
89
const BIGNUM *q, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_gen.c
276
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_gen.c
94
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_local.h
114
int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
117
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/crypto/rsa/rsa_local.h
172
int ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q,
crypto/openssl/crypto/rsa/rsa_local.h
177
int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
178
int ossl_rsa_check_prime_factor(BIGNUM *p, BIGNUM *e, int nbits, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
179
int ossl_rsa_check_prime_factor_range(const BIGNUM *p, int nbits, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
180
int ossl_rsa_check_crt_components(const RSA *rsa, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
182
int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
191
const BIGNUM *e, BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_local.h
193
int nbits, const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/crypto/rsa/rsa_meth.c
163
int (*RSA_meth_get_mod_exp(const RSA_METHOD *meth))(BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_meth.c
170
BN_CTX *ctx))
crypto/openssl/crypto/rsa/rsa_meth.c
178
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
crypto/openssl/crypto/rsa/rsa_meth.c
188
BN_CTX *ctx,
crypto/openssl/crypto/rsa/rsa_mp.c
63
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
105
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
1194
BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_ossl.c
210
static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_ossl.c
265
BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_ossl.c
289
BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_ossl.c
310
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
33
BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_ossl.c
38
BN_CTX *ctx);
crypto/openssl/crypto/rsa/rsa_ossl.c
522
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
704
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
797
static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
136
int ossl_rsa_check_prime_factor(BIGNUM *p, BIGNUM *e, int nbits, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
175
int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
24
int ossl_rsa_check_crt_components(const RSA *rsa, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
266
int ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q,
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
286
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
377
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
88
int ossl_rsa_check_prime_factor_range(const BIGNUM *p, int nbits, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
238
const BIGNUM *e, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
370
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
437
int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx)
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
56
int nbits, const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/crypto/rsa/rsa_x931g.c
155
BN_CTX *ctx = NULL;
crypto/openssl/crypto/rsa/rsa_x931g.c
31
BN_CTX *ctx = NULL, *ctx2 = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
114
BN_CTX *ctx = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
282
BN_CTX *ctx = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
214
BN_CTX *ctx = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
32
BN_CTX *ctx = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
336
BN_CTX *ctx = NULL;
crypto/openssl/crypto/srp/srp_lib.c
111
BN_CTX *bn_ctx;
crypto/openssl/crypto/srp/srp_lib.c
196
BN_CTX *bn_ctx;
crypto/openssl/crypto/srp/srp_lib.c
216
BN_CTX *bn_ctx;
crypto/openssl/crypto/srp/srp_lib.c
264
BN_CTX *bn_ctx;
crypto/openssl/crypto/srp/srp_lib.c
80
BN_CTX *bn_ctx;
crypto/openssl/crypto/srp/srp_vfy.c
723
BN_CTX *bn_ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/trace.c
137
TRACE_CATEGORY_(BN_CTX),
crypto/openssl/fuzz/bignum.c
34
BN_CTX *ctx;
crypto/openssl/fuzz/bndiv.c
24
static BN_CTX *ctx;
crypto/openssl/include/crypto/bn.h
100
size_t message_len, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
107
int ossl_bn_miller_rabin_is_prime(const BIGNUM *w, int iterations, BN_CTX *ctx,
crypto/openssl/include/crypto/bn.h
109
int ossl_bn_check_generated_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
crypto/openssl/include/crypto/bn.h
118
const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/include/crypto/bn.h
123
int nlen, const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/include/crypto/bn.h
126
OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
136
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/include/crypto/bn.h
75
BN_MONT_CTX *mont, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
77
const BIGNUM *m, BN_CTX *ctx,
crypto/openssl/include/crypto/bn.h
80
BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
82
BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
87
int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
88
int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
92
const BIGNUM *d, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
96
unsigned int strength, BN_CTX *ctx);
crypto/openssl/include/crypto/dh.h
24
int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh,
crypto/openssl/include/crypto/dsa.h
45
int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
crypto/openssl/include/crypto/ec.h
51
const BIGNUM *x, BN_CTX *ctx);
crypto/openssl/include/crypto/ec.h
62
int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
crypto/openssl/include/crypto/ec.h
63
int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx);
crypto/openssl/include/crypto/ec.h
65
int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);
crypto/openssl/include/crypto/ec.h
74
BN_CTX *bnctx, unsigned char **genbuf);
crypto/openssl/include/internal/ffc.h
185
int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params,
crypto/openssl/include/internal/ffc.h
188
int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont,
crypto/openssl/include/openssl/bn.h
208
BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx);
crypto/openssl/include/openssl/bn.h
209
BN_CTX *BN_CTX_new(void);
crypto/openssl/include/openssl/bn.h
210
BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);
crypto/openssl/include/openssl/bn.h
211
BN_CTX *BN_CTX_secure_new(void);
crypto/openssl/include/openssl/bn.h
212
void BN_CTX_free(BN_CTX *c);
crypto/openssl/include/openssl/bn.h
213
void BN_CTX_start(BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
214
BIGNUM *BN_CTX_get(BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
215
void BN_CTX_end(BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
217
unsigned int strength, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
220
unsigned int strength, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
223
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
226
unsigned int strength, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
261
int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
262
int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
275
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
277
int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
279
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
283
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
287
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
288
int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
289
int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
292
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
308
int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
311
const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
313
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/include/openssl/bn.h
315
const BIGNUM *m, BN_CTX *ctx,
crypto/openssl/include/openssl/bn.h
318
const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/include/openssl/bn.h
321
BN_CTX *ctx, BN_MONT_CTX *m_ctx);
crypto/openssl/include/openssl/bn.h
323
const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
328
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
335
int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
348
int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
349
int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
crypto/openssl/include/openssl/bn.h
352
int BN_are_coprime(BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
354
const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
356
const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
370
BN_CTX *ctx, void *cb_arg);
crypto/openssl/include/openssl/bn.h
374
BN_CTX *ctx, void *cb_arg,
crypto/openssl/include/openssl/bn.h
379
int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
381
int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx,
crypto/openssl/include/openssl/bn.h
387
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
390
int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
394
int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
399
const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
crypto/openssl/include/openssl/bn.h
404
BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
409
BN_MONT_CTX *mont, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
411
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
413
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
415
int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
418
const BIGNUM *mod, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
426
int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
427
int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
428
int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
429
int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
crypto/openssl/include/openssl/bn.h
431
BN_CTX *);
crypto/openssl/include/openssl/bn.h
441
const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
crypto/openssl/include/openssl/bn.h
446
BN_CTX *ctx,
crypto/openssl/include/openssl/bn.h
458
int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
460
BN_RECP_CTX *recp, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
462
const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
464
BN_RECP_CTX *recp, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
486
const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
488
int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
490
int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
493
const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
496
const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
499
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
502
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
514
const int p[], BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
517
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
520
BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
523
const int p[], BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
526
const int p[], BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
529
const int p[], BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
532
const int p[], BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
541
int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
542
int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
543
int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
544
int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
545
int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
554
const BIGNUM *field, BN_CTX *ctx);
crypto/openssl/include/openssl/bn.h
558
size_t message_len, BN_CTX *ctx);
crypto/openssl/include/openssl/dh.h
304
const BIGNUM *, BN_CTX *,
crypto/openssl/include/openssl/dh.h
309
const BIGNUM *, BN_CTX *,
crypto/openssl/include/openssl/dsa.h
138
OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/include/openssl/dsa.h
236
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam))(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
crypto/openssl/include/openssl/dsa.h
238
int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **));
crypto/openssl/include/openssl/dsa.h
243
const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *);
crypto/openssl/include/openssl/dsa.h
246
const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
crypto/openssl/include/openssl/dsa.h
249
BN_CTX *, BN_MONT_CTX *);
crypto/openssl/include/openssl/dsa.h
252
const BIGNUM *, BN_CTX *, BN_MONT_CTX *));
crypto/openssl/include/openssl/ec.h
1106
OSSL_DEPRECATEDIN_3_0 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
1146
unsigned char **pbuf, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
1157
size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
1412
OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx,
crypto/openssl/include/openssl/ec.h
1495
int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/include/openssl/ec.h
1533
int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in,
crypto/openssl/include/openssl/ec.h
242
int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
263
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
317
const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
330
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
346
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
360
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
376
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
390
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
405
int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
412
int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
420
int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
436
const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
447
const BIGNUM *b, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
477
const char *propq, BN_CTX *bnctx);
crypto/openssl/include/openssl/ec.h
553
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
615
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
627
BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
640
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
651
BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
664
const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
676
BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
689
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
702
const BIGNUM *x, int y_bit, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
714
const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
726
BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
738
const BIGNUM *x, int y_bit, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
754
unsigned char *buf, size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
765
const unsigned char *buf, size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
777
unsigned char **pbuf, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
784
BIGNUM *, BN_CTX *);
crypto/openssl/include/openssl/ec.h
787
EC_POINT *, BN_CTX *);
crypto/openssl/include/openssl/ec.h
791
point_conversion_form_t form, BN_CTX *);
crypto/openssl/include/openssl/ec.h
793
EC_POINT *, BN_CTX *);
crypto/openssl/include/openssl/ec.h
808
const EC_POINT *b, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
818
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
826
int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
842
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
852
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
856
EC_POINT *point, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
858
EC_POINT *points[], BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
873
BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
886
const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
894
OSSL_DEPRECATEDIN_3_0 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
crypto/openssl/include/openssl/rsa.h
381
OSSL_DEPRECATEDIN_3_0 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
crypto/openssl/include/openssl/rsa.h
383
OSSL_DEPRECATEDIN_3_0 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
crypto/openssl/include/openssl/rsa.h
537
RSA *rsa, BN_CTX *ctx);
crypto/openssl/include/openssl/rsa.h
541
BN_CTX *ctx));
crypto/openssl/include/openssl/rsa.h
547
BN_CTX *ctx,
crypto/openssl/include/openssl/rsa.h
555
BN_CTX *ctx,
crypto/openssl/providers/fips/self_test_kats.c
162
BN_CTX *ctx)
crypto/openssl/providers/fips/self_test_kats.c
220
BN_CTX *bnc = NULL;
crypto/openssl/providers/fips/self_test_kats.c
827
BN_CTX *bnctx = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
184
BN_CTX *ctx)
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
211
BN_CTX *ctx)
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
254
BN_CTX *ctx = NULL;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
132
BN_CTX *ctx = NULL;
crypto/openssl/providers/implementations/kem/ec_kem.c
218
BN_CTX *ctx = NULL;
crypto/openssl/providers/implementations/kem/ec_kem.c
502
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(pub));
crypto/openssl/providers/implementations/kem/ec_kem.c
69
BN_CTX *bnctx = NULL;
crypto/openssl/providers/implementations/kem/rsa_kem.c
246
BN_CTX *bnctx;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
123
BN_CTX *bnctx = NULL;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1307
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
330
BN_CTX *ctx = NULL;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
447
BN_CTX *bnctx = NULL;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
628
BN_CTX *bnctx = NULL;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
819
BN_CTX *ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
875
BN_CTX *ctx = NULL;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
913
BN_CTX *ctx = NULL;
crypto/openssl/test/acvp_test.c
1154
BN_CTX *bn_ctx, int pass)
crypto/openssl/test/acvp_test.c
1239
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/acvp_test.c
1265
BN_CTX *bn_ctx)
crypto/openssl/test/acvp_test.c
1466
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/acvp_test.c
1518
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/acvp_test.c
657
BN_CTX *bn_ctx)
crypto/openssl/test/acvp_test.c
725
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/acvp_test.c
833
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/bn_internal_test.c
25
static BN_CTX *ctx;
crypto/openssl/test/bntest.c
2765
static int test_ctx_set_ct_flag(BN_CTX *c)
crypto/openssl/test/bntest.c
2785
static int test_ctx_check_ct_flag(BN_CTX *c)
crypto/openssl/test/bntest.c
2828
BN_CTX *nctx = NULL;
crypto/openssl/test/bntest.c
2829
BN_CTX *sctx = NULL;
crypto/openssl/test/bntest.c
2838
BN_CTX *c = i == 0 ? nctx : sctx;
crypto/openssl/test/bntest.c
45
static BN_CTX *ctx;
crypto/openssl/test/ec_internal_test.c
158
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/test/ec_internal_test.c
216
BN_CTX *ctx = NULL;
crypto/openssl/test/ec_internal_test.c
244
BN_CTX *ctx = NULL;
crypto/openssl/test/ec_internal_test.c
26
static int group_field_tests(const EC_GROUP *group, BN_CTX *ctx)
crypto/openssl/test/ec_internal_test.c
479
static int check_bn_mont_ctx(BN_MONT_CTX *mont, BIGNUM *mod, BN_CTX *ctx)
crypto/openssl/test/ec_internal_test.c
505
BN_CTX *ctx = NULL;
crypto/openssl/test/ec_internal_test.c
74
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
1290
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
160
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
1907
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/ectest.c
2095
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
2226
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/ectest.c
2448
BN_CTX *bn_ctx = NULL;
crypto/openssl/test/ectest.c
2648
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
2789
BN_CTX *bnctx)
crypto/openssl/test/ectest.c
2837
BN_CTX *bnctx = NULL;
crypto/openssl/test/ectest.c
2877
static int do_test_custom_explicit_fromdata(EC_GROUP *group, BN_CTX *ctx,
crypto/openssl/test/ectest.c
3106
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
3196
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
44
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
770
BN_CTX *ctx = NULL;
crypto/openssl/test/ectest.c
924
BN_CTX *ctx = NULL;
crypto/openssl/test/endecode_test.c
62
static BN_CTX *bnctx = NULL;
crypto/openssl/test/exptest.c
153
BN_CTX *ctx;
crypto/openssl/test/exptest.c
241
BN_CTX *ctx;
crypto/openssl/test/exptest.c
51
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/test/ffc_internal_test.c
612
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
138
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
184
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
225
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
286
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
360
BN_CTX *ctx = NULL;
crypto/openssl/test/rsa_sp800_56b_test.c
414
BN_CTX *ctx = NULL;
crypto/openssl/test/trace_api_test.c
52
SET_EXPECTED_CAT_NAME(BN_CTX);
lib/libmp/mpasbn.c
106
static void _mult(const char *, const MINT *, const MINT *, MINT *, BN_CTX *);
lib/libmp/mpasbn.c
107
static void _sdiv(const char *, const MINT *, short, MINT *, short *, BN_CTX *);
lib/libmp/mpasbn.c
146
BN_CTX *c;
lib/libmp/mpasbn.c
232
BN_CTX *c)
lib/libmp/mpasbn.c
252
BN_CTX *c;
lib/libmp/mpasbn.c
370
BN_CTX *c;
lib/libmp/mpasbn.c
490
_mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c)
lib/libmp/mpasbn.c
505
BN_CTX *c;
lib/libmp/mpasbn.c
522
BN_CTX *c;
lib/libmp/mpasbn.c
544
BN_CTX *c;
lib/libmp/mpasbn.c
565
BN_CTX *c)
lib/libmp/mpasbn.c
597
BN_CTX *c;
lib/libmp/mpasbn.c
99
BN_CTX *);
usr.bin/factor/factor.c
106
static BN_CTX *ctx; /* just use a global context */
usr.bin/factor/factor.c
70
BN_check_prime(BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb)