Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.c79 int ret = SMP_CryptographicC1Step1(SMP_LEGACY_PAIR_MASTER_STEP_4, &cryptC1Step1Param); in SMP_LegacyPairMasterStep3()
168 int ret = SMP_CryptographicC1Step1(SMP_LEGACY_PAIR_MASTER_STEP_8, &cryptC1Step1Param); in SMP_LegacyPairMasterStep7()
472 int ret = SMP_CryptographicC1Step1(SMP_LEGACY_PAIR_SLAVE_STEP_6, &cryptC1Step1Param); in SMP_LegacyPairSlaveStep5()
540 int ret = SMP_CryptographicC1Step1(SMP_LEGACY_PAIR_SLAVE_STEP_9, &cryptC1Step1Param); in SMP_LegacyPairSlaveStep8()
H A Dsmp_tool.h150 int SMP_CryptographicC1Step1(uint16_t step, SMP_CryptC1Step1Param *param);
H A Dsmp_tool.c272 int SMP_CryptographicC1Step1(uint16_t step, SMP_CryptC1Step1Param *param) in SMP_CryptographicC1Step1() function