Lines Matching refs:ossl_uintmax_t
52 #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()
137 void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *)) in ossl_sa_doall() argument
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()
185 ossl_uintmax_t n = posn; in ossl_sa_set()