Mbed TLS v2.28.8
|
#include <crypto_struct.h>
Data Fields | |
psa_key_usage_t | usage |
psa_algorithm_t | alg |
psa_algorithm_t | alg2 |
Definition at line 237 of file crypto_struct.h.
psa_algorithm_t psa_key_policy_s::alg |
Definition at line 239 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 240 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 238 of file crypto_struct.h.
Referenced by psa_get_key_usage_flags(), and psa_set_key_usage_flags().