Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.c99 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_MASTER_STEP_5, &cryptC1Step2Param); in SMP_LegacyPairMasterStep4()
188 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_MASTER_STEP_9, &cryptC1Step2Param); in SMP_LegacyPairMasterStep8()
493 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_SLAVE_STEP_7, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep6()
561 ret = SMP_CryptographicC1Step2(SMP_LEGACY_PAIR_SLAVE_STEP_10, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep9()
H A Dsmp_tool.h152 int SMP_CryptographicC1Step2(uint16_t step, SMP_CryptC1Step2Param *param);
H A Dsmp_tool.c318 int SMP_CryptographicC1Step2(uint16_t step, SMP_CryptC1Step2Param *param) in SMP_CryptographicC1Step2() function