Searched defs:mont (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/crypto/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() 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()
|
| H A D | bn_exp.c | 305 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont() local 598 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont_consttime() local 1132 BN_MONT_CTX *mont = NULL; in BN_mod_exp_mont_word() local 1152 #define BN_TO_MONTGOMERY_WORD(r, w, mont) \ in BN_mod_exp_mont_word() argument
|
| H A D | bn_prime.c | 161 BN_MONT_CTX *mont = NULL; in BN_is_prime_fasttest_ex() local 250 BN_MONT_CTX *mont) in witness()
|
| H A D | bn_exp2.c | 27 BN_MONT_CTX *mont = NULL; in BN_mod_exp2_mont() local
|
| H A D | bn_lib.c | 38 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() 912 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery()
|
| /freebsd-12.1/crypto/openssl/crypto/dh/ |
| H A D | dh_key.c | 82 BN_MONT_CTX *mont = NULL; in generate_key() local 173 BN_MONT_CTX *mont = NULL; in compute_key() local
|
| /freebsd-12.1/crypto/openssl/crypto/dsa/ |
| H A D | dsa_gen.c | 55 BN_MONT_CTX *mont = NULL; in dsa_builtin_paramgen() local 318 BN_MONT_CTX *mont = NULL; in dsa_builtin_paramgen2() local
|
| H A D | dsa_ossl.c | 304 BN_MONT_CTX *mont = NULL; in dsa_do_verify() local
|
| /freebsd-12.1/crypto/openssl/crypto/ec/ |
| H A D | ecp_mont.c | 139 BN_MONT_CTX *mont = NULL; in ec_GFp_mont_group_set_curve() local
|