Searched defs:rand (Results 1 – 14 of 14) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.cc | 89 void smp_proc_passkey(tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_proc_passkey() 201 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_generate_csrk() 318 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, in smp_calculate_comfirm() 399 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_generate_srand_mrand_confirm() 404 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_generate_srand_mrand_confirm() 486 static void smp_generate_y(tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_generate_y() 550 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_generate_ltk() 614 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_create_private_key() 617 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_create_private_key() 620 [](tSMP_CB* p_cb, BT_OCTET8 rand) { in smp_create_private_key() [all …]
|
D | smp_int.h | 246 Octet16 rand; /* for SC this is local nonce */ member
|
/system/bt/osi/src/ |
D | osi.cc | 36 int rand; in osi_rand() local
|
/system/core/fs_mgr/libsnapshot/ |
D | test_helpers.cpp | 92 unique_fd rand(open("/dev/urandom", O_RDONLY)); in WriteRandomData() local 132 unique_fd rand(open("/dev/urandom", O_RDONLY)); in WriteRandomData() local
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 385 std::optional<std::array<uint8_t, 8>> rand; /* Legacy only */ in ReceiveKeys() local 455 std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, in SendKeys()
|
D | pairing_handler_le.h | 136 …tEncryption(const InitialInformations& i, uint16_t conn_handle, const std::array<uint8_t, 8>& rand, in SendHciLeStartEncryption()
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 2041 btsnd_hcic_ble_rand(base::Bind([](BT_OCTET8 rand) { in btm_ble_reset_id() 2045 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id() 2048 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id() 2051 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id()
|
D | btm_ble_addr.cc | 149 uint8_t rand[3]; in rpa_matches_irk() local
|
D | security_device_record.h | 80 BT_OCTET8 rand; /* random vector for LTK generation */ member
|
/system/netd/server/ |
D | ClatdControllerTest.cpp | 137 uint32_t rand = arc4random_uniform(0xffffffff); in TEST_F() local
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 262 std::uniform_real_distribution<> rand(0.8, 1.2); in TEST() local
|
/system/bt/gd/hci/ |
D | hci_layer_test.cc | 642 uint64_t rand = 0x0123456789abcdef; in TEST_F() local
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 2793 uint16_t handle, std::array<uint8_t, 8> rand, uint16_t ediv, in HandleLeEnableEncryption() 2806 std::array<uint8_t, 8> rand, in LeEnableEncryption()
|
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 500 BT_OCTET8 rand; member
|