We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87af66 commit 9de5eb0Copy full SHA for 9de5eb0
include/psa/crypto_struct.h
@@ -279,14 +279,6 @@ static inline struct psa_key_attributes_s psa_key_attributes_init( void )
279
return( v );
280
}
281
282
-static inline void psa_make_key_persistent(psa_key_attributes_t *attributes,
283
- psa_key_id_t id,
284
- psa_key_lifetime_t lifetime)
285
-{
286
- attributes->id = id;
287
- attributes->lifetime = lifetime;
288
-}
289
-
290
static inline void psa_set_key_id(psa_key_attributes_t *attributes,
291
psa_key_id_t id)
292
{
0 commit comments