Home
last modified time | relevance | path

Searched defs:lifetime (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_slot_management.h300 static inline int psa_key_lifetime_is_external(psa_key_lifetime_t lifetime) in psa_key_lifetime_is_external()
H A Dpsa_crypto_se.c56 psa_key_lifetime_t lifetime) in psa_get_se_driver_entry()
87 int psa_get_se_driver(psa_key_lifetime_t lifetime, in psa_get_se_driver()
H A Dssl_ticket.c157 uint32_t lifetime) in mbedtls_ssl_ticket_rotate()
217 uint32_t lifetime) in mbedtls_ssl_ticket_setup()
H A Dpsa_crypto_slot_management.c730 psa_key_lifetime_t lifetime = PSA_KEY_LIFETIME_VOLATILE; in psa_load_builtin_key_into_slot() local
943 psa_status_t psa_validate_key_location(psa_key_lifetime_t lifetime, in psa_validate_key_location()
968 psa_status_t psa_validate_key_persistence(psa_key_lifetime_t lifetime) in psa_validate_key_persistence()
H A Dpsa_crypto_storage.h294 psa_key_lifetime_t lifetime; member
H A Dpsa_crypto_storage.c228 uint8_t lifetime[sizeof(psa_key_lifetime_t)]; member
H A Dssl_tls12_client.c3380 uint32_t lifetime; in ssl_parse_new_session_ticket() local
H A Dssl_tls12_server.c4246 uint32_t lifetime; in ssl_write_new_session_ticket() local
H A Dpsa_crypto.c1709 psa_key_lifetime_t lifetime = psa_get_key_lifetime(attributes); in psa_validate_key_attributes() local
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_struct.h338 psa_key_lifetime_t lifetime = attributes->MBEDTLS_PRIVATE(lifetime); in psa_set_key_id() local
365 psa_key_lifetime_t lifetime) in psa_set_key_lifetime()
H A Dcrypto_values.h2342 #define PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) \ argument
2345 #define PSA_KEY_LIFETIME_GET_LOCATION(lifetime) \ argument
2364 #define PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \ argument
2385 #define PSA_KEY_LIFETIME_IS_READ_ONLY(lifetime) \ argument