Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_oob.c112 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_GenerateScOobDataStep3() local
124 cryptAesCmacStep4Param.stepA = SMP_GENERATE_SC_OOB_DATA_STEP_3; in SMP_GenerateScOobDataStep3()
125 cryptAesCmacStep4Param.stepB = SMP_GENERATE_SC_OOB_DATA_STEP_4; in SMP_GenerateScOobDataStep3()
126 cryptAesCmacStep4Param.pEncCmdData = encData->encCmd; in SMP_GenerateScOobDataStep3()
127 …(void)memcpy_s(cryptAesCmacStep4Param.X, CRYPT_AESCMAC_X_LEN, returnParam->encryptedData, CRYPT_AE… in SMP_GenerateScOobDataStep3()
128 cryptAesCmacStep4Param.isUsingHwAes128 = SMP_USING_HW_AES128_PAIR; in SMP_GenerateScOobDataStep3()
129 int ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_GenerateScOobDataStep3()
H A Dsmp_sc_accepter.c184 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericSlaveStep7() local
190 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep7()
303 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericSlaveStep11() local
308 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep11()
578 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep10()
678 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep14()
1022 &cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep3()
1095 &cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep6()
1171 &cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep9()
1249 &cryptAesCmacStep4Param); in SMP_ScPairCommonSlaveStep12()
[all …]
H A Dsmp_sc_initiator.c211 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericMasterStep9() local
218 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep9()
310 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep12()
523 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep9()
649 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep14()
817 &cryptAesCmacStep4Param); in SMP_ScPairOobMasterStep11()
955 &cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep2()
1028 &cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep5()
1102 &cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep8()
1178 &cryptAesCmacStep4Param); in SMP_ScPairCommonMasterStep11()
[all …]
H A Dsmp.c1693 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_GenerateSignatureStep2() local
1704 cryptAesCmacStep4Param.stepA = SMP_GENERATE_SIGNATURE_STEP_2; in SMP_GenerateSignatureStep2()
1705 cryptAesCmacStep4Param.stepB = SMP_GENERATE_SIGNATURE_STEP_3; in SMP_GenerateSignatureStep2()
1706 cryptAesCmacStep4Param.pEncCmdData = encData->encCmd; in SMP_GenerateSignatureStep2()
1707 (void)memcpy_s(cryptAesCmacStep4Param.X, in SMP_GenerateSignatureStep2()
1708 sizeof(cryptAesCmacStep4Param.X), in SMP_GenerateSignatureStep2()
1710 sizeof(cryptAesCmacStep4Param.X)); in SMP_GenerateSignatureStep2()
1711 cryptAesCmacStep4Param.isUsingHwAes128 = SMP_USING_HW_AES128_SIGN; in SMP_GenerateSignatureStep2()
1712 int ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_GenerateSignatureStep2()