Skip to content

Commit 9de5eb0

Browse files
Remove psa_make_key_persistent
1 parent c87af66 commit 9de5eb0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/psa/crypto_struct.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,6 @@ static inline struct psa_key_attributes_s psa_key_attributes_init( void )
279279
return( v );
280280
}
281281

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-
290282
static inline void psa_set_key_id(psa_key_attributes_t *attributes,
291283
psa_key_id_t id)
292284
{

0 commit comments

Comments
 (0)