Searched refs:IRK (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/tools/irk-calculator/ |
D | README.mkdn | 1 IRK Calculator 5 This tool is used to verify an IRK + RPA pair and generate an RPA from an IRK. 11 irk-calculator --command <COMMAND> --irk <IRK> --address <ADDRESS> 17 -i, --irk <IRK> 24 IRK = Identity Resolving Key (see BT Spec for more) 31 IRK: 0102030405060708090a0b0c0d0e0f10 34 IRK: 0102030405060708090a0b0c0d0e0f10 43 IRK Byte Array: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 62 IRK + Address combination is valid: true 66 IRK Byte Array: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] [all …]
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 263 …Octet16 IRK{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, 0x34, 0x10, 0x10, 0xa6, 0x0a, 0x39, 0x… in TEST() local 270 std::reverse(std::begin(IRK), std::end(IRK)); in TEST() 275 Octet16 result = aes_128(IRK, prand); in TEST()
|