/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 50 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 D | rsa_lib.c | 479 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 D | rsa_meth.c | 288 int primes, BIGNUM *e, in RSA_meth_set_multi_prime_keygen()
|
H A D | rsa_pmeth.c | 37 int primes; member
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_prime.h | 16 static const prime_t primes[2048] = { variable
|
/freebsd/usr.bin/primes/ |
H A D | primes.c | 195 primes(ubig start, ubig stop) in primes() function
|
/freebsd/crypto/openssl/demos/pkey/ |
H A D | EVP_PKEY_RSA_keygen.c | 39 unsigned int primes = 2; in generate_rsa_key_long() local
|
/freebsd/sys/kern/ |
H A D | subr_hash.c | 99 static const int primes[] = { 1, 13, 31, 61, 127, 251, 509, 761, 1021, 1531, variable
|
/freebsd/crypto/openssl/apps/ |
H A D | genrsa.c | 86 int ret = 1, num = DEFBITS, private = 0, primes = DEFPRIMES; in genrsa_main() local
|
H A D | speed.c | 1505 int primes = RSA_DEFAULT_PRIME_NUM; in speed_main() local
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 639 int primes; in rsa_to_text() local
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | st.c | 118 static long primes[] = { variable
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 424 size_t primes; member
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 2451 static int primes[] = { 2, 3, 5, 7, 17863 }; variable
|