-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Silabs] AES_CCM_encrypt/decrypt output buffers fixed. #37580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Silabs] AES_CCM_encrypt/decrypt output buffers fixed. #37580
Conversation
3d8efa8 to
bc646ee
Compare
jmartinez-silabs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should AES_CCM_decrypt be updated too?
e407e3a to
56073f5
Compare
56073f5 to
54e6cac
Compare
Yes. I have updated the PR, and applied the same fix to the AES_CCM_decrypt function. |
|
PR #37580: Size comparison from 0086ee2 to 54e6cac Full report (3 builds for cc32xx, stm32)
|
54e6cac to
820aa28
Compare
|
PR #37580: Size comparison from ccbc1f2 to 820aa28 Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
0b598de to
66e2697
Compare
66e2697 to
70ade58
Compare
|
PR #37580: Size comparison from ccbc1f2 to 70ade58 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
|
PR #37580: Size comparison from 207cdfa to 3050513 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review.
…37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review.
…37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review.
…37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review.
…37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review.
…ore (#41143) * [Silabs] PSA Crypto PAL customized for EFR32. (#36575) * [Silabs] PSA Crypto PAL customized for EFR32. * Pull request #2067: Provision SPAM (#36404) Merge in WMN_TOOLS/matter from provision_SPAM to dev/provision_source_code Squashed commit of the following: commit ae6d6bd09b963838fa8ae70efefa0770c33c5b73 Author: lpbeliveau-silabs <[email protected]> Date: Wed Sep 25 11:08:23 2024 -0400 Updated the GsdkSpam for series 3 now that provisioning relies on it commit fb0cb797ca3eea51856e2b62e5b2c0a4dfb8cac3 Author: lpbeliveau-silabs <[email protected]> Date: Tue Sep 24 17:53:54 2024 -0400 Updated provisioning to use Silabs Platform Abstraction Manager Co-authored-by: Andrei Litvin <[email protected]> * [Silabs] Trustzone-compatibility. (#36643) * [Silabs] Bugfix: PSA Crypto keystore for Wi-fi. (#36963) * [Silabs] Provision: Dynamic buffer allocation. (#36964) * [Silabs] Provision: Dynamic buffer allocation. * Code review. * [Silabs] AES_CCM_encrypt/decrypt output buffers fixed. (#37580) * [Silabs] AES_CCM_decrypt output buffer fixed. * Code review. * [Silabs] Bugfix: PSA AEAD encryption/decryption fixed. (#37663) * [Silabs] Update silabs sdks versions (#37034) * Bump submodule for sdk updates and docker image version * Update files and libs pulled from sisdk. add -fno-lto ld flag. update mg24 linkerfile * Bring PSA crypto changes from sisdk Co-authored-by: Ricardo Casallas <[email protected]> * fixup merge conflict on CHIPCryptoPALPsaEfr32.cpp * Update mgm24 linkerfile. add no-lto to test-driver * update mg26 linkerfile * Adds mbedTLS 3.x support with tinycrypt uECC APIs (#132) * [SL-UP] Add BRD4338A support for Wiseconnect 3.4 in GN (#104) * Update for siwx917 * Changes for wifi sdk 3.4.0 (#89) * fix slc-gen build * fix wifi ncp build * Fixup nxp submodule desync * Fix ot_lib builds * Fix linking issue with coapi lib. address comments * Cleanup commented lines and bump merged matter_support sha * move some psa define from coap config to the right header * Add segger_rtt reference in linkerfile * fix rebase to master conflict issue --------- Co-authored-by: Ricardo Casallas <[email protected]> Co-authored-by: Rohan Sahay <[email protected]> Co-authored-by: Mathieu Kardous <[email protected]> Co-authored-by: bhmanda-silabs <[email protected]> * Split UniqueId and PersistentUniqueId (#36292) * Update specific changes * Update src/platform/silabs/platformAbstraction/WiseMcuSpam.cpp --------- Co-authored-by: Ricardo Casallas <[email protected]> Co-authored-by: lpbeliveau-silabs <[email protected]> Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Junior Martinez <[email protected]> Co-authored-by: Rohan Sahay <[email protected]> Co-authored-by: bhmanda-silabs <[email protected]>
Testing