Searched refs:IRK (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_send.c | 124 SMP_GetLocalIrk(SMP_GetPairMng()->local.IRK, sizeof(SMP_GetPairMng()->local.IRK)); in SMP_SendDistKeysToRemoteIdKey() 125 (void)memcpy_s(irkTemp, SMP_IRK_LEN, SMP_GetPairMng()->local.IRK, SMP_IRK_LEN); in SMP_SendDistKeysToRemoteIdKey()
|
H A D | smp_def.h | 146 uint8_t IRK[SMP_IRK_LEN]; member
|
H A D | smp_receive.c | 791 if (memcpy_s(SMP_GetPairMng()->peer.IRK, SMP_IRK_LEN, (uint8_t *)BufferPtr(buffer), SMP_IRK_LEN) != EOK) { in SMP_RecvIdentInfoProcessMaster() 843 if (memcpy_s(SMP_GetPairMng()->peer.IRK, SMP_IRK_LEN, (uint8_t *)BufferPtr(buffer), SMP_IRK_LEN) != EOK) { in SMP_RecvIdentInfoProcessSlave()
|
H A D | smp.c | 1590 (void)memcpy_s(pairResult.localIRK, SMP_IRK_LEN, g_smpPairMng.local.IRK, SMP_IRK_LEN); in SMP_GenPairRetNormal() 1592 (void)memcpy_s(pairResult.peerIRK, SMP_IRK_LEN, g_smpPairMng.peer.IRK, SMP_IRK_LEN); in SMP_GenPairRetNormal()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_def.h | 270 uint8_t IRK[GAP_IRK_SIZE]; member
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 408 (void)JSON_AddStringToObject(json, IRK, "peerIrk"); in HWTEST_F() 437 (void)JSON_AddStringToObject(json, IRK, "peerIrk"); in HWTEST_F() 690 (void)JSON_AddStringToObject(obj, "IRK", "1222222222"); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 144 #define IRK "IRK" macro 1321 (void)JSON_AddStringToObject(json, IRK, peerIrk); in PackCipherRpaInfo() 1343 !JSON_GetStringFromOject(json, IRK, peerIrk, LFINDER_IRK_STR_LEN) || in UnpackCipherRpaInfo()
|
Completed in 13 milliseconds