OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gctx_params
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ecparam.c
107
EVP_PKEY_CTX *
gctx_params
= NULL, *gctx_key = NULL, *pctx = NULL;
local
241
gctx_params
= EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "sm2",
244
gctx_params
= EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "ec",
246
if (
gctx_params
== NULL
247
|| EVP_PKEY_keygen_init(
gctx_params
) <= 0
248
|| EVP_PKEY_CTX_set_params(
gctx_params
, params) <= 0
249
|| EVP_PKEY_keygen(
gctx_params
, ¶ms_key) <= 0) {
365
EVP_PKEY_CTX_free(
gctx_params
);
/src/crypto/external/bsd/openssl/dist/apps/
ecparam.c
98
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
, ¶ms_key) <= 0) {
345
EVP_PKEY_CTX_free(
gctx_params
);
Completed in 22 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026