Symbol: ASIdOrRange
crypto/libressl/crypto/x509/x509_asid.c
111
.offset = offsetof(ASIdOrRange, u.id),
crypto/libressl/crypto/x509/x509_asid.c
118
.offset = offsetof(ASIdOrRange, u.range),
crypto/libressl/crypto/x509/x509_asid.c
126
.utype = offsetof(ASIdOrRange, type),
crypto/libressl/crypto/x509/x509_asid.c
130
.size = sizeof(ASIdOrRange),
crypto/libressl/crypto/x509/x509_asid.c
213
ASIdOrRange *
crypto/libressl/crypto/x509/x509_asid.c
214
d2i_ASIdOrRange(ASIdOrRange **a, const unsigned char **in, long len)
crypto/libressl/crypto/x509/x509_asid.c
216
return (ASIdOrRange *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_asid.c
221
i2d_ASIdOrRange(ASIdOrRange *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_asid.c
226
ASIdOrRange *
crypto/libressl/crypto/x509/x509_asid.c
229
return (ASIdOrRange *)ASN1_item_new(&ASIdOrRange_it);
crypto/libressl/crypto/x509/x509_asid.c
233
ASIdOrRange_free(ASIdOrRange *a)
crypto/libressl/crypto/x509/x509_asid.c
308
ASIdOrRange *aor =
crypto/libressl/crypto/x509/x509_asid.c
359
ASIdOrRange_cmp(const ASIdOrRange *const *a_, const ASIdOrRange *const *b_)
crypto/libressl/crypto/x509/x509_asid.c
361
const ASIdOrRange *a = *a_, *b = *b_;
crypto/libressl/crypto/x509/x509_asid.c
424
ASIdOrRange *aor;
crypto/libressl/crypto/x509/x509_asid.c
474
extract_min_max(ASIdOrRange *aor, ASN1_INTEGER **min, ASN1_INTEGER **max)
crypto/libressl/crypto/x509/x509_asid.c
518
ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/crypto/x509/x509_asid.c
520
ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/crypto/x509/x509_asid.c
569
ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/crypto/x509/x509_asid.c
634
ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/crypto/x509/x509_asid.c
636
ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/crypto/x509/x509_asid.c
728
ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
crypto/libressl/include/openssl/safestack.h
204
#define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp))
crypto/libressl/include/openssl/safestack.h
205
#define sk_ASIdOrRange_new_null() SKM_sk_new_null(ASIdOrRange)
crypto/libressl/include/openssl/safestack.h
206
#define sk_ASIdOrRange_free(st) SKM_sk_free(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
207
#define sk_ASIdOrRange_num(st) SKM_sk_num(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
208
#define sk_ASIdOrRange_value(st, i) SKM_sk_value(ASIdOrRange, (st), (i))
crypto/libressl/include/openssl/safestack.h
209
#define sk_ASIdOrRange_set(st, i, val) SKM_sk_set(ASIdOrRange, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
210
#define sk_ASIdOrRange_zero(st) SKM_sk_zero(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
211
#define sk_ASIdOrRange_push(st, val) SKM_sk_push(ASIdOrRange, (st), (val))
crypto/libressl/include/openssl/safestack.h
212
#define sk_ASIdOrRange_unshift(st, val) SKM_sk_unshift(ASIdOrRange, (st), (val))
crypto/libressl/include/openssl/safestack.h
213
#define sk_ASIdOrRange_find(st, val) SKM_sk_find(ASIdOrRange, (st), (val))
crypto/libressl/include/openssl/safestack.h
214
#define sk_ASIdOrRange_find_ex(st, val) SKM_sk_find_ex(ASIdOrRange, (st), (val))
crypto/libressl/include/openssl/safestack.h
215
#define sk_ASIdOrRange_delete(st, i) SKM_sk_delete(ASIdOrRange, (st), (i))
crypto/libressl/include/openssl/safestack.h
216
#define sk_ASIdOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASIdOrRange, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
217
#define sk_ASIdOrRange_insert(st, val, i) SKM_sk_insert(ASIdOrRange, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
218
#define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
219
#define sk_ASIdOrRange_dup(st) SKM_sk_dup(ASIdOrRange, st)
crypto/libressl/include/openssl/safestack.h
220
#define sk_ASIdOrRange_pop_free(st, free_func) SKM_sk_pop_free(ASIdOrRange, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
221
#define sk_ASIdOrRange_shift(st) SKM_sk_shift(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
222
#define sk_ASIdOrRange_pop(st) SKM_sk_pop(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
223
#define sk_ASIdOrRange_sort(st) SKM_sk_sort(ASIdOrRange, (st))
crypto/libressl/include/openssl/safestack.h
224
#define sk_ASIdOrRange_is_sorted(st) SKM_sk_is_sorted(ASIdOrRange, (st))
crypto/libressl/include/openssl/x509v3.h
866
typedef STACK_OF(ASIdOrRange) ASIdOrRanges;
crypto/libressl/include/openssl/x509v3.h
867
DECLARE_STACK_OF(ASIdOrRange)
crypto/libressl/include/openssl/x509v3.h
891
ASIdOrRange *ASIdOrRange_new(void);
crypto/libressl/include/openssl/x509v3.h
892
void ASIdOrRange_free(ASIdOrRange *a);
crypto/libressl/include/openssl/x509v3.h
893
ASIdOrRange *d2i_ASIdOrRange(ASIdOrRange **a, const unsigned char **in,
crypto/libressl/include/openssl/x509v3.h
895
int i2d_ASIdOrRange(ASIdOrRange *a, unsigned char **out);