Platform Security Architecture — cryptography and keystore interface  beta 2 — 2019-02-22
Typedefs
Implementation-specific definitions

Typedefs

typedef _unsigned_integral_type_ psa_key_handle_t
 Key handle. More...
 

Detailed Description

Typedef Documentation

typedef _unsigned_integral_type_ psa_key_handle_t

Key handle.

This type represents open handles to keys. It must be an unsigned integral type. The choice of type is implementation-dependent.

0 is not a valid key handle. How other handle values are assigned is implementation-dependent.