Home
last modified time | relevance | path

Searched refs:sys_put_be32 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h283 static inline void sys_put_be32(uint32_t val, uint8_t dst[4]) in sys_put_be32() function
301 sys_put_be32(val, &dst[2]); in sys_put_be48()
315 sys_put_be32(val >> 32, dst); in sys_put_be64()
316 sys_put_be32(val, &dst[4]); in sys_put_be64()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c539 sys_put_be32(iv_index, &nonce[9]); in create_proxy_nonce()
566 sys_put_be32(iv_index, &nonce[9]); in create_net_nonce()
578 sys_put_be32(iv_index, &priv_rand[5]); in bt_mesh_net_obfuscate()
665 sys_put_be32((seq_num | ((uint32_t)aszmic << 31)), &nonce[1]); in create_app_nonce()
670 sys_put_be32(iv_index, &nonce[9]); in create_app_nonce()
865 sys_put_be32(iv_index, &msg[9]); in bt_mesh_beacon_auth()
Dprov.c768 sys_put_be32(num, &link.auth[12]); in prov_auth()
918 sys_put_be32(num, &link.auth[12]); in bt_mesh_input_number()
Dprovisioner_prov.c1990 sys_put_be32(num, &link[idx].auth[12]);
2418 sys_put_be32(prov_ctx.fast_prov.iv_index, &pdu[19]);
2428 sys_put_be32(prov_ctx.curr_iv_index, &pdu[19]);
Dtransport.c1311 sys_put_be32(block, &buf[2]); in send_ack()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c107 sys_put_be32(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be32()
195 sys_put_be32(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be32()