Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c103 if (inf->requestorName != NULL) { in OCSP_REQUEST_print()
106 GENERAL_NAME_print(bp, inf->requestorName); in OCSP_REQUEST_print()
H A Docsp_cl.c58 GENERAL_NAME_free(req->tbsRequest.requestorName); in OCSP_request_set1_name()
59 req->tbsRequest.requestorName = gen; in OCSP_request_set1_name()
H A Docsp_local.h42 GENERAL_NAME *requestorName; member
H A Docsp_asn.c41 ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
H A Docsp_vfy.c395 gen = req->tbsRequest.requestorName; in OCSP_request_verify()
/src/crypto/heimdal/lib/hx509/
H A Docsp.asn141 requestorName [1] EXPLICIT GeneralName OPTIONAL,