Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c563 SMP_CryptAesCmacStep1Param cryptAesCmacStep1Param; in SMP_ConstituteAesCmacStep3Param() local
565 …SMP_MemoryReverseCopy(cryptAesCmacStep1Param.input, encData->encRetParam->encryptedData, CRYPT_AES… in SMP_ConstituteAesCmacStep3Param()
566 SMP_CryptographicAesCmacStep1(&cryptAesCmacStep1Param); in SMP_ConstituteAesCmacStep3Param()
568 …cryptAesCmacStep2Param.input1, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output1, CRYPT_AESCMAC… in SMP_ConstituteAesCmacStep3Param()
570 …cryptAesCmacStep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output2, CRYPT_AESCMAC… in SMP_ConstituteAesCmacStep3Param()