Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h65 bool isUsingHwAes128; member
73 bool isUsingHwAes128; member
H A Dsmp_tool.c581 param->isUsingHwAes128 = SMP_USING_HW_AES128_PAIR; in SMP_ConstituteAesCmacStep3Param()
619 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, encCmd, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep3()
627 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, encCmd, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep3()
646 param->isUsingHwAes128 = SMP_USING_HW_AES128_PAIR; in SMP_ConstituteAesCmacStep4Param()
669 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, param->pEncCmdData, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep4()
677 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, param->pEncCmdData, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep4()
H A Dsmp_oob.c128 cryptAesCmacStep4Param.isUsingHwAes128 = SMP_USING_HW_AES128_PAIR; in SMP_GenerateScOobDataStep3()
H A Dsmp.c1679 cryptAesCmacstep3Param.isUsingHwAes128 = SMP_USING_HW_AES128_SIGN; in SMP_GenerateSignatureStep1()
1711 cryptAesCmacStep4Param.isUsingHwAes128 = SMP_USING_HW_AES128_SIGN; in SMP_GenerateSignatureStep2()

Completed in 5 milliseconds