Searched defs:key_cache_s (Results 1 – 1 of 1) sorted by relevance
12 typedef struct key_cache_s { struct13 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 */