Home
last modified time | relevance | path

Searched refs:NOTICEREF (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c128 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
134 ASN1_SEQUENCE(NOTICEREF) = {
135 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
136 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
137 } ASN1_SEQUENCE_END(NOTICEREF)
139 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
329 NOTICEREF *nref; in notice_section()
344 NOTICEREF *nref; in notice_section()
460 NOTICEREF *ref; in print_notice()
/external/boringssl/src/include/openssl/
Dx509v3.h293 } NOTICEREF; typedef
296 NOTICEREF *noticeref;
577 DECLARE_ASN1_FUNCTIONS(NOTICEREF)