Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/include/crypto/
H A Drsa.h55 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_backend.c346 if ((dupkey = ossl_rsa_new_with_ctx(rsa->libctx)) == NULL) in ossl_rsa_dup()
H A Drsa_ameth.c833 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