Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c192 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep7()
310 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep11()
580 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep10()
680 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep14()
865 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairOobSlaveStep11()
1024 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep3()
1097 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep6()
1173 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep9()
1251 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep12()
1331 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep15()
H A Dsmp_sc_initiator.c220 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep9()
312 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep12()
525 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep9()
651 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep14()
819 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairOobMasterStep11()
957 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep2()
1030 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep5()
1104 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep8()
1180 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep11()
1278 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep15()
H A Dsmp_oob.c129 int ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_GenerateScOobDataStep3()
H A Dsmp_tool.h168 int SMP_CryptographicAesCmacStep4(SMP_CryptAesCmacStep4Param *param);
H A Dsmp_tool.c650 int SMP_CryptographicAesCmacStep4(SMP_CryptAesCmacStep4Param *param) in SMP_CryptographicAesCmacStep4() function
H A Dsmp.c1712 int ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_GenerateSignatureStep2()