TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Definition at line 35 of file crypto.h.