Searched refs:hwrng_chan_ctx (Results 1 – 3 of 3) sorted by relevance
/trusty/kernel/services/hwrng/ |
D | hwrng_service.c | 42 struct hwrng_chan_ctx { struct 63 struct hwrng_chan_ctx* ctx; in hwrng_handle_req_queue() argument 64 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() 71 struct hwrng_chan_ctx, node) { in hwrng_handle_req_queue() 121 struct hwrng_chan_ctx* ctx = ctx_v; in hwrng_handle_msg() 155 struct hwrng_chan_ctx* ctx = calloc(1, sizeof(*ctx)); in hwrng_handle_connect() 168 struct hwrng_chan_ctx* ctx = ctx_v; in hwrng_handle_channel_cleanup() 180 struct hwrng_chan_ctx* ctx = ctx_v; in hwrng_handle_send_unblocked()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwrng_srv.c | 38 struct hwrng_chan_ctx { struct 82 static void hwrng_close_chan(struct hwrng_chan_ctx* ctx) { in hwrng_close_chan() 95 struct hwrng_chan_ctx* ctx; in hwrng_handle_req_queue() 96 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() 102 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue() 152 static int hwrng_chan_handle_msg(struct hwrng_chan_ctx* ctx) { in hwrng_chan_handle_msg() 182 struct hwrng_chan_ctx* ctx = priv; in hwrng_chan_handler() 228 struct hwrng_chan_ctx* ctx = calloc(1, sizeof(*ctx)); in hwrng_port_handler()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwrng_srv.c | 35 struct hwrng_chan_ctx { struct 79 static void hwrng_close_chan(struct hwrng_chan_ctx* ctx) { in hwrng_close_chan() 93 struct hwrng_chan_ctx* ctx; in hwrng_handle_req_queue() 94 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() 100 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue() 155 static int hwrng_chan_handle_msg(struct hwrng_chan_ctx* ctx) { in hwrng_chan_handle_msg() 185 struct hwrng_chan_ctx* ctx = priv; in hwrng_chan_handler() 231 struct hwrng_chan_ctx* ctx = calloc(1, sizeof(*ctx)); in hwrng_port_handler()
|