Ronald Cron ea0f8a6d1a psa: se: Create key context in SE key slots
In key slots containing the description of a key of a
dynamically registered Secure Element (SE), store the
key slot number in a key context as defined in the
PSA driver interface for opaque drivers.

That way transparent key data and slot numbers are
, in a key slot, both stored in a dynamically allocated
buffer. The `data` union in structures of type
psa_key_slot_t to distinguish between the storage of
transparent key data and slot numbers is consequently
not necessary anymore and thus removed.

This alignement of some part of the code dedicated to
dynamically registered SE with the PSA driver interface
specification is done to ease the support of both
dynamically registered and statically defined secure
elements.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2021-02-02 11:29:07 +01:00
..
2021-01-29 11:09:50 +01:00
2020-12-09 15:05:22 +00:00
2021-01-26 12:01:22 +01:00
2020-11-16 15:02:16 +01:00
2020-12-09 15:05:22 +00:00
2020-09-22 11:57:16 +02:00
2020-11-13 09:20:18 +00:00
2020-09-01 11:04:53 +02:00