Type Alias esp_idf_sys::psa_key_attributes_flag_t
source ยท pub type psa_key_attributes_flag_t = u16;
Expand description
A mask of flags that can be stored in key attributes.
This type is also used internally to store flags in slots. Internal flags are defined in library/psa_crypto_core.h. Internal flags may have the same value as external flags if they are properly handled during key creation and in psa_get_key_attributes.