Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_prn.c220 if (i2a_ASN1_OBJECT(bp, rb->responseType) <= 0) in OCSP_RESPONSE_print()
222 if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic) { in OCSP_RESPONSE_print()
H A Docsp_local.h140 ASN1_OBJECT *responseType; member
H A Docsp_srv.c131 rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic); in OCSP_response_create()
H A Docsp_cl.c210 if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic) { in OCSP_response_get1_basic()
H A Docsp_asn.c381 .offset = offsetof(OCSP_RESPBYTES, responseType),
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c59 ASN1_OBJECT *responseType; member
74 ASN1_SIMPLE(ResponseBytes, responseType, ASN1_OBJECT),
543 OBJ_obj2nid(bytes->responseType) != NID_id_pkix_OCSP_basic) { in check_ocsp_resp()