Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_cpols.c317 .offset = offsetof(USERNOTICE, noticeref),
614 if (!not->noticeref) { in notice_section()
617 not->noticeref = nref; in notice_section()
619 nref = not->noticeref; in notice_section()
630 if (!not->noticeref) { in notice_section()
633 not->noticeref = nref; in notice_section()
635 nref = not->noticeref; in notice_section()
656 if (not->noticeref && in notice_section()
657 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
753 if (notice->noticeref) { in print_notice()
[all …]
H A Dx509v3.h271 NOTICEREF *noticeref; member