Searched refs:NOTICEREF (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_cpols.c | 75 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF), 81 ASN1_SEQUENCE(NOTICEREF) = { 82 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT), 83 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER) 84 } ASN1_SEQUENCE_END(NOTICEREF) 86 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF) 315 NOTICEREF *nref; in notice_section() 330 NOTICEREF *nref; in notice_section() 449 NOTICEREF *ref; in print_notice()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 88 ASN1_ITEM_ref(NOTICEREF),
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 230 } NOTICEREF; typedef 233 NOTICEREF *noticeref; 521 DECLARE_ASN1_FUNCTIONS(NOTICEREF)
|
/third_party/openssl/fuzz/ |
D | asn1.c | 117 ASN1_ITEM_ref(NOTICEREF),
|
/third_party/openssl/util/ |
D | indent.pro | 292 -T NOTICEREF
|