Home
last modified time | relevance | path

Searched refs:psa_get_key_lifetime (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.c128 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_message()
173 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_message()
221 if (psa_get_se_driver(psa_get_key_lifetime(attributes), &drv, &drv_context)) { in psa_driver_wrapper_sign_hash()
232 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_hash()
287 if (psa_get_se_driver(psa_get_key_lifetime(attributes), &drv, &drv_context)) { in psa_driver_wrapper_verify_hash()
298 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_hash()
393 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_hash_start()
473 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_hash_start()
557 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_get_key_buffer_size_from_key_data()
593 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attribute in psa_driver_wrapper_get_key_buffer_size()
[all...]
H A 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()
H A Dpsa_crypto_se.c200 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
H A Dpsa_crypto.c1680 psa_key_lifetime_t lifetime = psa_get_key_lifetime(attributes); in psa_validate_key_attributes()
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h351 static inline psa_key_lifetime_t psa_get_key_lifetime( in psa_get_key_lifetime() function
H A Dcrypto.h209 static psa_key_lifetime_t psa_get_key_lifetime(
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c57 lifetime = psa_get_key_lifetime(&attributes); in check_key_attributes_sanity()

Completed in 22 milliseconds