Symbol: GENERAL_SUBTREE
crypto/openssl/crypto/asn1/asn1_item_list.h
76
ASN1_ITEM_ref(GENERAL_SUBTREE),
crypto/openssl/crypto/x509/v3_ncons.c
153
STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
crypto/openssl/crypto/x509/v3_ncons.c
155
GENERAL_SUBTREE *sub = NULL;
crypto/openssl/crypto/x509/v3_ncons.c
216
STACK_OF(GENERAL_SUBTREE) *trees,
crypto/openssl/crypto/x509/v3_ncons.c
219
GENERAL_SUBTREE *tree;
crypto/openssl/crypto/x509/v3_ncons.c
33
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp,
crypto/openssl/crypto/x509/v3_ncons.c
483
static int nc_minmax_valid(GENERAL_SUBTREE *sub)
crypto/openssl/crypto/x509/v3_ncons.c
503
GENERAL_SUBTREE *sub;
crypto/openssl/crypto/x509/v3_ncons.c
77
ASN1_SEQUENCE(GENERAL_SUBTREE) = {
crypto/openssl/crypto/x509/v3_ncons.c
78
ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
crypto/openssl/crypto/x509/v3_ncons.c
79
ASN1_IMP_OPT(GENERAL_SUBTREE, minimum, ASN1_INTEGER, 0),
crypto/openssl/crypto/x509/v3_ncons.c
80
ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
crypto/openssl/crypto/x509/v3_ncons.c
81
} ASN1_SEQUENCE_END(GENERAL_SUBTREE)
crypto/openssl/crypto/x509/v3_ncons.c
85
GENERAL_SUBTREE, 0),
crypto/openssl/crypto/x509/v3_ncons.c
87
GENERAL_SUBTREE, 1),
crypto/openssl/crypto/x509/v3_ncons.c
90
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)
crypto/openssl/fuzz/asn1.c
106
ASN1_ITEM_ref(GENERAL_SUBTREE),
crypto/openssl/include/openssl/x509v3.h
554
SKM_DEFINE_STACK_OF_INTERNAL(GENERAL_SUBTREE, GENERAL_SUBTREE, GENERAL_SUBTREE)
crypto/openssl/include/openssl/x509v3.h
556
#define sk_GENERAL_SUBTREE_value(sk, idx) ((GENERAL_SUBTREE *)OPENSSL_sk_value(ossl_check_const_GENERAL_SUBTREE_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509v3.h
557
#define sk_GENERAL_SUBTREE_new(cmp) ((STACK_OF(GENERAL_SUBTREE) *)OPENSSL_sk_new(ossl_check_GENERAL_SUBTREE_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509v3.h
558
#define sk_GENERAL_SUBTREE_new_null() ((STACK_OF(GENERAL_SUBTREE) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509v3.h
559
#define sk_GENERAL_SUBTREE_new_reserve(cmp, n) ((STACK_OF(GENERAL_SUBTREE) *)OPENSSL_sk_new_reserve(ossl_check_GENERAL_SUBTREE_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509v3.h
563
#define sk_GENERAL_SUBTREE_delete(sk, i) ((GENERAL_SUBTREE *)OPENSSL_sk_delete(ossl_check_GENERAL_SUBTREE_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509v3.h
564
#define sk_GENERAL_SUBTREE_delete_ptr(sk, ptr) ((GENERAL_SUBTREE *)OPENSSL_sk_delete_ptr(ossl_check_GENERAL_SUBTREE_sk_type(sk), ossl_check_GENERAL_SUBTREE_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
567
#define sk_GENERAL_SUBTREE_pop(sk) ((GENERAL_SUBTREE *)OPENSSL_sk_pop(ossl_check_GENERAL_SUBTREE_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
568
#define sk_GENERAL_SUBTREE_shift(sk) ((GENERAL_SUBTREE *)OPENSSL_sk_shift(ossl_check_GENERAL_SUBTREE_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
571
#define sk_GENERAL_SUBTREE_set(sk, idx, ptr) ((GENERAL_SUBTREE *)OPENSSL_sk_set(ossl_check_GENERAL_SUBTREE_sk_type(sk), (idx), ossl_check_GENERAL_SUBTREE_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
577
#define sk_GENERAL_SUBTREE_dup(sk) ((STACK_OF(GENERAL_SUBTREE) *)OPENSSL_sk_dup(ossl_check_const_GENERAL_SUBTREE_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
578
#define sk_GENERAL_SUBTREE_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(GENERAL_SUBTREE) *)OPENSSL_sk_deep_copy(ossl_check_const_GENERAL_SUBTREE_sk_type(sk), ossl_check_GENERAL_SUBTREE_copyfunc_type(copyfunc), ossl_check_GENERAL_SUBTREE_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509v3.h
584
STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
crypto/openssl/include/openssl/x509v3.h
585
STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
crypto/openssl/include/openssl/x509v3.h
898
DECLARE_ASN1_ITEM(GENERAL_SUBTREE)
crypto/openssl/include/openssl/x509v3.h
899
DECLARE_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)