Searched defs:ocsp_req_ctx_st (Results 1 – 1 of 1) sorted by relevance
24 struct ocsp_req_ctx_st { struct25 int state; /* Current I/O state */26 unsigned char *iobuf; /* Line buffer */27 int iobuflen; /* Line buffer length */28 BIO *io; /* BIO to perform I/O with */29 BIO *mem; /* Memory BIO response is built into */30 unsigned long asn1_len; /* ASN1 length of response */31 unsigned long max_resp_len; /* Maximum length of response */