mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-13 10:19:53 +08: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>