Home
last modified time | relevance | path

Searched refs:requestorName (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_cl.c117 if (req->tbsRequest->requestorName) in OCSP_request_set1_name()
118 GENERAL_NAME_free(req->tbsRequest->requestorName); in OCSP_request_set1_name()
119 req->tbsRequest->requestorName = gen; in OCSP_request_set1_name()
H A Docsp_prn.c160 if (inf->requestorName != NULL) { in OCSP_REQUEST_print()
163 GENERAL_NAME_print(bp, inf->requestorName); in OCSP_REQUEST_print()
H A Docsp_local.h99 GENERAL_NAME *requestorName; member
H A Docsp_vfy.c394 gen = req->tbsRequest->requestorName; in OCSP_request_verify()
H A Docsp_asn.c255 .offset = offsetof(OCSP_REQINFO, requestorName),