Home
last modified time | relevance | path

Searched refs:random_integer (Results 26 – 50 of 115) sorted by relevance

12345

/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/dsa/
H A Ddsa.cpp42 m_x = BigInt::random_integer(rng, 2, group_q()); in DSA_PrivateKey()
89 m_b = BigInt::random_integer(rng, 2, dsa.group_q()); in DSA_Signature_Operation()
123 const BigInt k = BigInt::random_integer(rng, 1, q); in raw_sign()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/dsa/
H A Ddsa.cpp42 m_x = BigInt::random_integer(rng, 2, group_q()); in DSA_PrivateKey()
89 m_b = BigInt::random_integer(rng, 2, dsa.group_q()); in DSA_Signature_Operation()
123 const BigInt k = BigInt::random_integer(rng, 1, q); in raw_sign()
/dports/math/mppp/mppp-0.26/test/
H A Drational_abs.cpp65 random_integer(num, x, rng); in operator ()()
66 random_integer(den, x, rng); in operator ()()
H A Drational_inv.cpp72 random_integer(num, x, rng); in operator ()()
73 random_integer(den, x, rng); in operator ()()
H A Dinteger_rel.cpp77 random_integer(tmp, x, rng); in operator ()()
88 random_integer(tmp, y, rng); in operator ()()
H A Dinteger_set_zero_one.cpp65 random_integer(tmp, x, rng); in operator ()()
135 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_tdiv_q.cpp73 random_integer(tmp, x, rng); in operator ()()
86 random_integer(tmp, y, rng); in operator ()()
H A Dinteger_sqrm.cpp123 random_integer(tmp, x, rng); in operator ()()
133 random_integer(tmp, y, rng); in operator ()()
H A Dinteger_gcd_lcm.cpp109 random_integer(tmp, x, rng); in operator ()()
120 random_integer(tmp, y, rng); in operator ()()
259 random_integer(tmp, x, rng); in operator ()()
270 random_integer(tmp, y, rng); in operator ()()
H A Dinteger_hash.cpp67 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_neg.cpp62 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_abs.cpp61 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_sqr.cpp81 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_nextprime.cpp64 random_integer(tmp, x, rng); in operator ()()
/dports/biology/wise/wise2.4.1/src/base/
H A Dwiserandom.h45 #define random_integer Wise2_random_integer macro
H A Dwiserandom.c36 int random_integer(int l) in random_integer() function
H A Dwiserandom.dy31 int random_integer(int l)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/bigint/
H A Dbig_rand.cpp45 BigInt BigInt::random_integer(RandomNumberGenerator& rng, in random_integer() function in Botan::BigInt
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/bigint/
H A Dbig_rand.cpp45 BigInt BigInt::random_integer(RandomNumberGenerator& rng, in random_integer() function in Botan::BigInt
/dports/security/botan2/Botan-2.18.2/src/lib/math/bigint/
H A Dbig_rand.cpp45 BigInt BigInt::random_integer(RandomNumberGenerator& rng, in random_integer() function in Botan::BigInt
/dports/security/botan110/Botan-1.10.17/src/math/bigint/
H A Dbig_rand.cpp50 BigInt BigInt::random_integer(RandomNumberGenerator& rng, in random_integer() function in Botan::BigInt
/dports/biology/wise/wise2.4.1/src/dnaindex/
H A Dshotgun.dy46 pos = random_integer(input->len-shot->insert_size);
H A Dshotgun.c40 pos = random_integer(input->len-shot->insert_size); in generate_shotgun_reads()
/dports/security/botan110/Botan-1.10.17/src/pubkey/ecc_key/
H A Decc_key.cpp89 private_key = BigInt::random_integer(rng, 1, domain().get_order()); in EC_PrivateKey()
/dports/security/botan110/Botan-1.10.17/doc/examples/
H A Dfactor.cpp28 BigInt x = BigInt::random_integer(rng, 0, n-1); in rho()

12345