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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c68 tbsRequest TBSRequest,
71 TBSRequest ::= SEQUENCE {
181 } TBSRequest; typedef in typeref:struct:__anon676
190 TBSRequest *tbsRequest;
303 ASN1_SEQUENCE(TBSRequest) = { variable
304 ASN1_EXP_OPT(TBSRequest, version, ASN1_INTEGER, 0),
305 ASN1_EXP_OPT(TBSRequest, requestorName, GENERAL_NAME, 1),
306 ASN1_SEQUENCE_OF(TBSRequest, requestList, Request),
307 ASN1_EXP_SEQUENCE_OF_OPT(TBSRequest, requestExtensions, X509_EXTENSION, 2)
308 } ASN1_SEQUENCE_END(TBSRequest);
[all...]

Completed in 121 milliseconds