Searched defs:mont (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_mont.c | 27 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() 250 void BN_MONT_CTX_free(BN_MONT_CTX *mont) in BN_MONT_CTX_free() 261 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set()
|
H A D | bn_exp2.c | 27 BN_MONT_CTX *mont = NULL; in BN_mod_exp2_mont() local
|
H A D | bn_exp.c | 321 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
|
H A D | bn_prime.c | 352 BN_MONT_CTX *mont = NULL; in ossl_bn_miller_rabin_is_prime() local
|
H A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() 1077 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery()
|
/openssl/crypto/dh/ |
H A D | dh_key.c | 43 BN_MONT_CTX *mont = NULL; in ossl_dh_compute_key() local 234 BN_MONT_CTX *mont = NULL; in ossl_dh_generate_public_key() local
|
/openssl/crypto/ffc/ |
H A D | ffc_params_generate.c | 95 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() 527 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_4_gen_verify() local 818 BN_MONT_CTX *mont = NULL; in ossl_ffc_params_FIPS186_2_gen_verify() local
|
H A D | ffc_params_validate.c | 23 int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, in ossl_ffc_params_validate_unverifiable_g()
|
/openssl/test/ |
H A D | exptest.c | 53 BN_MONT_CTX *mont = NULL; in test_mod_exp_zero() local
|
H A D | ec_internal_test.c | 488 static int check_bn_mont_ctx(BN_MONT_CTX *mont, BIGNUM *mod, BN_CTX *ctx) in check_bn_mont_ctx()
|
H A D | bntest.c | 476 BN_MONT_CTX *mont = NULL; in test_modexp_mont5() local 1630 BN_MONT_CTX *mont = BN_MONT_CTX_new(); in file_modmul() local 2476 BN_MONT_CTX *mont = NULL; in test_badmod() local
|
/openssl/crypto/ec/ |
H A D | ecp_mont.c | 147 BN_MONT_CTX *mont = NULL; in ossl_ec_GFp_mont_group_set_curve() local
|
H A D | ecp_nistz256.c | 1451 BN_MONT_CTX *mont = NULL, *ordmont = NULL; in ecp_nistz256group_full_init() local
|
/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 360 BN_MONT_CTX *mont = NULL; in dsa_do_verify() local
|
Completed in 66 milliseconds