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 0c055f6 commit 37d82a8Copy full SHA for 37d82a8
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c
@@ -1384,13 +1384,10 @@ void psa_crypto_generator_operations( void )
1384
SPM_PANIC("SPM read length mismatch");
1385
}
1386
1387
- status = check_spm_key_acl(msg.handle, psa_crypto_ipc.key);
1388
- if (status == PSA_SUCCESS) {
1389
- status = psa_key_agreement( msg.rhandle, psa_crypto_ipc.key,
1390
- private_key,
1391
- msg.in_size[1],//private_key length
1392
- psa_crypto_ipc.alg );
1393
- }
+ status = psa_key_agreement( msg.rhandle, psa_crypto_ipc.key,
+ private_key,
+ msg.in_size[1],//private_key length
+ psa_crypto_ipc.alg );
1394
1395
break;
1396
0 commit comments