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_NUM
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
447
enum { R_EC_CURVESM2,
SM2_NUM
};
448
static const OPT_PAIR sm2_choices[
SM2_NUM
] = {
453
static double sm2_results[
SM2_NUM
][2]; /* 2 ops: sign then verify */
488
EVP_MD_CTX *sm2_ctx[
SM2_NUM
];
489
EVP_MD_CTX *sm2_vfy_ctx[
SM2_NUM
];
490
EVP_PKEY *sm2_pkey[
SM2_NUM
];
1149
static long sm2_c[
SM2_NUM
][2];
1568
static const EC_CURVE sm2_curves[
SM2_NUM
] = {
1572
uint8_t sm2_doit[
SM2_NUM
] = { 0 };
1589
OPENSSL_assert(sm2_curves[
SM2_NUM
- 1].nid == NID_sm2)
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
572
SM2_NUM
};
573
static const OPT_PAIR sm2_choices[
SM2_NUM
] = {
578
static double sm2_results[
SM2_NUM
][2]; /* 2 ops: sign then verify */
630
EVP_MD_CTX *sm2_ctx[
SM2_NUM
];
631
EVP_MD_CTX *sm2_vfy_ctx[
SM2_NUM
];
632
EVP_PKEY *sm2_pkey[
SM2_NUM
];
2084
static const EC_CURVE sm2_curves[
SM2_NUM
] = {
2088
uint8_t sm2_doit[
SM2_NUM
] = { 0 };
2115
OPENSSL_assert(sm2_curves[
SM2_NUM
- 1].nid == NID_sm2);
2116
OPENSSL_assert(strcmp(sm2_choices[
SM2_NUM
- 1].name, "curveSM2") == 0)
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026