Home
last modified time | relevance | path

Searched refs:tipc_send_single_buf (Results 1 – 3 of 3) sorted by relevance

/trusty/hardware/nxp/app/hwcrypto/
Dcommon.h38 int tipc_send_single_buf(handle_t chan, const void* buf, size_t len);
Dmain.c81 int tipc_send_single_buf(handle_t chan, const void* buf, size_t len) { in tipc_send_single_buf() function
Dhwrng_srv.c116 int rc = tipc_send_single_buf(ctx->chan, rng_data, len); in hwrng_handle_req_queue()