Searched refs:rsa_keygen (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 31 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() 604 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen() function
|
H A D | rsa_meth.c | 265 return meth->rsa_keygen; in RSA_meth_get_keygen() 272 meth->rsa_keygen = keygen; in RSA_meth_set_keygen()
|
H A D | rsa_local.h | 145 int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); member
|
/openssl/test/ |
H A D | evp_libctx_test.c | 544 static int rsa_keygen(int bits, EVP_PKEY **pub, EVP_PKEY **priv) in rsa_keygen() function 582 ret = TEST_true(rsa_keygen(bits, &pub, &priv)) in kem_rsa_gen_recover() 668 ret = TEST_true(rsa_keygen(2048, &pub, &priv)) in kem_rsa_params()
|
/openssl/doc/man3/ |
H A D | RSA_set_method.pod | 140 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
|
/openssl/ |
H A D | CHANGES.md | 12260 the new 'rsa_keygen' element of the RSA_METHOD structure.
|
Completed in 57 milliseconds