Structure storing the key usage policies. More...
Structure storing the key usage policies.
Definition at line 35 of file crypto_struct.h.
#include <crypto_struct.h>
Data Fields | |
psa_key_usage_t | usage |
Key usage policy. | |
psa_algorithm_t | alg |
Algorithm for key usage. | |
psa_algorithm_t psa_key_policy_s::alg |
Algorithm for key usage.
Definition at line 37 of file crypto_struct.h.
psa_key_usage_t psa_key_policy_s::usage |
Key usage policy.
Definition at line 36 of file crypto_struct.h.