Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 10 of 10) sorted by relevance

/openssl/test/testutil/
H A Drandom.c31 const unsigned int mod = (1u << 31) - 1; in test_random_seed() local
/openssl/crypto/bn/
H A Dbn_prime.c306 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 Dbn_blind.c20 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 Dbn_mont.c261 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 Dapplink.c91 static int app_fsetmod(FILE *fp, char mod) in app_fsetmod()
/openssl/crypto/
H A Dcryptlib.c51 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice() local
/openssl/test/
H A Dec_internal_test.c438 static int check_bn_mont_ctx(BN_MONT_CTX *mont, BIGNUM *mod, BN_CTX *ctx) in check_bn_mont_ctx()
H A Dbntest.c2853 const char *mod; member
/openssl/crypto/ec/
H A Decp_sm2p256.c140 #define BN_MOD_INV(out, in, mod_div, mod_sub, mod) \ argument
H A Decp_nistz256.c641 BIGNUM *mod; in ecp_nistz256_windowed_mul() local

Completed in 34 milliseconds