From 9de5eb0a2f56654be2c88565bad7ca62a4d6e606 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 15 May 2019 16:14:48 +0200 Subject: [PATCH] Remove psa_make_key_persistent --- include/psa/crypto_struct.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h index 91adc85f6a..df765711cb 100644 --- a/include/psa/crypto_struct.h +++ b/include/psa/crypto_struct.h @@ -279,14 +279,6 @@ static inline struct psa_key_attributes_s psa_key_attributes_init( void ) return( v ); } -static inline void psa_make_key_persistent(psa_key_attributes_t *attributes, - psa_key_id_t id, - psa_key_lifetime_t lifetime) -{ - attributes->id = id; - attributes->lifetime = lifetime; -} - static inline void psa_set_key_id(psa_key_attributes_t *attributes, psa_key_id_t id) {