Home
last modified time | relevance | path

Searched refs:randomizer (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h238 BT_OCTET16 randomizer; member
252 BT_OCTET16 randomizer; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dbt_common_hci.h1293 struct randomizer oob_r;
1419 struct randomizer oob_r_192;
1423 struct randomizer oob_r_256;
2019 struct randomizer oob_r;
2378 struct randomizer oob_r_192;
2382 struct randomizer oob_r_256;
Dbt_common_defines.h2854 struct randomizer struct
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1883 memcpy(p_cb->local_random, p_sc_oob_data->loc_oob_data.randomizer, in smp_process_secure_connection_oob_data()
1894 memcpy(p_cb->peer_random, p_sc_oob_data->peer_oob_data.randomizer, in smp_process_secure_connection_oob_data()
1943 memcpy(p_cb->sc_oob_data.loc_oob_data.randomizer, p_cb->rand, in smp_set_local_oob_random_commitment()
1948 p_cb->sc_oob_data.loc_oob_data.randomizer, 0, in smp_set_local_oob_random_commitment()
1966 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.randomizer; in smp_set_local_oob_random_commitment()