mbed TLS v2.24.0
|
#include <crypto_struct.h>
Data Fields | |
psa_key_usage_t | usage |
psa_algorithm_t | alg |
psa_algorithm_t | alg2 |
Definition at line 277 of file crypto_struct.h.
psa_algorithm_t psa_key_policy_s::alg |
Definition at line 280 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 281 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 279 of file crypto_struct.h.
Referenced by psa_get_key_usage_flags(), and psa_set_key_usage_flags().