Symbol: nid_triple
crypto/libressl/crypto/objects/obj_xref.c
101
sigx_cmp(const nid_triple * const *a, const nid_triple * const *b)
crypto/libressl/crypto/objects/obj_xref.c
115
const nid_triple * const *a = a_;
crypto/libressl/crypto/objects/obj_xref.c
116
const nid_triple * const *b = b_;
crypto/libressl/crypto/objects/obj_xref.c
120
static const nid_triple * *
crypto/libressl/crypto/objects/obj_xref.c
121
OBJ_bsearch_sigx(const nid_triple * *key, const nid_triple * const *base, int num)
crypto/libressl/crypto/objects/obj_xref.c
123
return (const nid_triple * *)OBJ_bsearch_(key, base, num, sizeof(const nid_triple *),
crypto/libressl/crypto/objects/obj_xref.c
130
nid_triple tmp;
crypto/libressl/crypto/objects/obj_xref.c
131
const nid_triple *rv = NULL;
crypto/libressl/crypto/objects/obj_xref.c
143
sizeof(sigoid_srt) / sizeof(nid_triple));
crypto/libressl/crypto/objects/obj_xref.c
158
nid_triple tmp;
crypto/libressl/crypto/objects/obj_xref.c
159
const nid_triple *t = &tmp;
crypto/libressl/crypto/objects/obj_xref.c
160
const nid_triple **rv = NULL;
crypto/libressl/crypto/objects/obj_xref.c
176
sizeof(sigoid_srt_xref) / sizeof(nid_triple *));
crypto/libressl/crypto/objects/obj_xref.c
189
nid_triple *ntr;
crypto/libressl/crypto/objects/obj_xref.c
221
sid_free(nid_triple *tt)
crypto/libressl/crypto/objects/obj_xref.c
62
DECLARE_STACK_OF(nid_triple)
crypto/libressl/crypto/objects/obj_xref.c
63
STACK_OF(nid_triple) *sig_app, *sigx_app;
crypto/libressl/crypto/objects/obj_xref.c
66
sig_cmp(const nid_triple *a, const nid_triple *b)
crypto/libressl/crypto/objects/obj_xref.c
72
static int sig_cmp(nid_triple const *, nid_triple const *);
crypto/libressl/crypto/objects/obj_xref.c
73
static nid_triple *OBJ_bsearch_sig(nid_triple *key, nid_triple const *base, int num);
crypto/libressl/crypto/objects/obj_xref.c
78
nid_triple const *a = a_;
crypto/libressl/crypto/objects/obj_xref.c
79
nid_triple const *b = b_;
crypto/libressl/crypto/objects/obj_xref.c
83
static nid_triple *
crypto/libressl/crypto/objects/obj_xref.c
84
OBJ_bsearch_sig(nid_triple *key, nid_triple const *base, int num)
crypto/libressl/crypto/objects/obj_xref.c
86
return (nid_triple *)OBJ_bsearch_(key, base, num, sizeof(nid_triple),
crypto/libressl/crypto/objects/obj_xref.c
91
sig_sk_cmp(const nid_triple * const *a, const nid_triple * const *b)
crypto/libressl/crypto/objects/obj_xref.c
97
static int sigx_cmp(const nid_triple * const *, const nid_triple * const *);
crypto/libressl/crypto/objects/obj_xref.c
98
static const nid_triple * *OBJ_bsearch_sigx(const nid_triple * *key, const nid_triple * const *base, int num);
crypto/libressl/crypto/objects/obj_xref.h
13
static const nid_triple sigoid_srt[] =
crypto/libressl/crypto/objects/obj_xref.h
59
static const nid_triple * const sigoid_srt_xref[] =
crypto/libressl/include/openssl/safestack.h
1900
#define sk_nid_triple_new(cmp) SKM_sk_new(nid_triple, (cmp))
crypto/libressl/include/openssl/safestack.h
1901
#define sk_nid_triple_new_null() SKM_sk_new_null(nid_triple)
crypto/libressl/include/openssl/safestack.h
1902
#define sk_nid_triple_free(st) SKM_sk_free(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1903
#define sk_nid_triple_num(st) SKM_sk_num(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1904
#define sk_nid_triple_value(st, i) SKM_sk_value(nid_triple, (st), (i))
crypto/libressl/include/openssl/safestack.h
1905
#define sk_nid_triple_set(st, i, val) SKM_sk_set(nid_triple, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1906
#define sk_nid_triple_zero(st) SKM_sk_zero(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1907
#define sk_nid_triple_push(st, val) SKM_sk_push(nid_triple, (st), (val))
crypto/libressl/include/openssl/safestack.h
1908
#define sk_nid_triple_unshift(st, val) SKM_sk_unshift(nid_triple, (st), (val))
crypto/libressl/include/openssl/safestack.h
1909
#define sk_nid_triple_find(st, val) SKM_sk_find(nid_triple, (st), (val))
crypto/libressl/include/openssl/safestack.h
1910
#define sk_nid_triple_find_ex(st, val) SKM_sk_find_ex(nid_triple, (st), (val))
crypto/libressl/include/openssl/safestack.h
1911
#define sk_nid_triple_delete(st, i) SKM_sk_delete(nid_triple, (st), (i))
crypto/libressl/include/openssl/safestack.h
1912
#define sk_nid_triple_delete_ptr(st, ptr) SKM_sk_delete_ptr(nid_triple, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1913
#define sk_nid_triple_insert(st, val, i) SKM_sk_insert(nid_triple, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1914
#define sk_nid_triple_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(nid_triple, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1915
#define sk_nid_triple_dup(st) SKM_sk_dup(nid_triple, st)
crypto/libressl/include/openssl/safestack.h
1916
#define sk_nid_triple_pop_free(st, free_func) SKM_sk_pop_free(nid_triple, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1917
#define sk_nid_triple_shift(st) SKM_sk_shift(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1918
#define sk_nid_triple_pop(st) SKM_sk_pop(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1919
#define sk_nid_triple_sort(st) SKM_sk_sort(nid_triple, (st))
crypto/libressl/include/openssl/safestack.h
1920
#define sk_nid_triple_is_sorted(st) SKM_sk_is_sorted(nid_triple, (st))