Searched refs:psa_get_key_lifetime (Results 1 – 18 of 18) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_driver_wrappers_no_static.c | 90 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size() 131 psa_get_key_lifetime( attributes ) ); in psa_driver_wrapper_export_public_key() 138 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) in psa_driver_wrapper_export_public_key() 228 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_builtin_key()
|
D | psa_crypto_driver_wrappers.h | 124 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_sign_message() 198 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_verify_message() 268 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) in psa_driver_wrapper_sign_hash() 285 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_sign_hash() 372 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) in psa_driver_wrapper_verify_hash() 389 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_verify_hash() 519 psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_sign_hash_start() 611 psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_verify_hash_start() 709 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size_from_key_data() 738 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_generate_key() [all …]
|
D | psa_crypto_se.c | 188 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
|
D | psa_crypto.c | 1680 psa_key_lifetime_t lifetime = psa_get_key_lifetime(attributes); in psa_validate_key_attributes()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
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); 90 TEST_EQUAL(psa_get_key_lifetime(&attributes), expected_lifetime);
|
D | test_suite_psa_crypto_generate_key.function | 36 TEST_EQUAL(psa_get_key_lifetime(&attributes), PSA_KEY_LIFETIME_VOLATILE);
|
D | test_suite_psa_crypto_persistent_key.function | 100 TEST_EQUAL(psa_get_key_lifetime(&attributes), 235 TEST_EQUAL(psa_get_key_lifetime(&attributes), 292 TEST_EQUAL(psa_get_key_lifetime(&attributes),
|
D | test_suite_psa_crypto_slot_management.function | 238 TEST_EQUAL(psa_get_key_lifetime(&attributes), lifetime); 258 TEST_EQUAL(psa_get_key_lifetime(&attributes), lifetime); 290 TEST_EQUAL(psa_get_key_lifetime(&attributes), 291 psa_get_key_lifetime(&read_attributes)); 395 TEST_EQUAL(psa_get_key_lifetime(&attributes), lifetime); 567 TEST_EQUAL(target_lifetime, psa_get_key_lifetime(&target_attributes)); 679 TEST_EQUAL(psa_get_key_lifetime(&attributes1), 680 psa_get_key_lifetime(&attributes2));
|
D | test_suite_psa_crypto_storage_format.function | 165 TEST_EQUAL(psa_get_key_lifetime(expected_attributes), 166 psa_get_key_lifetime(&actual_attributes));
|
D | test_suite_psa_crypto_se_driver_hal.function | 274 ram_slots[slot_number].lifetime = psa_get_key_lifetime(attributes); 537 TEST_EQUAL(psa_get_key_lifetime(&actual_attributes), 538 psa_get_key_lifetime(reference_attributes)); 556 psa_get_key_lifetime(&actual_attributes);
|
D | test_suite_pk.function | 1920 TEST_EQUAL(psa_get_key_lifetime(&attributes), PSA_KEY_LIFETIME_VOLATILE); 2167 TEST_EQUAL(psa_get_key_lifetime(&attributes), lifetime); 2215 TEST_EQUAL(psa_get_key_lifetime(&attributes), PSA_KEY_LIFETIME_VOLATILE); 2322 TEST_EQUAL(psa_get_key_lifetime(&attributes), expected_lifetime); 2332 TEST_EQUAL(psa_get_key_lifetime(&attributes), expected_lifetime); 2386 TEST_EQUAL(psa_get_key_lifetime(&attributes), PSA_KEY_LIFETIME_VOLATILE);
|
D | test_suite_psa_crypto.function | 261 TEST_EQUAL(psa_get_key_lifetime(&attributes), 0); 2137 TEST_EQUAL(psa_get_key_lifetime(&func), PSA_KEY_LIFETIME_VOLATILE); 2138 TEST_EQUAL(psa_get_key_lifetime(&init), PSA_KEY_LIFETIME_VOLATILE); 2139 TEST_EQUAL(psa_get_key_lifetime(&zero), PSA_KEY_LIFETIME_VOLATILE); 10342 TEST_EQUAL(psa_get_key_lifetime(&attributes),
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 125 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 199 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 269 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) 286 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 373 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) 390 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 520 psa_get_key_lifetime(attributes) ); 612 psa_get_key_lifetime(attributes) ); 710 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 739 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); [all …]
|
D | psa_crypto_driver_wrappers_no_static.c.jinja | 91 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); 140 psa_get_key_lifetime( attributes ) ); 147 if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) 206 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) );
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_struct.h | 351 static inline psa_key_lifetime_t psa_get_key_lifetime( in psa_get_key_lifetime() function
|
D | crypto.h | 209 static psa_key_lifetime_t psa_get_key_lifetime(
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 57 lifetime = psa_get_key_lifetime(&attributes); in check_key_attributes_sanity()
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 1253 On entry, `psa_get_key_lifetime(attributes)` is the location at which the driver was declared and a…
|