Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h90 } SMP_CryptC1Step1Param; typedef
149 …C1Step1Param(uint8_t role, const uint8_t *random, uint8_t randomLen, SMP_CryptC1Step1Param *param);
150 int SMP_CryptographicC1Step1(uint16_t step, SMP_CryptC1Step1Param *param);
H A Dsmp_legacy.c69 SMP_CryptC1Step1Param cryptC1Step1Param; in SMP_LegacyPairMasterStep3()
163 SMP_CryptC1Step1Param cryptC1Step1Param; in SMP_LegacyPairMasterStep7()
463 SMP_CryptC1Step1Param cryptC1Step1Param; in SMP_LegacyPairSlaveStep5()
535 SMP_CryptC1Step1Param cryptC1Step1Param; in SMP_LegacyPairSlaveStep8()
H A Dsmp_tool.c232 …eC1Step1Param(uint8_t role, const uint8_t *random, uint8_t randomLen, SMP_CryptC1Step1Param *param) in SMP_ConstituteC1Step1Param()
272 int SMP_CryptographicC1Step1(uint16_t step, SMP_CryptC1Step1Param *param) in SMP_CryptographicC1Step1()