mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-25 04:58:51 +02:00
Allow the core to call the "get_builtin_key" entry point to retrieve the attributes of a built-in key. This is useful to implement psa_get_key_attributes(), and also when the key data buffer's size depends on the key type and size. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>