mirror of
https://github.com/cuberite/polarssl.git
synced 2025-11-24 06:52:47 -05: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>