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 1882496 commit b1b08a6Copy full SHA for b1b08a6
tests/crypto/psa_crypto/src/key_agreement.c
@@ -44,7 +44,7 @@ ZTEST(psa_crypto_test, test_key_agreement_ecdh_25519)
44
psa_set_key_type(&attributes, PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_MONTGOMERY));
45
psa_set_key_usage_flags(&attributes, PSA_KEY_USAGE_DERIVE);
46
psa_set_key_algorithm(&attributes, PSA_ALG_ECDH);
47
- if (IS_ENABLED(CONFIG_TEST_WRAPPED_KEYS)){
+ if (IS_ENABLED(CONFIG_TEST_WRAPPED_KEYS)) {
48
psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(
49
PSA_KEY_PERSISTENCE_VOLATILE, 0));
50
}
0 commit comments