Searched refs:USERNOTICE (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 82 static void print_notice(BIO *out, USERNOTICE *notice, int indent); 116 ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE)) 126 ASN1_SEQUENCE(USERNOTICE) = { 127 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF), 128 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT) 129 } ASN1_SEQUENCE_END(USERNOTICE) 131 IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE) 305 USERNOTICE *not; in notice_section() 455 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 298 } USERNOTICE; typedef 304 USERNOTICE *usernotice; 576 DECLARE_ASN1_FUNCTIONS(USERNOTICE)
|