Searched refs:responseBytes (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c124 if (!(rsp->responseBytes = OCSP_RESPBYTES_new()))
126 rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic);
128 (bs, ASN1_ITEM_rptr(OCSP_BASICRESP), &rsp->responseBytes->response))
H A Docsp_asn.c114 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
H A Docsp_prn.c196 OCSP_RESPBYTES *rb = o->responseBytes;
H A Docsp_cl.c209 rb = resp->responseBytes;
H A Docsp.h183 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
187 OCSP_RESPBYTES *responseBytes; member in struct:ocsp_response_st
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c95 responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
214 ResponseBytes *responseBytes; member in struct:__anon114
321 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c292 if (resp.responseBytes == NULL) {
297 ret = der_heim_oid_cmp(&resp.responseBytes->responseType,
304 ret = decode_OCSPBasicOCSPResponse(resp.responseBytes->response.data,
305 resp.responseBytes->response.length,
312 if (size != resp.responseBytes->response.length) {

Completed in 65 milliseconds