Searched refs:USERNOTICE (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_usernotice.c | 14 …TICE_SYNTAX) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, OSSL_USER_NOTICE_SYNTAX, USERNOTICE) in ASN1_ITEM_TEMPLATE() 19 static int print_notice(BIO *out, USERNOTICE *notice, int indent) in ASN1_ITEM_TEMPLATE() 71 USERNOTICE *unotice; in i2r_USER_NOTICE_SYNTAX()
|
| H A D | v3_cpols.c | 29 static void print_notice(BIO *out, USERNOTICE *notice, int indent); 64 ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE)) 74 ASN1_SEQUENCE(USERNOTICE) = { 75 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF), 76 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT) 77 } ASN1_SEQUENCE_END(USERNOTICE) 79 IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE) 296 USERNOTICE *not; in notice_section() 464 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509v3.h | 432 } USERNOTICE; typedef 438 USERNOTICE *usernotice; 878 DECLARE_ASN1_FUNCTIONS(USERNOTICE) 1500 typedef STACK_OF(USERNOTICE) OSSL_USER_NOTICE_SYNTAX; 1504 SKM_DEFINE_STACK_OF_INTERNAL(USERNOTICE, USERNOTICE, USERNOTICE) 1506 #define sk_USERNOTICE_value(sk, idx) ((USERNOTICE *)OPENSSL_sk_value(ossl_check_const_USERNOTICE_sk… 1507 #define sk_USERNOTICE_new(cmp) ((STACK_OF(USERNOTICE) *)OPENSSL_sk_new(ossl_check_USERNOTICE_compfu… 1508 #define sk_USERNOTICE_new_null() ((STACK_OF(USERNOTICE) *)OPENSSL_sk_new_null()) 1509 #define sk_USERNOTICE_new_reserve(cmp, n) ((STACK_OF(USERNOTICE) *)OPENSSL_sk_new_reserve(ossl_chec… 1513 #define sk_USERNOTICE_delete(sk, i) ((USERNOTICE *)OPENSSL_sk_delete(ossl_check_USERNOTICE_sk_type(… [all …]
|
| H A D | x509v3.h.in | 288 } USERNOTICE; typedef 294 USERNOTICE *usernotice; 614 DECLARE_ASN1_FUNCTIONS(USERNOTICE) 1067 typedef STACK_OF(USERNOTICE) OSSL_USER_NOTICE_SYNTAX; 1072 generate_stack_macros("USERNOTICE");
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | asn1_item_list.h | 152 ASN1_ITEM_ref(USERNOTICE),
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | asn1.c | 179 ASN1_ITEM_ref(USERNOTICE),
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 419 -T USERNOTICE
|