Searched refs:GENERAL_SUBTREE (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_ncons.c74 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
105 .offset = offsetof(GENERAL_SUBTREE, base),
112 .offset = offsetof(GENERAL_SUBTREE, minimum),
119 .offset = offsetof(GENERAL_SUBTREE, maximum),
131 .size = sizeof(GENERAL_SUBTREE),
132 .sname = "GENERAL_SUBTREE",
163 GENERAL_SUBTREE *
166 return (GENERAL_SUBTREE*)ASN1_item_new(&GENERAL_SUBTREE_it);
171 GENERAL_SUBTREE_free(GENERAL_SUBTREE *a)
197 STACK_OF(GENERAL_SUBTREE) **ptre
[all...]
H A Dx509v3.h308 } GENERAL_SUBTREE; typedef in typeref:struct:GENERAL_SUBTREE_st
310 DECLARE_STACK_OF(GENERAL_SUBTREE)
313 STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
314 STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
611 GENERAL_SUBTREE *GENERAL_SUBTREE_new(void);
612 void GENERAL_SUBTREE_free(GENERAL_SUBTREE *a);
H A Dx509_constraints.c1078 GENERAL_SUBTREE *subtree;
/openbsd-current/lib/libcrypto/stack/
H A Dsafestack.h775 #define sk_GENERAL_SUBTREE_new(cmp) SKM_sk_new(GENERAL_SUBTREE, (cmp))
776 #define sk_GENERAL_SUBTREE_new_null() SKM_sk_new_null(GENERAL_SUBTREE)
777 #define sk_GENERAL_SUBTREE_free(st) SKM_sk_free(GENERAL_SUBTREE, (st))
778 #define sk_GENERAL_SUBTREE_num(st) SKM_sk_num(GENERAL_SUBTREE, (st))
779 #define sk_GENERAL_SUBTREE_value(st, i) SKM_sk_value(GENERAL_SUBTREE, (st), (i))
780 #define sk_GENERAL_SUBTREE_set(st, i, val) SKM_sk_set(GENERAL_SUBTREE, (st), (i), (val))
781 #define sk_GENERAL_SUBTREE_zero(st) SKM_sk_zero(GENERAL_SUBTREE, (st))
782 #define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val))
783 #define sk_GENERAL_SUBTREE_unshift(st, val) SKM_sk_unshift(GENERAL_SUBTREE, (st), (val))
784 #define sk_GENERAL_SUBTREE_find(st, val) SKM_sk_find(GENERAL_SUBTREE, (s
[all...]

Completed in 189 milliseconds