Searched refs:gctx_params (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Decparam.c98 EVP_PKEY_CTX *gctx_params = NULL, *gctx_key = NULL, *pctx = NULL; local
233 gctx_params = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "sm2",
236 gctx_params = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "ec",
238 if (gctx_params == NULL
239 || EVP_PKEY_keygen_init(gctx_params) <= 0
240 || EVP_PKEY_CTX_set_params(gctx_params, params) <= 0
241 || EVP_PKEY_keygen(gctx_params, &params_key) <= 0) {
345 EVP_PKEY_CTX_free(gctx_params);

Completed in 181 milliseconds