Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_gen.c50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key()
75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen()
424 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen()
H A Drsa_lib.c479 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
575 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
1283 int EVP_PKEY_CTX_set_rsa_keygen_primes(EVP_PKEY_CTX *ctx, int primes) in EVP_PKEY_CTX_set_rsa_keygen_primes()
H A Drsa_meth.c288 int primes, BIGNUM *e, in RSA_meth_set_multi_prime_keygen()
H A Drsa_pmeth.c37 int primes; member
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.h16 static const prime_t primes[2048] = { variable
/freebsd/usr.bin/primes/
H A Dprimes.c195 primes(ubig start, ubig stop) in primes() function
/freebsd/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c39 unsigned int primes = 2; in generate_rsa_key_long() local
/freebsd/sys/kern/
H A Dsubr_hash.c99 static const int primes[] = { 1, 13, 31, 61, 127, 251, 509, 761, 1021, 1531, variable
/freebsd/crypto/openssl/apps/
H A Dgenrsa.c86 int ret = 1, num = DEFBITS, private = 0, primes = DEFPRIMES; in genrsa_main() local
H A Dspeed.c1505 int primes = RSA_DEFAULT_PRIME_NUM; in speed_main() local
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c639 int primes; in rsa_to_text() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c118 static long primes[] = { variable
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c424 size_t primes; member
/freebsd/crypto/openssl/test/
H A Dbntest.c2451 static int primes[] = { 2, 3, 5, 7, 17863 }; variable