Symbol: ossl_uintmax_t
crypto/openssl/apps/include/opt.h
430
int opt_uintmax(const char *arg, ossl_uintmax_t *result);
crypto/openssl/apps/lib/opt.c
641
int opt_uintmax(const char *value, ossl_uintmax_t *result)
crypto/openssl/apps/lib/opt.c
663
*result = (ossl_uintmax_t)m;
crypto/openssl/apps/lib/opt.c
679
int opt_uintmax(const char *value, ossl_uintmax_t *result)
crypto/openssl/apps/lib/opt.c
898
ossl_uintmax_t umval;
crypto/openssl/crypto/param_build.c
38
ossl_uintmax_t u;
crypto/openssl/crypto/property/property.c
219
static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg)
crypto/openssl/crypto/property/property.c
225
static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg)
crypto/openssl/crypto/property/property.c
493
alg_cleanup_by_provider(ossl_uintmax_t idx, ALGORITHM *alg, void *arg)
crypto/openssl/crypto/property/property.c
559
static void alg_copy(ossl_uintmax_t idx, ALGORITHM *alg, void *arg)
crypto/openssl/crypto/property/property.c
826
static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg,
crypto/openssl/crypto/sparse_array.c
105
static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg)
crypto/openssl/crypto/sparse_array.c
126
void (*func)(ossl_uintmax_t, void *);
crypto/openssl/crypto/sparse_array.c
129
static void trampoline(ossl_uintmax_t n, void *l, void *arg)
crypto/openssl/crypto/sparse_array.c
134
void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *))
crypto/openssl/crypto/sparse_array.c
144
void (*leaf)(ossl_uintmax_t, void *, void *),
crypto/openssl/crypto/sparse_array.c
156
void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n)
crypto/openssl/crypto/sparse_array.c
179
int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val)
crypto/openssl/crypto/sparse_array.c
182
ossl_uintmax_t n = posn;
crypto/openssl/crypto/sparse_array.c
47
#define SA_BLOCK_MAX_LEVELS (((int)sizeof(ossl_uintmax_t) * 8 \
crypto/openssl/crypto/sparse_array.c
53
ossl_uintmax_t top;
crypto/openssl/crypto/sparse_array.c
66
void (*leaf)(ossl_uintmax_t, void *, void *), void *arg)
crypto/openssl/crypto/sparse_array.c
70
ossl_uintmax_t idx = 0;
crypto/openssl/include/crypto/sparse_array.h
46
void (*leaf)(ossl_uintmax_t, type *)) \
crypto/openssl/include/crypto/sparse_array.h
49
(void (*)(ossl_uintmax_t, void *))leaf); \
crypto/openssl/include/crypto/sparse_array.h
53
void (*leaf)(ossl_uintmax_t, type *, void *), \
crypto/openssl/include/crypto/sparse_array.h
57
(void (*)(ossl_uintmax_t, void *, void *))leaf, arg); \
crypto/openssl/include/crypto/sparse_array.h
59
static ossl_unused ossl_inline ctype *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) * sa, ossl_uintmax_t n) \
crypto/openssl/include/crypto/sparse_array.h
65
ossl_uintmax_t n, ctype *val) \
crypto/openssl/include/crypto/sparse_array.h
81
void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *));
crypto/openssl/include/crypto/sparse_array.h
83
void (*leaf)(ossl_uintmax_t, void *, void *), void *);
crypto/openssl/include/crypto/sparse_array.h
84
void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n);
crypto/openssl/include/crypto/sparse_array.h
85
int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t n, void *val);
crypto/openssl/include/internal/common.h
77
ossl_uintmax_t align_int; \
crypto/openssl/include/internal/numbers.h
105
#define OSSL_UINTMAX_MAX __MAXUINT__(ossl_uintmax_t)
crypto/openssl/test/sanitytest.c
217
|| !TEST_size_t_ge(sizeof(ossl_uintmax_t), 8)
crypto/openssl/test/sanitytest.c
218
|| !TEST_size_t_ge(sizeof(ossl_uintmax_t), sizeof(size_t)))
crypto/openssl/test/sparse_array_test.c
111
static void leaf_check_all(ossl_uintmax_t n, char *value, void *arg)
crypto/openssl/test/sparse_array_test.c
127
static void leaf_delete(ossl_uintmax_t n, char *value, void *arg)
crypto/openssl/test/sparse_array_test.c
150
{ (ossl_uintmax_t)-1, "H", 0 },
crypto/openssl/test/sparse_array_test.c
151
{ (ossl_uintmax_t)-2, "i", 1 },
crypto/openssl/test/sparse_array_test.c
32
ossl_uintmax_t n;
crypto/openssl/test/sparse_array_test.c
36
{ INT_MAX, "m" }, { 6666666, "d" }, { (ossl_uintmax_t)-1, "H" },
crypto/openssl/test/sparse_array_test.c
71
ossl_uintmax_t n;
crypto/openssl/test/sparse_array_test.c
98
ossl_uintmax_t n;