Symbol: X509_POLICY_DATA
crypto/libressl/crypto/x509/pcy_cache.c
243
X509_POLICY_DATA *
crypto/libressl/crypto/x509/pcy_cache.c
247
X509_POLICY_DATA tmp;
crypto/libressl/crypto/x509/pcy_cache.c
257
policy_data_cmp(const X509_POLICY_DATA * const *a,
crypto/libressl/crypto/x509/pcy_cache.c
258
const X509_POLICY_DATA * const *b)
crypto/libressl/crypto/x509/pcy_cache.c
65
static int policy_data_cmp(const X509_POLICY_DATA * const *a,
crypto/libressl/crypto/x509/pcy_cache.c
66
const X509_POLICY_DATA * const *b);
crypto/libressl/crypto/x509/pcy_cache.c
79
X509_POLICY_DATA *data = NULL;
crypto/libressl/crypto/x509/pcy_data.c
67
policy_data_free(X509_POLICY_DATA *data)
crypto/libressl/crypto/x509/pcy_data.c
85
X509_POLICY_DATA *
crypto/libressl/crypto/x509/pcy_data.c
88
X509_POLICY_DATA *ret = NULL;
crypto/libressl/crypto/x509/pcy_data.c
98
ret = malloc(sizeof(X509_POLICY_DATA));
crypto/libressl/crypto/x509/pcy_int.h
115
X509_POLICY_DATA *anyPolicy;
crypto/libressl/crypto/x509/pcy_int.h
117
STACK_OF(X509_POLICY_DATA) *data;
crypto/libressl/crypto/x509/pcy_int.h
136
const X509_POLICY_DATA *data;
crypto/libressl/crypto/x509/pcy_int.h
162
STACK_OF(X509_POLICY_DATA) *extra_data;
crypto/libressl/crypto/x509/pcy_int.h
179
X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
crypto/libressl/crypto/x509/pcy_int.h
181
void policy_data_free(X509_POLICY_DATA *data);
crypto/libressl/crypto/x509/pcy_int.h
183
X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache,
crypto/libressl/crypto/x509/pcy_int.h
201
const X509_POLICY_DATA *data, X509_POLICY_NODE *parent,
crypto/libressl/crypto/x509/pcy_int.h
63
DECLARE_STACK_OF(X509_POLICY_DATA)
crypto/libressl/crypto/x509/pcy_map.c
73
X509_POLICY_DATA *data;
crypto/libressl/crypto/x509/pcy_node.c
113
level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data,
crypto/libressl/crypto/x509/pcy_node.c
185
const X509_POLICY_DATA *x = node->data;
crypto/libressl/crypto/x509/pcy_node.c
80
X509_POLICY_DATA n;
crypto/libressl/crypto/x509/pcy_tree.c
148
X509_POLICY_DATA *data = NULL;
crypto/libressl/crypto/x509/pcy_tree.c
293
tree_link_matching_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_DATA *data)
crypto/libressl/crypto/x509/pcy_tree.c
324
X509_POLICY_DATA *data;
crypto/libressl/crypto/x509/pcy_tree.c
344
X509_POLICY_DATA *data;
crypto/libressl/crypto/x509/pcy_tree.c
552
X509_POLICY_DATA *extra;
crypto/libressl/crypto/x509/x509_cpols.c
752
const X509_POLICY_DATA *dat = node->data;
crypto/libressl/include/openssl/safestack.h
1768
#define sk_X509_POLICY_DATA_new(cmp) SKM_sk_new(X509_POLICY_DATA, (cmp))
crypto/libressl/include/openssl/safestack.h
1769
#define sk_X509_POLICY_DATA_new_null() SKM_sk_new_null(X509_POLICY_DATA)
crypto/libressl/include/openssl/safestack.h
1770
#define sk_X509_POLICY_DATA_free(st) SKM_sk_free(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1771
#define sk_X509_POLICY_DATA_num(st) SKM_sk_num(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1772
#define sk_X509_POLICY_DATA_value(st, i) SKM_sk_value(X509_POLICY_DATA, (st), (i))
crypto/libressl/include/openssl/safestack.h
1773
#define sk_X509_POLICY_DATA_set(st, i, val) SKM_sk_set(X509_POLICY_DATA, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1774
#define sk_X509_POLICY_DATA_zero(st) SKM_sk_zero(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1775
#define sk_X509_POLICY_DATA_push(st, val) SKM_sk_push(X509_POLICY_DATA, (st), (val))
crypto/libressl/include/openssl/safestack.h
1776
#define sk_X509_POLICY_DATA_unshift(st, val) SKM_sk_unshift(X509_POLICY_DATA, (st), (val))
crypto/libressl/include/openssl/safestack.h
1777
#define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val))
crypto/libressl/include/openssl/safestack.h
1778
#define sk_X509_POLICY_DATA_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_DATA, (st), (val))
crypto/libressl/include/openssl/safestack.h
1779
#define sk_X509_POLICY_DATA_delete(st, i) SKM_sk_delete(X509_POLICY_DATA, (st), (i))
crypto/libressl/include/openssl/safestack.h
1780
#define sk_X509_POLICY_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_DATA, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1781
#define sk_X509_POLICY_DATA_insert(st, val, i) SKM_sk_insert(X509_POLICY_DATA, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1782
#define sk_X509_POLICY_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_DATA, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1783
#define sk_X509_POLICY_DATA_dup(st) SKM_sk_dup(X509_POLICY_DATA, st)
crypto/libressl/include/openssl/safestack.h
1784
#define sk_X509_POLICY_DATA_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_DATA, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1785
#define sk_X509_POLICY_DATA_shift(st) SKM_sk_shift(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1786
#define sk_X509_POLICY_DATA_pop(st) SKM_sk_pop(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1787
#define sk_X509_POLICY_DATA_sort(st) SKM_sk_sort(X509_POLICY_DATA, (st))
crypto/libressl/include/openssl/safestack.h
1788
#define sk_X509_POLICY_DATA_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_DATA, (st))