Searched refs:USERNOTICE (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/x509v3/ |
| D | v3_cpols.c | 71 static void print_notice(BIO *out, USERNOTICE *notice, int indent); 105 ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE)) 115 ASN1_SEQUENCE(USERNOTICE) = { 116 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF), 117 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT) 118 } ASN1_SEQUENCE_END(USERNOTICE) 120 IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE) 271 USERNOTICE *not; in notice_section() 406 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice()
|
| D | x509v3.h | 268 } USERNOTICE; typedef 274 USERNOTICE *usernotice; 469 DECLARE_ASN1_FUNCTIONS(USERNOTICE)
|