Home
last modified time | relevance | path

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

/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_AESCMAC_X_LEN); 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()
192 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep7()
303 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericSlaveStep11() local
308 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep11()
310 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericSlaveStep11()
573 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairPasskeyEntrySlaveStep10() local
578 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep10()
580 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntrySlaveStep10()
673 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairPasskeyEntrySlaveStep14() local
861 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairOobSlaveStep11() local
1017 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonSlaveStep3() local
1090 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonSlaveStep6() local
1166 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonSlaveStep9() local
1244 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonSlaveStep12() local
1324 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonSlaveStep15() local
[all...]
H A Dsmp_sc_initiator.c211 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericMasterStep9() local
218 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep9()
220 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep9()
305 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairJustworkOrNumericMasterStep12() local
310 &cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep12()
312 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairJustworkOrNumericMasterStep12()
518 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairPasskeyEntryMasterStep9() local
523 &cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep9()
525 ret = SMP_CryptographicAesCmacStep4(&cryptAesCmacStep4Param); in SMP_ScPairPasskeyEntryMasterStep9()
644 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; in SMP_ScPairPasskeyEntryMasterStep14() local
810 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairOobMasterStep11() local
950 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonMasterStep2() local
1023 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonMasterStep5() local
1097 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonMasterStep8() local
1171 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonMasterStep11() local
1271 SMP_CryptAesCmacStep4Param cryptAesCmacStep4Param; SMP_ScPairCommonMasterStep15() local
[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()

Completed in 8 milliseconds