We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7761b16 commit 852345eCopy full SHA for 852345e
subsys/nrf_security/src/psa_crypto_driver_wrappers.c
@@ -1630,6 +1630,9 @@ psa_status_t psa_driver_wrapper_aead_decrypt_setup(psa_aead_operation_t *operati
1630
#if defined(PSA_CRYPTO_DRIVER_TFM_BUILTIN_KEY_LOADER)
1631
case TFM_BUILTIN_KEY_LOADER_KEY_LOCATION:
1632
#endif /* defined(PSA_CRYPTO_DRIVER_TFM_BUILTIN_KEY_LOADER) */
1633
+#if defined(PSA_NEED_CRACEN_PLATFORM_KEYS)
1634
+ case PSA_KEY_LOCATION_CRACEN:
1635
+#endif
1636
#if defined(PSA_NEED_CRACEN_KMU_DRIVER)
1637
case PSA_KEY_LOCATION_CRACEN_KMU:
1638
#endif
0 commit comments