mbed TLS v2.28.2
|
#include <crypto_struct.h>
Data Fields | |
psa_key_usage_t | usage |
psa_algorithm_t | alg |
psa_algorithm_t | alg2 |
Definition at line 259 of file crypto_struct.h.
psa_algorithm_t psa_key_policy_s::alg |
Definition at line 262 of file crypto_struct.h.
Referenced by psa_get_key_algorithm(), and psa_set_key_algorithm().
psa_algorithm_t psa_key_policy_s::alg2 |
Definition at line 263 of file crypto_struct.h.
Referenced by psa_get_key_enrollment_algorithm(), and psa_set_key_enrollment_algorithm().
psa_key_usage_t psa_key_policy_s::usage |
Definition at line 261 of file crypto_struct.h.
Referenced by psa_get_key_usage_flags(), and psa_set_key_usage_flags().