Home
last modified time | relevance | path

Searched refs:IRK (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_send.c124 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 Dsmp_def.h146 uint8_t IRK[SMP_IRK_LEN]; member
H A Dsmp_receive.c791 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 Dsmp.c1590 (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 Dgap_def.h270 uint8_t IRK[GAP_IRK_SIZE]; member
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp408 (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 Dauth_session_json.c144 #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