Home
last modified time | relevance | path

Searched refs:CRYPT_AESCMAC_IN_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h37 #define CRYPT_AESCMAC_IN_LEN 16 macro
42 uint8_t input[CRYPT_AESCMAC_IN_LEN];
48 uint8_t input1[CRYPT_AESCMAC_IN_LEN];
49 uint8_t input2[CRYPT_AESCMAC_IN_LEN];
H A Dsmp_tool.c565 SMP_MemoryReverseCopy(cryptAesCmacStep1Param.input, encData->encRetParam->encryptedData, CRYPT_AESCMAC_IN_LEN); in SMP_ConstituteAesCmacStep3Param()
568 cryptAesCmacStep2Param.input1, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output1, CRYPT_AESCMAC_IN_LEN); in SMP_ConstituteAesCmacStep3Param()
570 cryptAesCmacStep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output2, CRYPT_AESCMAC_IN_LEN); in SMP_ConstituteAesCmacStep3Param()
H A Dsmp.c1662 cryptAesCmacstep2Param.input1, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1parm.output1, CRYPT_AESCMAC_IN_LEN); in SMP_GenerateSignatureStep1()
1664 cryptAesCmacstep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1parm.output2, CRYPT_AESCMAC_IN_LEN); in SMP_GenerateSignatureStep1()

Completed in 5 milliseconds