Searched refs:sm2_pctx (Results 1 – 1 of 1) sorted by relevance
3743 EVP_PKEY_CTX *sm2_pctx = NULL; in speed_main() local3770 sm2_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL); in speed_main()3772 if (sm2_pctx == NULL || sm2_vfy_pctx == NULL) { in speed_main()3778 EVP_MD_CTX_set_pkey_ctx(loopargs[i].sm2_ctx[testnum], sm2_pctx); in speed_main()3785 if (EVP_PKEY_CTX_set1_id(sm2_pctx, SM2_ID, SM2_ID_LEN) != 1 in speed_main()
Completed in 31 milliseconds