Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c123 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
314 if(!not->noticeref) { in notice_section()
316 not->noticeref = nref; in notice_section()
317 } else nref = not->noticeref; in notice_section()
325 if(!not->noticeref) { in notice_section()
327 not->noticeref = nref; in notice_section()
328 } else nref = not->noticeref; in notice_section()
346 if(not->noticeref && in notice_section()
347 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
438 if(notice->noticeref) { in print_notice()
[all …]
/external/boringssl/src/include/openssl/
Dx509v3.h284 NOTICEREF *noticeref; member