keymaster_key_characteristics_t Struct Reference
  
   #include <
   
    keymaster_defs.h
   
   >
  
 
| Data Fields | |
| keymaster_key_param_set_t | hw_enforced | 
| keymaster_key_param_set_t | sw_enforced | 
Detailed Description
Parameters that define a key's characteristics, including authorized modes of usage and access control restrictions. The parameters are divided into two categories, those that are enforced by secure hardware, and those that are not. For a software-only keymaster implementation the enforced array must NULL. Hardware implementations must enforce everything in the enforced array.
Definition at line 310 of file keymaster_defs.h .
Field Documentation
| keymaster_key_param_set_t hw_enforced | 
Definition at line 311 of file keymaster_defs.h .
| keymaster_key_param_set_t sw_enforced | 
Definition at line 312 of file keymaster_defs.h .
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ keymaster_defs.h
