Home | History | Annotate | Download | only in ssl

Lines Matching refs:xs_ctx

1029 		X509_STORE_CTX xs_ctx;
1031 if (!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,x,NULL))
1037 X509_verify_cert(&xs_ctx);
1040 for (i=0; i < sk_X509_num(xs_ctx.chain); i++)
1042 x = sk_X509_value(xs_ctx.chain, i);
1046 X509_STORE_CTX_cleanup(&xs_ctx);
1050 X509_STORE_CTX_cleanup(&xs_ctx);