Mbed TLS v2.28.9
Loading...
Searching...
No Matches
psa_key_policy_s Struct Reference

#include <crypto_struct.h>

Data Fields

psa_key_usage_t usage
 
psa_algorithm_t alg
 
psa_algorithm_t alg2
 

Detailed Description

Definition at line 237 of file crypto_struct.h.

Field Documentation

◆ alg

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().

◆ alg2

psa_algorithm_t psa_key_policy_s::alg2

◆ usage

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().


The documentation for this struct was generated from the following file: