Home
last modified time | relevance | path

Searched refs:psa_get_key_lifetime (Results 1 – 15 of 15) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_attributes.function27 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 Dtest_suite_psa_crypto_generate_key.function37 TEST_EQUAL( psa_get_key_lifetime( &attributes ), PSA_KEY_LIFETIME_VOLATILE );
A Dtest_suite_psa_crypto_persistent_key.function96 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
233 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
291 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
A Dtest_suite_psa_crypto_slot_management.function242 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 Dtest_suite_psa_crypto_storage_format.function89 TEST_EQUAL( psa_get_key_lifetime( expected_attributes ),
90 psa_get_key_lifetime( &actual_attributes ) );
A Dtest_suite_psa_crypto_se_driver_hal.function270 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 Dtest_suite_pk.function999 TEST_EQUAL( psa_get_key_lifetime( &attributes ),
A Dtest_suite_psa_crypto.function227 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 Dpsa_crypto_se.c202 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime( attributes ) ); in psa_find_se_slot_for_key()
A Dpsa_crypto_driver_wrappers.c558 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 Dpsa_crypto.c1498 psa_key_lifetime_t lifetime = psa_get_key_lifetime( attributes ); in psa_validate_key_attributes()
/mbedtls-development/include/psa/
A Dcrypto_struct.h403 static inline psa_key_lifetime_t psa_get_key_lifetime( in psa_get_key_lifetime() function
A Dcrypto.h215 static psa_key_lifetime_t psa_get_key_lifetime(
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c52 lifetime = psa_get_key_lifetime( &attributes ); in check_key_attributes_sanity()
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md816 On entry, `psa_get_key_lifetime(attributes)` is the location at which the driver was declared and a…

Completed in 36 milliseconds