Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/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.c58 GENERAL_NAME_free(req->tbsRequest.requestorName); in OCSP_request_set1_name()
59 req->tbsRequest.requestorName = gen; in OCSP_request_set1_name()
Docsp_local.h42 GENERAL_NAME *requestorName; member
Docsp_asn.c41 ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
Docsp_vfy.c397 gen = req->tbsRequest.requestorName; in OCSP_request_verify()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Docsp.asn141 requestorName [1] EXPLICIT GeneralName OPTIONAL,