Searched refs:psa_get_key_lifetime (Results 1 – 15 of 15) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_attributes.function | 27 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 0 ); 42 TEST_EQUAL( psa_get_key_lifetime( &attributes ), lifetime ); 54 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 0 ); 87 TEST_EQUAL( psa_get_key_lifetime( &attributes ), expected_lifetime );
|
A D | test_suite_psa_crypto_generate_key.function | 37 TEST_EQUAL( psa_get_key_lifetime( &attributes ), PSA_KEY_LIFETIME_VOLATILE );
|
A D | test_suite_psa_crypto_persistent_key.function | 96 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 233 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 291 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
|
A D | test_suite_psa_crypto_slot_management.function | 242 TEST_EQUAL( psa_get_key_lifetime( &attributes ), lifetime ); 262 TEST_EQUAL( psa_get_key_lifetime( &attributes ), lifetime ); 293 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 294 psa_get_key_lifetime( &read_attributes ) ); 399 TEST_EQUAL( psa_get_key_lifetime( &attributes ), lifetime ); 576 TEST_EQUAL( target_lifetime, psa_get_key_lifetime( &target_attributes ) ); 695 TEST_EQUAL( psa_get_key_lifetime( &attributes1 ), 696 psa_get_key_lifetime( &attributes2 ) );
|
A D | test_suite_psa_crypto_storage_format.function | 89 TEST_EQUAL( psa_get_key_lifetime( expected_attributes ), 90 psa_get_key_lifetime( &actual_attributes ) );
|
A D | test_suite_psa_crypto_se_driver_hal.function | 270 ram_slots[slot_number].lifetime = psa_get_key_lifetime( attributes ); 536 TEST_EQUAL( psa_get_key_lifetime( &actual_attributes ), 537 psa_get_key_lifetime( reference_attributes ) ); 556 psa_get_key_lifetime( &actual_attributes );
|
A D | test_suite_pk.function | 999 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
|
A D | test_suite_psa_crypto.function | 227 TEST_EQUAL( psa_get_key_lifetime( &attributes ), 0 ); 1091 TEST_EQUAL( psa_get_key_lifetime( &func ), PSA_KEY_LIFETIME_VOLATILE ); 1092 TEST_EQUAL( psa_get_key_lifetime( &init ), PSA_KEY_LIFETIME_VOLATILE ); 1093 TEST_EQUAL( psa_get_key_lifetime( &zero ), PSA_KEY_LIFETIME_VOLATILE ); 6960 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
|
/mbedtls-development/library/ |
A D | psa_crypto_se.c | 202 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime( attributes ) ); in psa_find_se_slot_for_key()
|
A D | psa_crypto_driver_wrappers.c | 558 psa_get_key_lifetime( attributes ) ); in psa_driver_wrapper_import_key() 637 psa_get_key_lifetime( attributes ) ); in psa_driver_wrapper_export_key() 695 psa_get_key_lifetime( attributes ) ); in psa_driver_wrapper_export_public_key()
|
A D | psa_crypto.c | 1498 psa_key_lifetime_t lifetime = psa_get_key_lifetime( attributes ); in psa_validate_key_attributes()
|
/mbedtls-development/include/psa/ |
A D | crypto_struct.h | 403 static inline psa_key_lifetime_t psa_get_key_lifetime( in psa_get_key_lifetime() function
|
A D | crypto.h | 215 static psa_key_lifetime_t psa_get_key_lifetime(
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 52 lifetime = psa_get_key_lifetime( &attributes ); in check_key_attributes_sanity()
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 816 On entry, `psa_get_key_lifetime(attributes)` is the location at which the driver was declared and a…
|
Completed in 36 milliseconds