|
Platform Security Architecture — cryptography and keystore interface
Working draft
|
Typedefs | |
| typedef _unsigned_integral_type_ | psa_key_slot_t |
| Key slot number. More... | |
| typedef _unsigned_integral_type_ psa_key_slot_t |
Key slot number.
This type represents key slots. It must be an unsigned integral type. The choice of type is implementation-dependent. 0 is not a valid key slot number. The meaning of other values is implementation dependent.
At any given point in time, each key slot either contains a cryptographic object, or is empty. Key slots are persistent: once set, the cryptographic object remains in the key slot until explicitly destroyed.
1.8.13