Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c572 SM2_NUM }; enumerator
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] = { in speed_main()
2088 uint8_t sm2_doit[SM2_NUM] = { 0 }; in speed_main()
2115 OPENSSL_assert(sm2_curves[SM2_NUM - 1].nid == NID_sm2); in speed_main()
2116 OPENSSL_assert(strcmp(sm2_choices[SM2_NUM - 1].name, "curveSM2") == 0); in speed_main()
[all …]