Home
last modified time | relevance | path

Searched refs:rsa_keygen (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_gen.c31 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes,
43 if (rsa->meth->rsa_keygen != NULL) in RSA_generate_key_ex()
44 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb); in RSA_generate_key_ex()
58 } else if (rsa->meth->rsa_keygen != NULL) { in RSA_generate_multi_prime_key()
66 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb); in RSA_generate_multi_prime_key()
71 return rsa_keygen(rsa->libctx, rsa, bits, primes, e_value, cb, 0); in RSA_generate_multi_prime_key()
424 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen() function
H A Drsa_meth.c269 return meth->rsa_keygen; in RSA_meth_get_keygen()
276 meth->rsa_keygen = keygen; in RSA_meth_set_keygen()
H A Drsa_local.h145 int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); member
/openssl/test/
H A Devp_libctx_test.c496 static int rsa_keygen(int bits, EVP_PKEY **pub, EVP_PKEY **priv) in rsa_keygen() function
534 ret = TEST_true(rsa_keygen(bits, &pub, &priv)) in kem_rsa_gen_recover()
598 ret = TEST_true(rsa_keygen(2048, &pub, &priv)) in kem_rsa_params()
/openssl/doc/man3/
H A DRSA_set_method.pod140 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
/openssl/
H A DCHANGES.md10718 the new 'rsa_keygen' element of the RSA_METHOD structure.

Completed in 62 milliseconds