Hello!
I have stored a PSK in the KMU of my nRF54L15, and now want to use it for a Lwm2m client DTLS connection.
According to Zephyr's documentation, the PSK must be provided in the clear on resource 5 in the Security object.
Is there any way to pass a psa_key_id_t instead? I don't want the PSK exposed to the CPU.
If there is no support currently, are there any plans to add it?