Searched refs:cc_ws (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/corecrypto/ |
| H A D | cc_memory.h | 53 struct cc_ws; 54 typedef struct cc_ws cc_ws, *cc_ws_t; typedef 56 struct cc_ws { struct 60 cc_unit *(*CC_SPTR(cc_ws, alloc))(cc_ws_t ws, cc_size n); argument 61 void(*CC_SPTR(cc_ws, free))(cc_ws_t ws); 97 cc_ws ws##_ctx = { NULL, 0, 0, cc_ws_alloc, cc_ws_free_null }; \ 109 cc_ws ws##_ctx = { ws##_buf, n, 0, cc_ws_alloc, cc_ws_free }; \ 127 cc_ws ws##_ctx = { ws##_buf, n, 0, cc_ws_alloc, cc_ws_free_stack }; \
|