Searched refs:PSA_KEY_LOCATION_LOCAL_STORAGE (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_metadata.data | 385 …ETIME_VOLATILE:KEY_LIFETIME_IS_VOLATILE:PSA_KEY_PERSISTENCE_VOLATILE:PSA_KEY_LOCATION_LOCAL_STORAGE 388 lifetime:PSA_KEY_LIFETIME_PERSISTENT:0:PSA_KEY_PERSISTENCE_DEFAULT:PSA_KEY_LOCATION_LOCAL_STORAGE 391 …ISTENCE_VOLATILE, PSA_KEY_LOCATION_LOCAL_STORAGE):KEY_LIFETIME_IS_VOLATILE:PSA_KEY_PERSISTENCE_VOL… 394 …(PSA_KEY_PERSISTENCE_DEFAULT, PSA_KEY_LOCATION_LOCAL_STORAGE):0:PSA_KEY_PERSISTENCE_DEFAULT:PSA_KE… 397 …_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):0:2:PSA_KEY_LOCATION_LO… 400 …FETIME_FROM_PERSISTENCE_AND_LOCATION(254, PSA_KEY_LOCATION_LOCAL_STORAGE):0:254:PSA_KEY_LOCATION_L… 403 …TENCE_READ_ONLY, PSA_KEY_LOCATION_LOCAL_STORAGE):KEY_LIFETIME_IS_READ_ONLY:PSA_KEY_PERSISTENCE_REA…
|
D | test_suite_psa_crypto_slot_management.data | 82 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):124:P… 85 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):125:P… 88 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):126:P… 91 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):127:P… 94 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):200:P… 97 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):201:P… 100 …_lifecycle:PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(2, PSA_KEY_LOCATION_LOCAL_STORAGE):128:P… 133 …FROM_PERSISTENCE_AND_LOCATION(PSA_KEY_PERSISTENCE_READ_ONLY, PSA_KEY_LOCATION_LOCAL_STORAGE):1:PSA…
|
D | test_suite_psa_crypto_se_driver_hal.data | 13 register_one:PSA_KEY_LOCATION_LOCAL_STORAGE:PSA_DRV_SE_HAL_VERSION:PSA_ERROR_INVALID_ARGUMENT
|
/third_party/mbedtls/library/ |
D | psa_crypto_driver_wrappers.c | 126 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_sign_message() 200 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_verify_message() 287 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_sign_hash() 371 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_verify_hash() 544 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_generate_key() 629 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_import_key() 699 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_export_key() 757 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_export_public_key() 890 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_cipher_encrypt() 980 case PSA_KEY_LOCATION_LOCAL_STORAGE: in psa_driver_wrapper_cipher_decrypt() [all …]
|
D | psa_crypto_se.c | 316 static_assert( PSA_KEY_LOCATION_LOCAL_STORAGE == 0, in psa_register_se_driver() 319 if( location == PSA_KEY_LOCATION_LOCAL_STORAGE ) in psa_register_se_driver()
|
D | psa_crypto_slot_management.h | 183 != PSA_KEY_LOCATION_LOCAL_STORAGE ); in psa_key_lifetime_is_external()
|
D | psa_crypto_slot_management.c | 574 PSA_KEY_LOCATION_LOCAL_STORAGE ) in mbedtls_psa_get_stats()
|
D | psa_crypto.c | 5810 PSA_KEY_LOCATION_LOCAL_STORAGE ) in psa_generate_key()
|
/third_party/mbedtls/include/psa/ |
D | crypto_values.h | 2178 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t)0x000000) macro
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 39 PSA_KEY_LOCATION_LOCAL_STORAGE ); in lifetime_is_dynamic_secure_element()
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 106 …* either the key is transparent (its location is `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver … 107 …* or the key is opaque (its location is not `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver is an… 864 …ached to a specific location. Keys in the default location (`PSA_KEY_LOCATION_LOCAL_STORAGE = 0`) …
|