mbedtls/include/psa
Gilles Peskine 2d2bb1dd04 Define some structure for lifetime values
* Lower 8 bits: persistence level
    * 0: volatile
    * 1: persistent (default)
    * 2-127: persistent (reserved for future PSA specifications)
    * 128-254: persistent (reserved for vendors)
    * 255: read-only
* Upper 24 bits: location indicator
    * 0: built-in
    * 1: primary secure element
    * 2-0x7fffff: reserved for future PSA specifications
    * 0x800000-0xffffff: vendor-specific

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-05-11 11:14:51 +02:00
..
crypto_accel_driver.h Pacify check-names.sh 2019-03-06 18:29:57 +01:00
crypto_compat.h Change the compatibility API to inline functions 2020-02-10 17:26:22 +00:00
crypto_driver_common.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_entropy_driver.h Doxygen changes to match the code changes. clarifications. 2019-02-15 17:23:42 -06:00
crypto_extra.h Change the encoding of key types to have a parity bit 2020-01-31 10:24:21 +01:00
crypto_platform.h Merge pull request #139 from Patater/des-faster-and-typo-fix 2019-09-04 12:18:39 +01:00
crypto_se_driver.h SE driver: validate_slot_number: support changing persistent data 2019-10-01 14:27:23 +02:00
crypto_sizes.h Define EC curve family constants 2020-01-31 10:15:32 +01:00
crypto_struct.h Change key types to a 16-bit encoding 2020-01-31 10:24:21 +01:00
crypto_types.h Define some structure for lifetime values 2020-05-11 11:14:51 +02:00
crypto_values.h Define some structure for lifetime values 2020-05-11 11:14:51 +02:00
crypto.h Define EC curve family constants 2020-01-31 10:15:32 +01:00