Searched refs:out_buf (Results 1 – 5 of 5) sorted by relevance
| /subsys/mgmt/osdp/src/ |
| A D | osdp_common.c | 62 .out_buf = data, in osdp_encrypt() 109 .out_buf = data, in osdp_decrypt()
|
| /subsys/net/lib/ocpp/ |
| A D | ocpp_j.c | 12 static int extract_string_field(char *out_buf, int outlen, char *token) in extract_string_field() argument 16 if (out_buf == NULL || token == NULL) { in extract_string_field() 20 strncpy(out_buf, token + 1, outlen - 1); in extract_string_field() 21 end = strchr(out_buf, '"'); in extract_string_field()
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154_security.c | 122 pkt->out_buf = frame + out_buf_offset; in prepare_cipher_aead_pkt()
|
| /subsys/mgmt/ec_host_cmd/backends/ |
| A D | ec_host_cmd_backend_shi_npcx.c | 1046 uint8_t *out_buf = data->out_msg + EC_SHI_FRAME_START_LENGTH; in shi_npcx_backend_send() local 1060 ((uint8_t *)out_buf)[data->tx->len] = EC_SHI_PAST_END; in shi_npcx_backend_send()
|
| /subsys/bluetooth/audio/shell/ |
| A D | bap.c | 372 struct net_buf *out_buf) in encode_frame() argument 403 octets_per_frame, net_buf_tail(out_buf)); in encode_frame() 410 out_buf->len += octets_per_frame; in encode_frame() 416 struct net_buf *out_buf) in encode_frame_block() argument 425 if (encode_frame(sh_stream, i, frame_cnt, out_buf)) { in encode_frame_block() 433 static void do_lc3_encode(struct shell_stream *sh_stream, struct net_buf *out_buf) in do_lc3_encode() argument 441 frame_cnt += encode_frame_block(sh_stream, frame_cnt, out_buf); in do_lc3_encode()
|
Completed in 47 milliseconds