We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e74e09 commit faf5fcfCopy full SHA for faf5fcf
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c
@@ -767,7 +767,7 @@ static void psa_aead_operation()
767
psa_msg_t msg = { 0 };
768
psa_status_t status = PSA_SUCCESS;
769
770
- if (PSA_SUCCESS != psa_get(PSA_ASYMMPSA_AEADETRIC, &msg)) {
+ if (PSA_SUCCESS != psa_get(PSA_AEAD, &msg)) {
771
return;
772
}
773
switch (msg.type) {
0 commit comments