Home
last modified time | relevance | path

Searched refs:cc_ws_t (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/corecrypto/
H A Dcc_memory.h54 typedef struct cc_ws cc_ws, *cc_ws_t; typedef
60 cc_unit *(*CC_SPTR(cc_ws, alloc))(cc_ws_t ws, cc_size n);
61 void(*CC_SPTR(cc_ws, free))(cc_ws_t ws);
79 cc_unit *cc_counted_by(n) cc_ws_alloc(cc_ws_t ws, cc_size n);
80 void cc_ws_free(cc_ws_t ws);
83 void cc_ws_free_stack(cc_ws_t ws);
86 void cc_ws_free_null(cc_ws_t ws);
98 cc_ws_t ws = &ws##_ctx; \
110 cc_ws_t ws = &ws##_ctx; \
128 cc_ws_t ws = &ws##_ctx; \
H A Dccn_internal.h335 size_t ccn_gcd_ws(cc_ws_t ws, cc_size rn, cc_unit *cc_counted_by(rn) r, cc_size sn, const cc_unit *…
346 void ccn_lcm_ws(cc_ws_t ws, cc_size n, cc_unit *cc_unsafe_indexable r2n, const cc_unit *cc_counted_…
379 void ccn_mul_ws(cc_ws_t ws, cc_size count, cc_unit *cc_unsafe_indexable r, const cc_unit *cc_counte…
384 void ccn_sqr_ws(cc_ws_t ws, cc_size n, cc_unit *cc_unsafe_indexable r, const cc_unit *cc_counted_by…
451 void ccn_div_exact_ws(cc_ws_t ws, cc_size n, cc_unit *cc_counted_by(n) q, const cc_unit *cc_counted…
514 int ccn_invmod_ws(cc_ws_t ws, cc_size n, cc_unit *cc_counted_by(n) r, cc_size xn, const cc_unit *cc…
547 void ccn_divmod_ws(cc_ws_t ws, cc_size na, const cc_unit *cc_counted_by(na) a, cc_size nq, cc_unit …
553 cc_unit ccn_add_ws(cc_ws_t ws, cc_size count, cc_unit *r, const cc_unit *s, const cc_unit *t);
556 cc_unit ccn_sub_ws(cc_ws_t ws, cc_size count, cc_unit *r, const cc_unit *s, const cc_unit *t);
559 cc_unit ccn_add1_ws(cc_ws_t ws, cc_size n, cc_unit *r, const cc_unit *s, cc_unit v);