Searched refs:psa_set_key_lifetime (Results 1 – 8 of 8) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 355 psa_set_key_lifetime( &attributes, lifetime ); 426 psa_set_key_lifetime( &attributes, lifetime ); 476 psa_set_key_lifetime( &attributes, lifetime ); 546 psa_set_key_lifetime( &attributes, lifetime ); 603 psa_set_key_lifetime( &attributes, lifetime ); 663 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_slot_management.function | 270 psa_set_key_lifetime( &attributes, lifetime ); 413 psa_set_key_lifetime( &attributes, lifetime ); 498 psa_set_key_lifetime( &attributes, lifetime ); 564 psa_set_key_lifetime( &source_attributes, source_lifetime ); 579 psa_set_key_lifetime( &target_attributes, target_lifetime ); 700 psa_set_key_lifetime( &attributes, source_lifetime ); 717 psa_set_key_lifetime( &attributes1, target_lifetime ); 730 psa_set_key_lifetime( &attributes, target_lifetime ); 957 psa_set_key_lifetime( &attributes, lifetime ); 1032 psa_set_key_lifetime( &attributes, PSA_KEY_LIFETIME_VOLATILE );
|
D | test_suite_psa_crypto_se_driver_hal.function | 918 psa_set_key_lifetime( &attributes, lifetime ); 1051 psa_set_key_lifetime( &attributes, lifetime ); 1137 psa_set_key_lifetime( &attributes, lifetime ); 1206 psa_set_key_lifetime( &attributes, lifetime ); 1250 psa_set_key_lifetime( &attributes, lifetime ); 1360 psa_set_key_lifetime( &drv_attributes, lifetime ); 1504 psa_set_key_lifetime( &attributes, lifetime );
|
D | test_suite_psa_crypto_persistent_key.function | 53 psa_set_key_lifetime( &attributes, key_lifetime );
|
D | test_suite_psa_crypto.function | 1378 psa_set_key_lifetime( &attributes, lifetime ); 1425 psa_set_key_lifetime( &attributes, lifetime ); 2423 psa_set_key_lifetime( &target_attributes, PSA_KEY_LIFETIME_VOLATILE );
|
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/ |
D | crypto_struct.h | 404 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime() function
|
D | crypto.h | 189 static void psa_set_key_lifetime(psa_key_attributes_t *attributes,
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 662 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( 686 …ocation with the prefix `foo` with the default persistence, call `psa_set_key_lifetime` during the… 688 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_foo); 693 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( 700 psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(
|