Home | History | Annotate | Download | only in x509v3

Lines Matching full:usernotice

73 static void print_notice(BIO *out, USERNOTICE *notice, int indent);
107 ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE))
117 ASN1_SEQUENCE(USERNOTICE) = {
118 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
119 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
120 } ASN1_SEQUENCE_END(USERNOTICE)
122 IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE)
227 } else if(!name_cmp(cnf->name, "userNotice")) {
277 USERNOTICE *not;
282 qual->d.usernotice = not;
398 print_notice(out, qualinfo->d.usernotice, indent + 2);
412 static void print_notice(BIO *out, USERNOTICE *notice, int indent)