Home
last modified time | relevance | path

Searched defs:mont (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_mont.c27 BN_MONT_CTX *mont, BN_CTX *ctx) in BN_mod_mul_montgomery()
38 BN_MONT_CTX *mont, BN_CTX *ctx) in bn_mul_mont_fixed_top()
88 static int bn_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont) in bn_from_montgomery_word()
162 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, in BN_from_montgomery()
174 int bn_from_mont_fixed_top(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, in bn_from_mont_fixed_top()
222 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in bn_to_mont_fixed_top()
252 void BN_MONT_CTX_free(BN_MONT_CTX *mont) in BN_MONT_CTX_free()
263 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set()
Dbn_exp.c321 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont() local
615 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont_consttime() local
1166 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont_word() local
1186 #define BN_TO_MONTGOMERY_WORD(r, w, mont) \ in BN_mod_exp_mont_word() argument
Dbn_exp2.c27 BN_MONT_CTX *mont = NULL; in BN_mod_exp2_mont() local
Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
948 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery()
Dbn_prime.c343 BN_MONT_CTX *mont = NULL; in ossl_bn_miller_rabin_is_prime() local
/third_party/openssl/crypto/bn/
Dbn_mont.c27 BN_MONT_CTX *mont, BN_CTX *ctx) in BN_mod_mul_montgomery()
38 BN_MONT_CTX *mont, BN_CTX *ctx) in bn_mul_mont_fixed_top()
88 static int bn_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont) in bn_from_montgomery_word()
162 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, in BN_from_montgomery()
174 int bn_from_mont_fixed_top(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, in bn_from_mont_fixed_top()
222 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in bn_to_mont_fixed_top()
252 void BN_MONT_CTX_free(BN_MONT_CTX *mont) in BN_MONT_CTX_free()
263 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set()
Dbn_exp.c313 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont() local
607 BN_MONT_CTX *mont = NULL; in bn_mod_exp_mont_fixed_top() local
1167 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont_word() local
1187 #define BN_TO_MONTGOMERY_WORD(r, w, mont) \ in BN_mod_exp_mont_word() argument
Dbn_exp2.c27 BN_MONT_CTX *mont = NULL; in BN_mod_exp2_mont() local
Dbn_prime.c343 BN_MONT_CTX *mont = NULL; in ossl_bn_miller_rabin_is_prime() local
Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
989 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery()
/third_party/openssl/crypto/ffc/
Dffc_params_generate.c95 static int generate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, BIGNUM *g, in generate_unverifiable_g()
132 static int generate_canonical_g(BN_CTX *ctx, BN_MONT_CTX *mont, in generate_canonical_g()
524 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_4_gen_verify() local
815 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_2_gen_verify() local
Dffc_params_validate.c23 int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, in ossl_ffc_params_validate_unverifiable_g()
/third_party/node/deps/openssl/openssl/crypto/ffc/
Dffc_params_generate.c95 static int generate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, BIGNUM *g, in generate_unverifiable_g()
132 static int generate_canonical_g(BN_CTX *ctx, BN_MONT_CTX *mont, in generate_canonical_g()
524 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_4_gen_verify() local
815 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_2_gen_verify() local
Dffc_params_validate.c23 int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, in ossl_ffc_params_validate_unverifiable_g()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_key.c43 BN_MONT_CTX *mont = NULL; in ossl_dh_compute_key() local
230 BN_MONT_CTX *mont = NULL; in ossl_dh_generate_public_key() local
/third_party/openssl/crypto/dh/
Ddh_key.c43 BN_MONT_CTX *mont = NULL; in ossl_dh_compute_key() local
231 BN_MONT_CTX *mont = NULL; in ossl_dh_generate_public_key() local
/third_party/mbedtls/library/
Dbignum_mod.h128 mbedtls_mpi_mont_struct mont; member
/third_party/openssl/test/
Dexptest.c53 BN_MONT_CTX *mont = NULL; in test_mod_exp_zero() local
Dbntest.c457 BN_MONT_CTX *mont = NULL; in test_modexp_mont5() local
1603 BN_MONT_CTX *mont = BN_MONT_CTX_new(); in file_modmul() local
2250 BN_MONT_CTX *mont = NULL; in test_badmod() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_mont.c147 BN_MONT_CTX *mont = NULL; in ossl_ec_GFp_mont_group_set_curve() local
/third_party/openssl/crypto/ec/
Decp_mont.c147 BN_MONT_CTX *mont = NULL; in ossl_ec_GFp_mont_group_set_curve() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
Ddsa_ossl.c338 BN_MONT_CTX *mont = NULL; in dsa_do_verify() local
/third_party/openssl/crypto/dsa/
Ddsa_ossl.c339 BN_MONT_CTX *mont = NULL; in dsa_do_verify() local