Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_storage.c93 struct psa_storage_info_t data_identifier_info; in psa_crypto_storage_load() local
96 status = psa_its_get_info(data_identifier, &data_identifier_info); in psa_crypto_storage_load()
113 struct psa_storage_info_t data_identifier_info; in psa_is_key_present_in_storage() local
115 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_is_key_present_in_storage()
146 struct psa_storage_info_t data_identifier_info; in psa_crypto_storage_store() local
157 status = psa_its_get_info(data_identifier, &data_identifier_info); in psa_crypto_storage_store()
162 if (data_identifier_info.size != data_length) { in psa_crypto_storage_store()
182 struct psa_storage_info_t data_identifier_info; in psa_destroy_persistent_key() local
184 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_destroy_persistent_key()
193 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_destroy_persistent_key()
[all …]