Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpas_glue.c19 size_t *msg_len, void **data_pos) in wpa_alloc_eapol()
131 size_t *msg_len, void **data_pos) in wpa_sm_alloc_eapol()
Desp_wps.c282 size_t *msg_len, void **data_pos) in wps_sm_alloc_eapol()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1302 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */ + 1 /* Z size */; in smp_calculate_f4() local
1413 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */ in smp_calculate_g2() local
1643 UINT8 msg_len = 1 /* Counter size */ + 4 /* keyID size */ + in smp_calculate_f5_mackey_or_long_term_key() local
1878 UINT8 msg_len = BT_OCTET16_LEN /* N1 size */ + BT_OCTET16_LEN /* N2 size */ + in smp_calculate_f6() local
2140 UINT8 msg_len = 4 /* KeyID size */; in smp_calculate_h6() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c224 struct net_buf_simple *bt_mesh_server_get_pub_msg(struct bt_mesh_model *model, uint16_t msg_len) in bt_mesh_server_get_pub_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c196 const uint8_t *enc_msg, size_t msg_len, in bt_mesh_ccm_decrypt()
355 const uint8_t *msg, size_t msg_len, in bt_mesh_ccm_encrypt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c929 UINT16 msg_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET); in gatts_process_primary_service_req() local
1117 UINT16 msg_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET), in gatts_process_read_by_type_req() local
Dgatt_main.c979 UINT16 msg_len; in gatt_data_process() local
/hal_espressif-latest/components/mbedtls/port/ecdsa/
Decdsa_alt.c127 const mbedtls_mpi *d, const unsigned char* msg, size_t msg_len) in esp_ecdsa_sign()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c237 u8 *msg, size_t msg_len, u8 *key_mic) in wpa_eapol_key_send()