Searched refs:SMP_LongTermKeyCopy (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 187 void SMP_LongTermKeyCopy(uint8_t *destLtk, const uint8_t *sourceLtk, uint8_t encKeySize);
|
H A D | smp_legacy.c | 298 …SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->en… in SMP_LegacyPairMasterStep14() 673 …SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->en… in SMP_LegacyPairSlaveStep15()
|
H A D | smp_sc_accepter.c | 1198 SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, tmpLTK, SMP_GetPairMng()->encKeySize); in SMP_ScPairCommonSlaveStep10() 1199 SMP_LongTermKeyCopy(SMP_GetPairMng()->peer.LTK, tmpLTK, SMP_GetPairMng()->encKeySize); in SMP_ScPairCommonSlaveStep10()
|
H A D | smp_sc_initiator.c | 1127 SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, tempLTK, SMP_GetPairMng()->encKeySize); in SMP_ScPairCommonMasterStep9() 1128 SMP_LongTermKeyCopy(SMP_GetPairMng()->peer.LTK, tempLTK, SMP_GetPairMng()->encKeySize); in SMP_ScPairCommonMasterStep9()
|
H A D | smp_tool.c | 963 void SMP_LongTermKeyCopy(uint8_t *destLtk, const uint8_t *sourceLtk, uint8_t encKeySize) in SMP_LongTermKeyCopy() function
|