Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c170 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericSlaveStep6()
288 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericSlaveStep10()
558 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairPasskeyEntrySlaveStep9()
658 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairPasskeyEntrySlaveStep13()
846 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairOobSlaveStep10()
1003 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonSlaveStep2()
1075 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonSlaveStep5()
1151 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonSlaveStep8()
1230 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonSlaveStep11()
1311 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonSlaveStep14()
H A Dsmp_sc_initiator.c198 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericMasterStep8()
290 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericMasterStep11()
503 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairPasskeyEntryMasterStep8()
629 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairPasskeyEntryMasterStep13()
797 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairOobMasterStep10()
935 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonMasterStep1()
1008 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonMasterStep4()
1082 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonMasterStep7()
1158 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonMasterStep10()
1256 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairCommonMasterStep14()
H A Dsmp_oob.c97 ret = SMP_CryptographicAesCmacStep3(&cryptAescmacStep3Param); in SMP_GenerateScOobDataStep2()
H A Dsmp_tool.h165 int SMP_CryptographicAesCmacStep3(const SMP_CryptAesCmacStep3Param *param);
H A Dsmp_tool.c584 int SMP_CryptographicAesCmacStep3(const SMP_CryptAesCmacStep3Param *param) in SMP_CryptographicAesCmacStep3() function
H A Dsmp.c1680 int ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacstep3Param); in SMP_GenerateSignatureStep1()