/netbsd/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | sparse_array.h | 47 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);
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/ |
H A D | sparse_array.c | 47 #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 D | param_build.c | 38 ossl_uintmax_t u;
|
/netbsd/crypto/external/bsd/openssl/dist/test/ |
H A D | sparse_array_test.c | 32 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 D | sanitytest.c | 108 || !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()
|
/netbsd/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | OPENSSL_SA.pod | 23 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);
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | e_os2.h | 258 typedef uintmax_t ossl_uintmax_t; typedef 262 typedef uint64_t ossl_uintmax_t; typedef
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ossl_typ.h | 182 typedef uintmax_t ossl_uintmax_t; typedef 191 typedef unsigned long ossl_uintmax_t; typedef
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | property.c | 224 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg) in impl_cache_flush_alg() 230 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg) in alg_cleanup() 422 alg_cleanup_by_provider(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_cleanup_by_provider() 477 static void alg_do_each(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_do_each() 650 static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg, in impl_cache_flush_one_alg()
|
/netbsd/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | numbers.h | 81 # define OSSL_UINTMAX_MAX __MAXUINT__(ossl_uintmax_t)
|
H A D | cryptlib.h | 55 ossl_uintmax_t align_int; \
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | opt.c | 597 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()
|
/netbsd/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | opt.h | 379 int opt_uintmax(const char *arg, ossl_uintmax_t *result);
|
/netbsd/crypto/external/bsd/openssl.old/dist/util/ |
H A D | indent.pro | 637 -T ossl_uintmax_t 638 -T ossl_uintmax_t
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | indent.pro | 638 -T ossl_uintmax_t 639 -T ossl_uintmax_t
|
/netbsd/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | opt.c | 621 ossl_uintmax_t umval; in opt_next()
|