Searched refs:psa_set_key_lifetime (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 354 psa_set_key_lifetime( &attributes, lifetime ); 425 psa_set_key_lifetime( &attributes, lifetime ); 475 psa_set_key_lifetime( &attributes, lifetime ); 545 psa_set_key_lifetime( &attributes, lifetime ); 602 psa_set_key_lifetime( &attributes, lifetime ); 662 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_attributes.function | 34 psa_set_key_lifetime( &attributes, lifetime ); 81 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_slot_management.function | 227 psa_set_key_lifetime( &attributes, lifetime ); 374 psa_set_key_lifetime( &attributes, lifetime ); 458 psa_set_key_lifetime( &attributes, lifetime ); 521 psa_set_key_lifetime( &source_attributes, source_lifetime ); 536 psa_set_key_lifetime( &target_attributes, target_lifetime ); 654 psa_set_key_lifetime( &attributes, source_lifetime ); 671 psa_set_key_lifetime( &attributes1, target_lifetime ); 684 psa_set_key_lifetime( &attributes, target_lifetime ); 907 psa_set_key_lifetime( &attributes, lifetime ); 982 psa_set_key_lifetime( &attributes, PSA_KEY_LIFETIME_VOLATILE );
|
D | test_suite_psa_crypto_storage_format.function | 173 psa_set_key_lifetime( &attributes, lifetime ); 217 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_se_driver_hal.function | 888 psa_set_key_lifetime( &attributes, lifetime ); 1021 psa_set_key_lifetime( &attributes, lifetime ); 1107 psa_set_key_lifetime( &attributes, lifetime ); 1176 psa_set_key_lifetime( &attributes, lifetime ); 1220 psa_set_key_lifetime( &attributes, lifetime ); 1330 psa_set_key_lifetime( &drv_attributes, lifetime ); 1475 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_persistent_key.function | 52 psa_set_key_lifetime( &attributes, key_lifetime );
|
D | test_suite_psa_crypto.function | 829 psa_set_key_lifetime( &attributes, lifetime ); 931 psa_set_key_lifetime( &attributes, lifetime ); 1648 psa_set_key_lifetime( &source_attributes, source_lifetime); 1659 psa_set_key_lifetime( &target_attributes, target_lifetime); 1743 psa_set_key_lifetime( &source_attributes, source_lifetime_arg ); 1750 psa_set_key_lifetime( &target_attributes, target_lifetime_arg );
|
/third_party/mbedtls/include/psa/ |
D | crypto_struct.h | 389 static inline void psa_set_key_lifetime( psa_key_attributes_t *attributes, in psa_set_key_lifetime() function
|
D | crypto.h | 187 static void psa_set_key_lifetime(psa_key_attributes_t *attributes,
|
/third_party/mbedtls/library/ |
D | psa_crypto_slot_management.c | 303 psa_set_key_lifetime( &attributes, lifetime ); in psa_load_builtin_key_into_slot()
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 816 …e key. The driver entry point may choose to change the lifetime (`psa_set_key_lifetime(attributes,… 844 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( 868 …ocation with the prefix `foo` with the default persistence, call `psa_set_key_lifetime` during the… 870 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_foo); 875 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( 882 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(
|