Home
last modified time | relevance | path

Searched defs:key_cache_s (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/mbedtls/
H A Dmbedtls_psa_crypto.h12 typedef struct key_cache_s { struct
13 const char *pk_oid; /* Store OID of the public key */
14 psa_key_id_t key_id; /* PSA key ID */
15 psa_algorithm_t psa_alg; /* PSA Algorithm associated with the key */
16 psa_key_attributes_t psa_key_attr; /* PSA key attributes associated with the key */
17 bool valid; /* Whether this cache entry is valid */