Home
last modified time | relevance | path

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

12

/third_party/mbedtls/tests/src/drivers/
Dplatform_builtin_keys.c34 psa_key_lifetime_t lifetime; member
73 psa_key_lifetime_t *lifetime, in mbedtls_psa_platform_get_builtin_key()
/third_party/mbedtls/library/
Dpsa_crypto_slot_management.c293 psa_key_lifetime_t lifetime = PSA_KEY_LIFETIME_VOLATILE; in psa_load_builtin_key_into_slot() local
502 psa_status_t psa_validate_key_location(psa_key_lifetime_t lifetime, in psa_validate_key_location()
527 psa_status_t psa_validate_key_persistence(psa_key_lifetime_t lifetime) in psa_validate_key_persistence()
Dpsa_crypto_slot_management.h241 static inline int psa_key_lifetime_is_external(psa_key_lifetime_t lifetime) in psa_key_lifetime_is_external()
Dpsa_crypto_se.c68 psa_key_lifetime_t lifetime) in psa_get_se_driver_entry()
99 int psa_get_se_driver(psa_key_lifetime_t lifetime, in psa_get_se_driver()
Dssl_ticket.c157 uint32_t lifetime) in mbedtls_ssl_ticket_rotate()
217 uint32_t lifetime) in mbedtls_ssl_ticket_setup()
Dpsa_crypto_storage.h287 psa_key_lifetime_t lifetime; member
Dpsa_crypto_storage.c228 uint8_t lifetime[sizeof(psa_key_lifetime_t)]; member
/third_party/skia/third_party/externals/angle2/src/common/
DMemoryBuffer.cpp94 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dminimal-http-server-eventlib-foreign.c31 int lifetime = 5, reported; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dtdls.c107 u32 lifetime; member
1266 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1359 u32 lifetime; in wpa_tdls_send_tpk_m3() local
1867 u32 lifetime = 0; in wpa_tdls_process_tpk_m1() local
2229 u32 lifetime = peer->lifetime; in wpa_tdls_enable_link() local
2268 u32 lifetime; in wpa_tdls_process_tpk_m2() local
2560 u32 lifetime; in wpa_tdls_process_tpk_m3() local
2710 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; in wpa_add_tdls_timeoutie() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dtdls.c107 u32 lifetime; member
1250 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1343 u32 lifetime; in wpa_tdls_send_tpk_m3() local
1796 u32 lifetime = 0; in wpa_tdls_process_tpk_m1() local
2152 u32 lifetime = peer->lifetime; in wpa_tdls_enable_link() local
2191 u32 lifetime; in wpa_tdls_process_tpk_m2() local
2481 u32 lifetime; in wpa_tdls_process_tpk_m3() local
2631 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; in wpa_add_tdls_timeoutie() local
/third_party/mbedtls/include/psa/
Dcrypto_struct.h312 psa_key_lifetime_t lifetime = attributes->MBEDTLS_PRIVATE(lifetime); in psa_set_key_id() local
339 psa_key_lifetime_t lifetime) in psa_set_key_lifetime()
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
/third_party/rust/crates/cxx/macro/src/
Dgenerics.rs85 let lifetime = Lifetime::new("'_", lifetime.span()); in to_tokens() localVariable
Dexpand.rs503 let lifetime = &receiver.lifetime; in expand_cxx_function_shim() localVariable
759 let lifetime = Lifetime::new("'_", pair.value().apostrophe); in expand_cxx_function_shim() localVariable
1772 let lifetime = &ty.lifetime; in expand_extern_type() localVariable
/third_party/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp214 float lifetime; member
/third_party/rust/crates/syn/src/
Dbuffer.rs262 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime() method
268 let lifetime = Lifetime { in lifetime() localVariable
Dlib.rs412 mod lifetime; module
Dgenerics.rs676 let lifetime: Lifetime = input.parse()?; in parse() localVariable
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp573 ULocMatchLifetime lifetime) : in LocaleLsrIterator()
619 ULocMatchLifetime lifetime; member in LocaleLsrIterator
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp555 ULocMatchLifetime lifetime) : in LocaleLsrIterator()
601 ULocMatchLifetime lifetime; member in LocaleLsrIterator
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp555 ULocMatchLifetime lifetime) : in LocaleLsrIterator()
601 ULocMatchLifetime lifetime; member in LocaleLsrIterator
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c34 static int lifetime_is_dynamic_secure_element(psa_key_lifetime_t lifetime) in lifetime_is_dynamic_secure_element()
46 psa_key_lifetime_t lifetime; in check_key_attributes_sanity() local
/third_party/rust/crates/cxx/syntax/
Dmod.rs207 pub lifetime: Option<Lifetime>, field
253 pub lifetime: Option<Lifetime>, field
270 pub lifetime: Option<Lifetime>, field
Dcheck.rs680 let lifetime = &receiver.lifetime; in span_for_receiver_error() localVariable

12