Home
last modified time | relevance | path

Searched refs:ossl_uintmax_t (Results 1 – 13 of 13) sorted by relevance

/openssl/include/crypto/
H A Dsparse_array.h47 void (*leaf)(ossl_uintmax_t, type *)) \
50 (void (*)(ossl_uintmax_t, void *))leaf); \
54 void (*leaf)(ossl_uintmax_t, type *, void *), \
58 (void (*)(ossl_uintmax_t, void *, void *))leaf, arg); \
61 *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) *sa, ossl_uintmax_t n) \
67 ossl_uintmax_t n, ctype *val) \
83 void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *));
85 void (*leaf)(ossl_uintmax_t, void *, void *), void *);
86 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n);
87 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t n, void *val);
/openssl/crypto/
H A Dsparse_array.c47 #define SA_BLOCK_MAX_LEVELS (((int)sizeof(ossl_uintmax_t) * 8 \
53 ossl_uintmax_t top;
66 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) in sa_doall() argument
70 ossl_uintmax_t idx = 0; in sa_doall()
105 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf()
126 void (*func)(ossl_uintmax_t, void *);
129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline()
144 void (*leaf)(ossl_uintmax_t, void *, void *), in ossl_sa_doall_arg() argument
156 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n) in ossl_sa_get()
179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set()
[all …]
H A Dparam_build.c38 ossl_uintmax_t u;
/openssl/test/
H A Dsparse_array_test.c32 ossl_uintmax_t n; in test_sparse_array()
36 { INT_MAX, "m" }, { 6666666, "d" }, { (ossl_uintmax_t)-1, "H" }, in test_sparse_array()
71 ossl_uintmax_t n; in test_sparse_array_num()
98 ossl_uintmax_t n;
111 static void leaf_check_all(ossl_uintmax_t n, char *value, void *arg) in leaf_check_all()
127 static void leaf_delete(ossl_uintmax_t n, char *value, void *arg) in leaf_delete()
147 { (ossl_uintmax_t)-1, "H", 0 }, { (ossl_uintmax_t)-2, "i", 1 }, in test_sparse_array_doall()
H A Dsanitytest.c109 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), 8) in test_sanity_range()
110 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), sizeof(size_t))) in test_sanity_range()
/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod23 void ossl_sa_TYPE_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t,
26 void (*leaf)(ossl_uintmax_t, void *, void *),
28 TYPE *ossl_sa_TYPE_get(const SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx);
29 int ossl_sa_TYPE_set(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx,
49 TYPE *ossl_sa_TYPE_get(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx);
/openssl/include/openssl/
H A De_os2.h263 typedef uintmax_t ossl_uintmax_t; typedef
267 typedef uint64_t ossl_uintmax_t; typedef
/openssl/crypto/property/
H A Dproperty.c216 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg) in impl_cache_flush_alg()
222 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg) in alg_cleanup()
414 alg_cleanup_by_provider(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_cleanup_by_provider()
469 static void alg_do_each(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_do_each()
642 static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg, in impl_cache_flush_one_alg()
/openssl/include/internal/
H A Dnumbers.h106 # define OSSL_UINTMAX_MAX __MAXUINT__(ossl_uintmax_t)
H A Dcommon.h78 ossl_uintmax_t align_int; \
/openssl/apps/lib/
H A Dopt.c627 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
665 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
886 ossl_uintmax_t umval; in opt_next()
/openssl/apps/include/
H A Dopt.h419 int opt_uintmax(const char *arg, ossl_uintmax_t *result);
/openssl/util/
H A Dindent.pro636 -T ossl_uintmax_t
637 -T ossl_uintmax_t

Completed in 35 milliseconds