mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-31 08:47:03 -04:00

Pass information via a key attribute structure rather than as separate parameters to psa_crypto_storage functions. This makes it easier to maintain the code when the metadata of a key evolves. This has negligible impact on code size (+4B with "gcc -Os" on x86_64).