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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_srv.c113 if (!(rsp->responseBytes = OCSP_RESPBYTES_new())) goto err;
114 rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic);
115 if (!ASN1_item_pack(bs, ASN1_ITEM_rptr(OCSP_BASICRESP), &rsp->responseBytes->response))
H A Docsp_asn.c113 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
H A Docsp_cl.c200 rb = resp->responseBytes;
H A Docsp_prn.c192 OCSP_RESPBYTES *rb = o->responseBytes;
H A Docsp.h188 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
193 OCSP_RESPBYTES *responseBytes; member in struct:ocsp_response_st
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c96 responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
215 ResponseBytes *responseBytes; member in struct:__anon682
325 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c293 if (resp.responseBytes == NULL) {
298 ret = der_heim_oid_cmp(&resp.responseBytes->responseType,
305 ret = decode_OCSPBasicOCSPResponse(resp.responseBytes->response.data,
306 resp.responseBytes->response.length,
313 if (size != resp.responseBytes->response.length) {

Completed in 188 milliseconds