Home
last modified time | relevance | path

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

/openssl/test/
H A Drsa_x931_test.c26 ret = TEST_ptr(rsa = ossl_rsa_new_with_ctx(libctx)) in test_rsa_x931_keygen()
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c86 rsa = ossl_rsa_new_with_ctx(libctx); in rsa_newdata()
102 rsa = ossl_rsa_new_with_ctx(libctx); in rsapss_newdata()
603 if ((rsa_tmp = ossl_rsa_new_with_ctx(gctx->libctx)) == NULL) in rsa_gen()
/openssl/include/crypto/
H A Drsa.h61 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
/openssl/crypto/rsa/
H A Drsa_backend.c482 if ((dupkey = ossl_rsa_new_with_ctx(rsa->libctx)) == NULL) in ossl_rsa_dup()
H A Drsa_ameth.c854 RSA *rsa = ossl_rsa_new_with_ctx(pctx->libctx); in rsa_int_import_from()
H A Drsa_lib.c70 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx) in ossl_rsa_new_with_ctx() function

Completed in 15 milliseconds