Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c564 SMP_CryptAesCmacStep2Param cryptAesCmacStep2Param; in SMP_ConstituteAesCmacStep3Param() local
568cryptAesCmacStep2Param.input1, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output1, CRYPT_AESCMAC… in SMP_ConstituteAesCmacStep3Param()
570cryptAesCmacStep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output2, CRYPT_AESCMAC… in SMP_ConstituteAesCmacStep3Param()
571 cryptAesCmacStep2Param.input3 = data; in SMP_ConstituteAesCmacStep3Param()
572 cryptAesCmacStep2Param.length = dataLen; in SMP_ConstituteAesCmacStep3Param()
573 SMP_CryptographicAesCmacStep2(&cryptAesCmacStep2Param); in SMP_ConstituteAesCmacStep3Param()
577 …param->aesCmacOutput, SMP_AES_CMAC_OUTPUT_LEN, cryptAesCmacStep2Param.output, SMP_AES_CMAC_OUTPUT_… in SMP_ConstituteAesCmacStep3Param()
579 param->n = cryptAesCmacStep2Param.n; in SMP_ConstituteAesCmacStep3Param()