Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_prn.c101 if (inf->requestorName != NULL) { in OCSP_REQUEST_print()
104 GENERAL_NAME_print(bp, inf->requestorName); in OCSP_REQUEST_print()
Docsp_cl.c63 GENERAL_NAME_free(req->tbsRequest.requestorName); in OCSP_request_set1_name()
64 req->tbsRequest.requestorName = gen; in OCSP_request_set1_name()
Docsp_local.h40 GENERAL_NAME *requestorName; member
Docsp_asn.c41 ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
Docsp_vfy.c357 gen = req->tbsRequest.requestorName; in OCSP_request_verify()