Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c123 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
129 ASN1_SEQUENCE(NOTICEREF) = {
130 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
131 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
132 } ASN1_SEQUENCE_END(NOTICEREF)
134 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
313 NOTICEREF *nref; in notice_section()
323 NOTICEREF *nref; in notice_section()
439 NOTICEREF *ref; in print_notice()
/external/boringssl/src/include/openssl/
Dx509v3.h281 } NOTICEREF; typedef
284 NOTICEREF *noticeref;
565 DECLARE_ASN1_FUNCTIONS(NOTICEREF)