Home
last modified time | relevance | path

Searched defs:out_buf (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c133 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf) in encode_frame()
154 static bool encode_frame_block(struct tx_stream *stream, struct net_buf *out_buf) in encode_frame_block()
/Zephyr-latest/tests/subsys/shell/shell_history/src/
Dshell_history_test.c34 uint8_t out_buf[HIST_BUF_SIZE]; in test_get() local
142 uint8_t out_buf[HIST_BUF_SIZE]; in get_max_buffer_len() local
/Zephyr-latest/include/zephyr/crypto/
Dhash.h101 uint8_t *out_buf; member
Dcipher.h192 uint8_t *out_buf; member
/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c115 uint8_t *out_buf) in do_aes()
Dcrypto_smartbond.c393 static int crypto_smartbond_set_in_out_buf(uint8_t *in_buf, uint8_t *out_buf, int len) in crypto_smartbond_set_in_out_buf()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c1048 uint8_t *out_buf = data->out_msg + EC_SHI_FRAME_START_LENGTH; in shi_npcx_backend_send() local
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c305 struct out_buffer out_buf = { in check_package() local
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c369 struct net_buf *out_buf) in encode_frame()
413 struct net_buf *out_buf) in encode_frame_block()
430 static void do_lc3_encode(struct shell_stream *sh_stream, struct net_buf *out_buf) in do_lc3_encode()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c125 struct net_buf *out_buf[2]; member