Home
last modified time | relevance | path

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

/openssl/apps/
H A Dspeed.c2817 EVP_PKEY_CTX *sm2_vfy_pctx = NULL; in speed_main() local
2844 sm2_vfy_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL); in speed_main()
2845 if (sm2_pctx == NULL || sm2_vfy_pctx == NULL) { in speed_main()
2846 EVP_PKEY_CTX_free(sm2_vfy_pctx); in speed_main()
2852 EVP_MD_CTX_set_pkey_ctx(loopargs[i].sm2_vfy_ctx[testnum], sm2_vfy_pctx); in speed_main()
2859 || EVP_PKEY_CTX_set1_id(sm2_vfy_pctx, SM2_ID, SM2_ID_LEN) != 1) in speed_main()

Completed in 32 milliseconds