Lines Matching defs:lifetime
229 /** Test whether a lifetime designates a key in an external cryptoprocessor.
231 * \param lifetime The lifetime to test.
234 * The lifetime designates an external key. There should be a
235 * registered driver for this lifetime, otherwise the key cannot
238 * The lifetime designates a key that is volatile or in internal
241 static inline int psa_key_lifetime_is_external(psa_key_lifetime_t lifetime)
243 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime)
253 * \param[in] lifetime The key lifetime attribute.
261 psa_status_t psa_validate_key_location(psa_key_lifetime_t lifetime,
266 * \param[in] lifetime The key lifetime attribute.
272 psa_status_t psa_validate_key_persistence(psa_key_lifetime_t lifetime);