Home | History | Annotate | Download | only in ssl

Lines Matching defs:pctx

2829 			EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey,NULL);
2830 EVP_PKEY_verify_init(pctx);
2837 j=EVP_PKEY_verify(pctx,signature,64,s->s3->tmp.cert_verify_md,32);
2838 EVP_PKEY_CTX_free(pctx);