Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api_types.h228 BT_OCTET16 commitment; member
242 BT_OCTET16 commitment; member
/system/bt/stack/smp/
Dsmp_keys.cc914 0, p_cb->commitment); in smp_calculate_local_commitment()
921 random_input, p_cb->commitment); in smp_calculate_local_commitment()
927 p_cb->local_random, 0, p_cb->commitment); in smp_calculate_local_commitment()
Dsmp_act.cc1809 memcpy(p_cb->remote_commitment, p_sc_oob_data->peer_oob_data.commitment, in smp_process_secure_connection_oob_data()
1863 p_cb->sc_oob_data.loc_oob_data.commitment); in smp_set_local_oob_random_commitment()
1882 p_print = (uint8_t*)&p_cb->sc_oob_data.loc_oob_data.commitment; in smp_set_local_oob_random_commitment()
Dsmp_int.h282 BT_OCTET16 commitment; member
Dsmp_utils.cc718 ARRAY_TO_STREAM(p, p_cb->commitment, BT_OCTET16_LEN); in smp_build_pairing_commitment_cmd()
/system/bt/stack/btm/
Dbtm_ble.cc480 memcpy(&oob.peer_oob_data.commitment, p_c, BT_OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()