Home
last modified time | relevance | path

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

/openssl/apps/
H A Dspeed.c3533 EVP_PKEY_CTX *sm2_vfy_pctx = NULL; in speed_main() local
3560 sm2_vfy_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL); in speed_main()
3561 if (sm2_pctx == NULL || sm2_vfy_pctx == NULL) { in speed_main()
3562 EVP_PKEY_CTX_free(sm2_vfy_pctx); in speed_main()
3568 EVP_MD_CTX_set_pkey_ctx(loopargs[i].sm2_vfy_ctx[testnum], sm2_vfy_pctx); in speed_main()
3575 || EVP_PKEY_CTX_set1_id(sm2_vfy_pctx, SM2_ID, SM2_ID_LEN) != 1) in speed_main()

Completed in 24 milliseconds