OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sm2_pctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
3036
EVP_PKEY_CTX *
sm2_pctx
= NULL;
local
3063
sm2_pctx
= EVP_PKEY_CTX_new(sm2_pkey, NULL);
3065
if (
sm2_pctx
== NULL || sm2_vfy_pctx == NULL) {
3071
EVP_MD_CTX_set_pkey_ctx(loopargs[i].sm2_ctx[testnum],
sm2_pctx
);
3078
if (EVP_PKEY_CTX_set1_id(
sm2_pctx
, SM2_ID, SM2_ID_LEN) != 1
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
3812
EVP_PKEY_CTX *
sm2_pctx
= NULL;
local
3840
sm2_pctx
= EVP_PKEY_CTX_new(sm2_pkey, NULL);
3842
if (
sm2_pctx
== NULL || sm2_vfy_pctx == NULL) {
3848
EVP_MD_CTX_set_pkey_ctx(loopargs[i].sm2_ctx[testnum],
sm2_pctx
);
3855
if (EVP_PKEY_CTX_set1_id(
sm2_pctx
, SM2_ID, SM2_ID_LEN) != 1
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026