Home
last modified time | relevance | path

Searched refs:SMP_ConstituteC1Step1Param (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.c76 SMP_ConstituteC1Step1Param( in SMP_LegacyPairMasterStep3()
166SMP_ConstituteC1Step1Param(SMP_ROLE_MASTER, SMP_GetPairMng()->peer.random, SMP_RANDOM_DATA_LEN, &c… in SMP_LegacyPairMasterStep7()
470SMP_ConstituteC1Step1Param(SMP_ROLE_SLAVE, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN, &c… in SMP_LegacyPairSlaveStep5()
538SMP_ConstituteC1Step1Param(SMP_ROLE_SLAVE, SMP_GetPairMng()->peer.random, SMP_RANDOM_DATA_LEN, &cr… in SMP_LegacyPairSlaveStep8()
H A Dsmp_tool.h149 void SMP_ConstituteC1Step1Param(uint8_t role, const uint8_t *random, uint8_t randomLen, SMP_CryptC1…
H A Dsmp_tool.c232 void SMP_ConstituteC1Step1Param(uint8_t role, const uint8_t *random, uint8_t randomLen, SMP_CryptC1… in SMP_ConstituteC1Step1Param() function