Home
last modified time | relevance | path

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

123456

/openssl/crypto/bn/
H A Dbn_div.c18 BN_CTX *ctx)
210 BN_CTX *ctx) in BN_div()
265 const BIGNUM *divisor, BN_CTX *ctx) in bn_div_fixed_top()
H A Dbn_sqr.c17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr()
27 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in bn_sqr_fixed_top()
H A Dbn_kron.c17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker()
H A Dbn_exp.c49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp()
98 BN_CTX *ctx) in BN_mod_exp()
170 const BIGNUM *m, BN_CTX *ctx) in BN_mod_exp_recp()
313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp_mont()
610 const BIGNUM *m, BN_CTX *ctx, in BN_mod_exp_mont_consttime()
1164 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp_mont_word()
1312 const BIGNUM *m, BN_CTX *ctx) in BN_mod_exp_simple()
1454 BN_CTX *ctx) in BN_mod_exp_mont_consttime_x2()
H A Dbn_nist.c352 BN_CTX *ctx) in BN_nist_mod_192()
488 BN_CTX *ctx) in BN_nist_mod_224()
660 BN_CTX *ctx) in BN_nist_mod_256()
897 BN_CTX *ctx) in BN_nist_mod_384()
1157 BN_CTX *ctx) in BN_nist_mod_521()
1225 const BIGNUM *field, BN_CTX *ctx) { in BN_nist_mod_func()
/openssl/include/crypto/
H A Ddsa.h45 int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
H A Ddh.h24 int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh,
/openssl/doc/man3/
H A DEC_GROUP_copy.pod30 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
33 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
52 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
54 BN_CTX *ctx);
56 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
58 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
174 This function may be passed a BN_CTX object in the B<ctx> parameter.
H A DRSA_meth_new.pod72 RSA *rsa, BN_CTX *ctx);
75 BN_CTX *ctx));
80 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
84 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
/openssl/crypto/ec/
H A Decdsa_sign.c51 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ECDSA_sign_setup()
H A Dec_kmeth.c234 int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, in EC_KEY_METHOD_set_sign()
309 int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, in EC_KEY_METHOD_get_sign()
H A Decdh_ossl.c52 BN_CTX *ctx; in ossl_ecdh_simple_compute_key()
H A Dec_mult.c141 BN_CTX *ctx) in ossl_ec_scalar_mul_ladder()
406 const BIGNUM *scalars[], BN_CTX *ctx) in ossl_ec_wNAF_mul()
819 int ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in ossl_ec_wNAF_precompute_mult()
830 BN_CTX *new_ctx = NULL; in ossl_ec_wNAF_precompute_mult()
H A Decp_nistz256.c611 size_t num, BN_CTX *ctx) in ecp_nistz256_windowed_mul()
802 __owur static int ecp_nistz256_mult_precompute(EC_GROUP *group, BN_CTX *ctx) in ecp_nistz256_mult_precompute()
814 BN_CTX *new_ctx = NULL; in ecp_nistz256_mult_precompute()
926 BN_CTX *ctx) in ecp_nistz256_set_from_affine()
944 const BIGNUM *scalars[], BN_CTX *ctx) in ecp_nistz256_points_mul()
1161 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in ecp_nistz256_get_affine()
1280 const BIGNUM *x, BN_CTX *ctx) in ecp_nistz256_inv_mod_ord()
1450 BN_CTX *ctx = NULL; in ecp_nistz256group_full_init()
/openssl/test/
H A Dbn_internal_test.c25 static BN_CTX *ctx;
H A Dectest.c44 BN_CTX *ctx = NULL; in group_order_tests()
161 BN_CTX *ctx = NULL; in prime_field_tests()
782 BN_CTX *ctx = NULL; in char2_curve_test()
936 BN_CTX *ctx = NULL; in char2_field_tests()
1315 BN_CTX *ctx = NULL; in nistp_single_test()
1509 BN_CTX *bn_ctx = NULL; in check_named_curve_test()
1699 BN_CTX *ctx = NULL; in check_named_curve_lookup_test()
2269 BN_CTX *ctx = NULL; in cardinality_test()
2460 BN_CTX *bnctx = NULL; in ec_point_hex2point_test()
2728 BN_CTX *ctx = NULL; in custom_generator_test()
[all …]
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c124 BN_CTX *bnctx = NULL; in key_to_params()
337 BN_CTX *ctx = NULL; in ec_match()
459 BN_CTX *bnctx = NULL; in ec_export()
648 BN_CTX *bnctx = NULL; in common_get_params()
844 BN_CTX *ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key)); in ec_set_params()
904 BN_CTX *ctx = NULL; in sm2_validate()
943 BN_CTX *ctx = NULL; in ec_validate()
/openssl/fuzz/
H A Dbignum.c35 BN_CTX *ctx; in FuzzerTestOneInput()
H A Dbndiv.c24 static BN_CTX *ctx;
/openssl/crypto/rsa/
H A Drsa_mp.c63 BN_CTX *ctx = NULL; in ossl_rsa_multip_calc_product()
/openssl/providers/fips/
H A Dself_test_kats.c158 BN_CTX *ctx) in add_params()
209 BN_CTX *bnctx = NULL; in self_test_kdf()
380 BN_CTX *bnctx = NULL; in self_test_ka()
459 BN_CTX *bnctx = NULL; in self_test_digest_sign()
575 BN_CTX *bnctx = NULL; in self_test_asym_cipher()
/openssl/crypto/sm2/
H A Dsm2_sign.c32 BN_CTX *ctx = NULL; in ossl_sm2_compute_z_digest()
214 BN_CTX *ctx = NULL; in sm2_sig_gen()
332 BN_CTX *ctx = NULL; in sm2_sig_verify()
/openssl/crypto/dsa/
H A Ddsa_check.c106 BN_CTX *ctx = NULL; in ossl_dsa_check_pairwise()
/openssl/include/openssl/
H A Ddh.h307 const BIGNUM *, BN_CTX *,
313 const BIGNUM *, BN_CTX *,
/openssl/providers/implementations/kem/
H A Dec_kem.c69 BN_CTX *bnctx = NULL; in eckey_check()
217 BN_CTX *ctx = NULL; in ossl_ec_match_params()
501 BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(pub)); in check_publickey()

Completed in 88 milliseconds

123456