Searched refs:noticeref (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 139 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/ |
D | v3_cpols.c | 139 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/ |
D | v3_cpols.c | 128 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/ |
D | decode_asn1.py | 304 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
|
D | encode_asn1.py | 230 un.noticeref = _encode_notice_reference(
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 252 NOTICEREF *noticeref; member
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 252 NOTICEREF *noticeref; member
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509v3.h | 270 NOTICEREF *noticeref; member
|