Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1651 SMP_CryptAesCmacStep1Param cryptAesCmacStep1parm; in SMP_GenerateSignatureStep1() local
1659 SMP_MemoryReverseCopy(cryptAesCmacStep1parm.input, returnParam->encryptedData, sizeof(cryptAesCmacStep1parm.input)); in SMP_GenerateSignatureStep1()
1660 SMP_CryptographicAesCmacStep1(&cryptAesCmacStep1parm); in SMP_GenerateSignatureStep1()
1662 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 3 milliseconds