Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_driver_wrappers_no_static.c90 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()
Dpsa_crypto_driver_wrappers.h124 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 …]
Dpsa_crypto_se.c188 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
Dpsa_crypto.c1680 psa_key_lifetime_t lifetime = psa_get_key_lifetime(attributes); in psa_validate_key_attributes()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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);
90 TEST_EQUAL(psa_get_key_lifetime(&attributes), expected_lifetime);
Dtest_suite_psa_crypto_generate_key.function36 TEST_EQUAL(psa_get_key_lifetime(&attributes), PSA_KEY_LIFETIME_VOLATILE);
Dtest_suite_psa_crypto_persistent_key.function100 TEST_EQUAL(psa_get_key_lifetime(&attributes),
235 TEST_EQUAL(psa_get_key_lifetime(&attributes),
292 TEST_EQUAL(psa_get_key_lifetime(&attributes),
Dtest_suite_psa_crypto_slot_management.function238 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));
Dtest_suite_psa_crypto_storage_format.function165 TEST_EQUAL(psa_get_key_lifetime(expected_attributes),
166 psa_get_key_lifetime(&actual_attributes));
Dtest_suite_psa_crypto_se_driver_hal.function274 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);
Dtest_suite_pk.function1920 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);
Dtest_suite_psa_crypto.function261 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/
Dpsa_crypto_driver_wrappers.h.jinja125 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 …]
Dpsa_crypto_driver_wrappers_no_static.c.jinja91 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/
Dcrypto_struct.h351 static inline psa_key_lifetime_t psa_get_key_lifetime( in psa_get_key_lifetime() function
Dcrypto.h209 static psa_key_lifetime_t psa_get_key_lifetime(
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c57 lifetime = psa_get_key_lifetime(&attributes); in check_key_attributes_sanity()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1253 On entry, `psa_get_key_lifetime(attributes)` is the location at which the driver was declared and a…