Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
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-master/crypto/
A Dsparse_array.c52 #define SA_BLOCK_MAX_LEVELS (((int)sizeof(ossl_uintmax_t) * 8 \
58 ossl_uintmax_t top;
71 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) in sa_doall() argument
75 ossl_uintmax_t idx = 0; in sa_doall()
110 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf()
129 void (*func)(ossl_uintmax_t, void *);
132 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline()
147 void (*leaf)(ossl_uintmax_t, void *, void *), in ossl_sa_doall_arg() argument
159 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n) in ossl_sa_get()
182 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set()
[all …]
A Dparam_build.c38 ossl_uintmax_t u;
/openssl-master/test/
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()
A Dsanitytest.c108 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), 8) in test_sanity_range()
109 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), sizeof(size_t))) in test_sanity_range()
/openssl-master/doc/internal/man3/
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-master/include/openssl/
A De_os2.h258 typedef uintmax_t ossl_uintmax_t; typedef
262 typedef uint64_t ossl_uintmax_t; typedef
/openssl-master/crypto/property/
A Dproperty.c202 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a) in alg_cleanup()
383 static void alg_do_each(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_do_each()
489 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in impl_cache_flush_alg()
569 static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg, in impl_cache_flush_one_alg()
/openssl-master/include/internal/
A Dnumbers.h81 # define OSSL_UINTMAX_MAX __MAXUINT__(ossl_uintmax_t)
A Dcryptlib.h55 ossl_uintmax_t align_int; \
/openssl-master/apps/lib/
A Dopt.c597 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
635 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
851 ossl_uintmax_t umval; in opt_next()
/openssl-master/apps/include/
A Dopt.h379 int opt_uintmax(const char *arg, ossl_uintmax_t *result);
/openssl-master/util/
A Dindent.pro638 -T ossl_uintmax_t
639 -T ossl_uintmax_t

Completed in 21 milliseconds