Home
last modified time | relevance | path

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

/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c580 RSA *rsa = NULL, *rsa_tmp = NULL; in rsa_gen() local
603 if ((rsa_tmp = ossl_rsa_new_with_ctx(gctx->libctx)) == NULL) in rsa_gen()
614 if (!ossl_rsa_acvp_test_set_params(rsa_tmp, gctx->acvp_test_params)) in rsa_gen()
619 if (!RSA_generate_multi_prime_key(rsa_tmp, in rsa_gen()
624 if (!ossl_rsa_pss_params_30_copy(ossl_rsa_get0_pss_params_30(rsa_tmp), in rsa_gen()
628 RSA_clear_flags(rsa_tmp, RSA_FLAG_TYPE_MASK); in rsa_gen()
629 RSA_set_flags(rsa_tmp, gctx->rsa_type); in rsa_gen()
631 rsa = rsa_tmp; in rsa_gen()
632 rsa_tmp = NULL; in rsa_gen()
635 RSA_free(rsa_tmp); in rsa_gen()

Completed in 5 milliseconds