Home
last modified time | relevance | path

Searched refs:commitment (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h239 BT_OCTET16 commitment; member
253 BT_OCTET16 commitment; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1213 p_cb->commitment); in smp_calculate_local_commitment()
1219 random_input, p_cb->commitment); in smp_calculate_local_commitment()
1224 p_cb->commitment); in smp_calculate_local_commitment()
Dsmp_act.c1896 memcpy(p_cb->remote_commitment, p_sc_oob_data->peer_oob_data.commitment, in smp_process_secure_connection_oob_data()
1949 p_cb->sc_oob_data.loc_oob_data.commitment); in smp_set_local_oob_random_commitment()
1970 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.commitment; in smp_set_local_oob_random_commitment()
Dsmp_utils.c757 ARRAY_TO_STREAM (p, p_cb->commitment, BT_OCTET16_LEN); in smp_build_pairing_commitment_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h288 BT_OCTET16 commitment; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c530 memcpy(&oob.peer_oob_data.commitment, p_c, BT_OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4843 … memcpy(sec_event.local_oob_data.local_oob_c, p_data->local_oob_data.commitment, BT_OCTET16_LEN); in bta_dm_ble_smp_cback()