Home
last modified time | relevance | path

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

/system/bt/gd/security/record/
Dsecurity_record_storage.cc68 std::copy_n(record->remote_rand->data(), record->remote_rand->size(), penc_keys.data() + 16); in SetLeData()
160 record->remote_rand = std::make_optional<std::array<uint8_t, 8>>(); in LoadSecurityRecords()
164 std::copy_n(peer_encryption_keys->data() + 16, 8, record->remote_rand->data()); in LoadSecurityRecords()
Dsecurity_record_storage_test.cc87 std::array<uint8_t, 8> remote_rand{0x48, 0xac, 0x91, 0xf4, 0xef, 0x6d, 0x41, 0x10}; in TEST_F() local
99 record->remote_rand = remote_rand; in TEST_F()
Dsecurity_record.h133 std::optional<std::array<uint8_t, 8>> remote_rand; variable
/system/bt/gd/security/
Dinitial_informations.h44 std::optional<std::array<uint8_t, 8>> remote_rand; member
Dpairing_handler_le.cc448 .remote_rand = rand, in ReceiveKeys()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc718 record->remote_rand = result.distributed_keys.remote_rand; in OnPairingFinished()