Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/keymgmt/
A Drsa_kmgmt.c546 RSA *rsa = NULL, *rsa_tmp = NULL; in rsa_gen() local
569 if ((rsa_tmp = ossl_rsa_new_with_ctx(gctx->libctx)) == NULL) in rsa_gen()
580 if (!ossl_rsa_acvp_test_set_params(rsa_tmp, gctx->acvp_test_params)) in rsa_gen()
585 if (!RSA_generate_multi_prime_key(rsa_tmp, in rsa_gen()
590 if (!ossl_rsa_pss_params_30_copy(ossl_rsa_get0_pss_params_30(rsa_tmp), in rsa_gen()
594 RSA_clear_flags(rsa_tmp, RSA_FLAG_TYPE_MASK); in rsa_gen()
595 RSA_set_flags(rsa_tmp, gctx->rsa_type); in rsa_gen()
597 rsa = rsa_tmp; in rsa_gen()
598 rsa_tmp = NULL; in rsa_gen()
601 RSA_free(rsa_tmp); in rsa_gen()

Completed in 4 milliseconds