Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.c92 SMP_CryptC1Step2Param cryptC1Step2Param; in SMP_LegacyPairMasterStep4() local
94 int ret = SMP_ConstituteC1Step2Param(encData, SMP_ROLE_MASTER, &cryptC1Step2Param); in SMP_LegacyPairMasterStep4()
99 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_MASTER_STEP_5, &cryptC1Step2Param); in SMP_LegacyPairMasterStep4()
181 SMP_CryptC1Step2Param cryptC1Step2Param; in SMP_LegacyPairMasterStep8() local
183 int ret = SMP_ConstituteC1Step2Param(encData, SMP_ROLE_MASTER, &cryptC1Step2Param); in SMP_LegacyPairMasterStep8()
188 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_MASTER_STEP_9, &cryptC1Step2Param); in SMP_LegacyPairMasterStep8()
487 SMP_CryptC1Step2Param cryptC1Step2Param; in SMP_LegacyPairSlaveStep6() local
489 int ret = SMP_ConstituteC1Step2Param(encData, SMP_ROLE_SLAVE, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep6()
493 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_SLAVE_STEP_7, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep6()
555 SMP_CryptC1Step2Param cryptC1Step2Param; in SMP_LegacyPairSlaveStep9() local
[all …]