Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c139 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
327 if (!notice->noticeref) { in notice_section()
331 notice->noticeref = nref; in notice_section()
333 nref = notice->noticeref; in notice_section()
347 if (!notice->noticeref) { in notice_section()
351 notice->noticeref = nref; in notice_section()
353 nref = notice->noticeref; in notice_section()
374 if (notice->noticeref && in notice_section()
375 (!notice->noticeref->noticenos || !notice->noticeref->organization)) { in notice_section()
446 if (notice->noticeref) { in print_notice()
[all …]
/external/cronet/third_party/boringssl/src/crypto/x509v3/
Dv3_cpols.c139 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
327 if (!notice->noticeref) { in notice_section()
331 notice->noticeref = nref; in notice_section()
333 nref = notice->noticeref; in notice_section()
347 if (!notice->noticeref) { in notice_section()
351 notice->noticeref = nref; in notice_section()
353 nref = notice->noticeref; in notice_section()
374 if (notice->noticeref && in notice_section()
375 (!notice->noticeref->noticenos || !notice->noticeref->organization)) { in notice_section()
446 if (notice->noticeref) { in print_notice()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_cpols.c128 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
328 if (!not->noticeref) { in notice_section()
331 not->noticeref = nref; in notice_section()
333 nref = not->noticeref; in notice_section()
344 if (!not->noticeref) { in notice_section()
347 not->noticeref = nref; in notice_section()
349 nref = not->noticeref; in notice_section()
367 if (not->noticeref && in notice_section()
368 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
457 if (notice->noticeref) { in print_notice()
[all …]
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py304 if un.noticeref != backend._ffi.NULL:
305 organization = _asn1_string_to_utf8(backend, un.noticeref.organization)
307 num = backend._lib.sk_ASN1_INTEGER_num(un.noticeref.noticenos)
311 un.noticeref.noticenos, i
Dencode_asn1.py230 un.noticeref = _encode_notice_reference(
/external/boringssl/src/include/openssl/
Dx509v3.h252 NOTICEREF *noticeref; member
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509v3.h252 NOTICEREF *noticeref; member
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h270 NOTICEREF *noticeref; member