Searched refs:isUsingHwAes128 (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 65 bool isUsingHwAes128; member 73 bool isUsingHwAes128; member
|
H A D | smp_tool.c | 581 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 D | smp_oob.c | 128 cryptAesCmacStep4Param.isUsingHwAes128 = SMP_USING_HW_AES128_PAIR; in SMP_GenerateScOobDataStep3()
|
H A D | smp.c | 1679 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