Lines Matching defs:SM2_NUM
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 */
479 EVP_MD_CTX *sm2_ctx[SM2_NUM];
480 EVP_MD_CTX *sm2_vfy_ctx[SM2_NUM];
481 EVP_PKEY *sm2_pkey[SM2_NUM];
1041 static long sm2_c[SM2_NUM][2];
1460 static const EC_CURVE sm2_curves[SM2_NUM] = {
1464 uint8_t sm2_doit[SM2_NUM] = { 0 };
1481 OPENSSL_assert(sm2_curves[SM2_NUM - 1].nid == NID_sm2);
1482 OPENSSL_assert(strcmp(sm2_choices[SM2_NUM - 1].name, "curveSM2") == 0);
2796 for (testnum = 0; testnum < SM2_NUM; testnum++) {
2923 for (testnum++; testnum < SM2_NUM; testnum++)
3318 for (k = 0; k < SM2_NUM; k++) {