Searched defs:ocsp_req_ctx_st (Results 1 – 1 of 1) sorted by relevance
72 struct ocsp_req_ctx_st { struct73 int state; /* Current I/O state */74 unsigned char *iobuf; /* Line buffer */75 int iobuflen; /* Line buffer length */76 BIO *io; /* BIO to perform I/O with */77 BIO *mem; /* Memory BIO response is built into */78 unsigned long asn1_len; /* ASN1 length of response */