Searched defs:mod (Results 1 – 10 of 10) sorted by relevance
/openssl/test/testutil/ |
H A D | random.c | 31 const unsigned int mod = (1u << 31) - 1; in test_random_seed() local
|
/openssl/crypto/bn/ |
H A D | bn_prime.c | 306 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() local 503 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime() local 588 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh() local
|
H A D | bn_blind.c | 20 BIGNUM *mod; /* just a reference */ member 30 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) in BN_BLINDING_new()
|
H A D | bn_mont.c | 261 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set() 427 const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set_locked()
|
/openssl/ms/ |
H A D | applink.c | 91 static int app_fsetmod(FILE *fp, char mod) in app_fsetmod()
|
/openssl/crypto/ |
H A D | cryptlib.c | 51 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice() local
|
/openssl/test/ |
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 | 2853 const char *mod; member
|
/openssl/crypto/ec/ |
H A D | ecp_sm2p256.c | 140 #define BN_MOD_INV(out, in, mod_div, mod_sub, mod) \ argument
|
H A D | ecp_nistz256.c | 641 BIGNUM *mod; in ecp_nistz256_windowed_mul() local
|
Completed in 42 milliseconds