Searched refs:ossl_rsa_new_with_ctx (Results 1 – 6 of 6) sorted by relevance
26 ret = TEST_ptr(rsa = ossl_rsa_new_with_ctx(libctx)) in test_rsa_x931_keygen()
86 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()
61 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
482 if ((dupkey = ossl_rsa_new_with_ctx(rsa->libctx)) == NULL) in ossl_rsa_dup()
854 RSA *rsa = ossl_rsa_new_with_ctx(pctx->libctx); in rsa_int_import_from()
70 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx) in ossl_rsa_new_with_ctx() function
Completed in 15 milliseconds