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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c104 /* Set requestorName from an X509_NAME structure */
117 if (req->tbsRequest->requestorName)
118 GENERAL_NAME_free(req->tbsRequest->requestorName);
119 req->tbsRequest->requestorName = gen;
145 * Sign an OCSP request set the requestorName to the subjec name of an
H A Docsp_prn.c154 if (inf->requestorName != NULL) {
157 GENERAL_NAME_print(bp, inf->requestorName);
H A Docsp_asn.c89 ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
H A Docsp_vfy.c380 gen = req->tbsRequest->requestorName;
H A Docsp.h124 * requestorName [1] EXPLICIT GeneralName OPTIONAL,
130 GENERAL_NAME *requestorName; member in struct:ocsp_req_info_st
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c72 requestorName [1] EXPLICIT GeneralName OPTIONAL,
177 GENERAL_NAME *requestorName; member in struct:__anon108
302 ASN1_EXP_OPT(TBSRequest, requestorName, GENERAL_NAME, 1),

Completed in 171 milliseconds