Home
last modified time | relevance | path

Searched refs:responseBytes (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_srv.c129 if (!(rsp->responseBytes = OCSP_RESPBYTES_new())) in OCSP_response_create()
131 rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic); in OCSP_response_create()
133 &rsp->responseBytes->response)) in OCSP_response_create()
H A Docsp_local.h150 OCSP_RESPBYTES *responseBytes; member
H A Docsp_prn.c208 OCSP_RESPBYTES *rb = o->responseBytes; in OCSP_RESPONSE_print()
H A Docsp_cl.c205 rb = resp->responseBytes; in OCSP_response_get1_basic()
H A Docsp_asn.c441 .offset = offsetof(OCSP_RESPONSE, responseBytes),
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c70 ResponseBytes *responseBytes; member
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
540 bytes = resp->responseBytes; in check_ocsp_resp()