-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[crypto] PSA crypto PAL improvements #26741
Merged
yufengwangca
merged 1 commit into
project-chip:master
from
ARM-software:upstream/crypto-pal-impr
May 31, 2023
Merged
[crypto] PSA crypto PAL improvements #26741
yufengwangca
merged 1 commit into
project-chip:master
from
ARM-software:upstream/crypto-pal-impr
May 31, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
amitnj,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple,
kcoppock,
kkasperczyk-no,
ksperling-apple,
lazarkov and
lpbeliveau-silabs
May 23, 2023 10:19
pullapprove
bot
requested review from
mspang,
nivi-apple,
robszewczyk,
saurabhst,
selissia,
sharadb-amazon,
tcarmelveilleux,
tecimovic and
turon
May 23, 2023 10:19
pullapprove
bot
requested review from
vijs,
vivien-apple,
woody-apple,
xylophone21,
younghak-hwang,
yufengwangca and
yunhanw-google
May 23, 2023 10:19
PR #26741: Size comparison from 1efbaf6 to 491997b Increases (14 builds for bl602, bl702, cc32xx, psoc6, telink)
Decreases (8 builds for bl602, esp32, psoc6, qpg, telink)
Full report (41 builds for bl602, bl702, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Damian-Nordic
approved these changes
May 23, 2023
ATmobica
force-pushed
the
upstream/crypto-pal-impr
branch
from
May 24, 2023 14:27
491997b
to
64f1b11
Compare
PR #26741: Size comparison from 5181fc9 to 64f1b11 Increases (10 builds for bl602, bl702, cc32xx, cyw30739, telink)
Decreases (8 builds for bl602, bl702, efr32, esp32, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Damian-Nordic
approved these changes
May 24, 2023
Use correct type to refer to key id. Fix AES CCM encrypt/decrypt function - null arguments validation. Remove mbedtls PSA crypto condition - it isn't valid for external PSA crypto source such as TF-M. Signed-off-by: Vincent Coubard <[email protected]>
ATmobica
force-pushed
the
upstream/crypto-pal-impr
branch
from
May 24, 2023 20:28
64f1b11
to
f47ce02
Compare
PR #26741: Size comparison from 6ce2412 to f47ce02 Increases (9 builds for bl602, cc32xx, psoc6, telink)
Decreases (11 builds for bl702, efr32, esp32, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
jmartinez-silabs
approved these changes
May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improve usage of external mbedtls in the crypto module.
PSA crypto PAL improvements: