Searched refs:ossl_uintmax_t (Results 1 – 4 of 4) sorted by relevance
| /include/crypto/ |
| 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);
|
| /include/openssl/ |
| A D | e_os2.h | 263 typedef uintmax_t ossl_uintmax_t; typedef 267 typedef uint64_t ossl_uintmax_t; typedef
|
| /include/internal/ |
| A D | numbers.h | 106 # define OSSL_UINTMAX_MAX __MAXUINT__(ossl_uintmax_t)
|
| A D | common.h | 78 ossl_uintmax_t align_int; \
|
Completed in 7 milliseconds