Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c83 static void print_notice(BIO *out, USERNOTICE *notice, int indent);
117 ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE))
127 ASN1_SEQUENCE(USERNOTICE) = {
128 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
129 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
130 } ASN1_SEQUENCE_END(USERNOTICE)
132 IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE)
306 USERNOTICE *not; in notice_section()
456 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice()
/external/boringssl/src/include/openssl/
Dx509v3.h298 } USERNOTICE; typedef
304 USERNOTICE *usernotice;
576 DECLARE_ASN1_FUNCTIONS(USERNOTICE)