Searched refs:lifetime (Results 1 – 4 of 4) sorted by relevance
834 #define KEYSTORE_PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) ((KeyStore_PSA_KeyPersistence)((lifetim… argument836 #define KEYSTORE_PSA_KEY_LIFETIME_GET_LOCATION(lifetime) ((KeyStore_PSA_KeyLocation)((lifetime) >> … argument854 #define KEYSTORE_PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \ argument855 (KEYSTORE_PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == KEYSTORE_PSA_KEY_PERSISTENCE_VOLATILE)874 #define KEYSTORE_PSA_KEY_LIFETIME_IS_READ_ONLY(lifetime) \ argument875 (KEYSTORE_PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == KEYSTORE_PSA_KEY_PERSISTENCE_READ_ONLY)1268 …tore_PSA_setKeyLifetime(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyLifetime lifetime);
64 …tributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(lifetime) = clientKeyAttr->li… in KeyStore_s_copyKeyAttributesFromClient()102 clientKeyAttr->lifetime = keyAttributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(lifetime); in KeyStore_s_copyKeyAttributesToClient()212 if (importKeyMsg.attributes->lifetime) in KeyStore_s_importKey()
89 …Store_PSA_setKeyLifetime(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyLifetime lifetime) in KeyStore_PSA_setKeyLifetime() argument91 psa_set_key_lifetime(attributes, lifetime); in KeyStore_PSA_setKeyLifetime()
398 if (attributesPtr->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(lifetime) == in AESCTRDRBG_generateKey()