Home
last modified time | relevance | path

Searched refs:GENERAL_SUBTREE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
HDv3_ncons.c27 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp,
49 ASN1_SEQUENCE(GENERAL_SUBTREE) = {
50 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
51 ASN1_IMP_OPT(GENERAL_SUBTREE, minimum, ASN1_INTEGER, 0),
52 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
53 } ASN1_SEQUENCE_END(GENERAL_SUBTREE)
57 GENERAL_SUBTREE, 0),
59 GENERAL_SUBTREE, 1),
63 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)
126 STACK_OF(GENERAL_SUBTREE) **ptree = NULL; in v2i_NAME_CONSTRAINTS()
[all …]
/freebsd-13-stable/crypto/openssl/include/openssl/
HDx509v3.h270 } GENERAL_SUBTREE; typedef
272 DEFINE_STACK_OF(GENERAL_SUBTREE)
275 STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
276 STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
540 DECLARE_ASN1_ITEM(GENERAL_SUBTREE)
541 DECLARE_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDasn1_item_list.h73 ASN1_ITEM_ref(GENERAL_SUBTREE),