Home
last modified time | relevance | path

Searched refs:msg_len (Results 1 – 8 of 8) sorted by relevance

/subsys/bluetooth/host/
A Daes_ccm.c45 size_t mic_size, uint16_t msg_len, uint8_t b[16], in ccm_calculate_X0() argument
53 sys_put_be16(msg_len, b + 14); in ccm_calculate_X0()
103 const uint8_t *cleartext_msg, uint16_t msg_len, const uint8_t *aad, in ccm_auth() argument
110 last_blk = msg_len % 16; in ccm_auth()
111 blk_cnt = (msg_len + 15) / 16; in ccm_auth()
127 ccm_calculate_X0(key, aad, aad_len, mic_size, msg_len, b, Xn); in ccm_auth()
156 const uint8_t *in_msg, uint8_t *out_msg, uint16_t msg_len) in ccm_crypt() argument
163 last_blk = msg_len % 16; in ccm_crypt()
164 blk_cnt = (msg_len + 15) / 16; in ccm_crypt()
/subsys/net/lib/ocpp/
A Dcore.c73 rmsg.msg_len = strlen(buf); in ocpp_boot_notification()
117 rmsg.msg_len = strlen(buf); in ocpp_get_configuration()
176 rmsg.msg_len = strlen(buf); in ocpp_change_configuration()
219 rmsg.msg_len = strlen(buf); in ocpp_authorize()
250 rmsg.msg_len = strlen(buf); in ocpp_heartbeat()
301 rmsg.msg_len = strlen(buf); in ocpp_start_transaction()
375 rmsg.msg_len = strlen(buf); in ocpp_stop_transaction()
403 rmsg.msg_len = strlen(buf); in ocpp_remote_start_transaction()
446 rmsg.msg_len = strlen(buf); in ocpp_remote_stop_transaction()
472 rmsg.msg_len = strlen(buf); in ocpp_unlock_connector()
[all …]
A Docpp_wamp_rpc.c47 ret = websocket_send_msg(sock, snd->msg, snd->msg_len, in ocpp_send_to_server()
91 rcv->msg_len, in ocpp_receive_from_server()
A Docpp_i.h186 size_t msg_len; member
A Docpp.c524 rcv.msg_len = sizeof(ui->recv_buf); in ocpp_wsreader()
526 memset(ui->recv_buf, 0, rcv.msg_len); in ocpp_wsreader()
/subsys/logging/backends/
A Dlog_multidomain_backend.c38 uint32_t msg_len = Z_LOG_MSG_LEN(fsc_plen, dlen); in process() local
39 uint8_t buf[msg_len + sizeof(void *)] __aligned(sizeof(void *)); in process()
72 err = backend_remote->transport_api->send(backend_remote, out_msg, msg_len + msg_offset); in process()
/subsys/ipc/ipc_service/backends/
A Dipc_icbmsg.c698 size_t msg_len; in send_bound_message() local
703 msg_len = strlen(ept->cfg->name) + 1; in send_bound_message()
704 alloc_size = msg_len; in send_bound_message()
708 r = send_block(dev_data, MSG_BOUND, ept->addr, r, msg_len); in send_bound_message()
/subsys/bluetooth/host/classic/
A Drfcomm.c1588 uint16_t msg_len; in rfcomm_recv() local
1603 msg_len = BT_RFCOMM_GET_LEN_EXTENDED(hdr_ext->hdr.length, hdr_ext->second_length); in rfcomm_recv()
1606 msg_len = BT_RFCOMM_GET_LEN(hdr->length); in rfcomm_recv()
1610 if (buf->len < (hdr_len + msg_len + sizeof(fcs))) { in rfcomm_recv()
1612 hdr_len + msg_len + sizeof(fcs)); in rfcomm_recv()

Completed in 17 milliseconds