Home
last modified time | relevance | path

Searched defs:primes (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/bn/
H A Dbn_prime.h16 static const prime_t primes[2048] = { variable
/freebsd-13.1/crypto/openssl/crypto/rsa/
H A Drsa_gen.c41 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key()
64 static int rsa_builtin_keygen(RSA *rsa, int bits, int primes, BIGNUM *e_value, in rsa_builtin_keygen()
H A Drsa_lib.c263 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
356 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
H A Drsa_meth.c282 int primes, BIGNUM *e, in RSA_meth_set_multi_prime_keygen()
H A Drsa_pmeth.c30 int primes; member
/freebsd-13.1/usr.bin/primes/
H A Dprimes.c209 primes(ubig start, ubig stop) in primes() function
/freebsd-13.1/sys/kern/
H A Dsubr_hash.c104 static const int primes[] = { 1, 13, 31, 61, 127, 251, 509, 761, 1021, 1531, variable
/freebsd-13.1/crypto/openssl/apps/
H A Dgenrsa.c64 int ret = 1, num = DEFBITS, private = 0, primes = DEFPRIMES; in genrsa_main() local
H A Dspeed.c1487 int primes = RSA_DEFAULT_PRIME_NUM; in speed_main() local
/freebsd-13.1/crypto/openssl/include/openssl/
H A Drsa.h129 # define EVP_PKEY_CTX_set_rsa_keygen_primes(ctx, primes) \ argument
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dst.c118 static long primes[] = { variable