Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_storage.c81 struct psa_storage_info_t data_identifier_info; in psa_crypto_storage_load() local
84 status = psa_its_get_info(data_identifier, &data_identifier_info); in psa_crypto_storage_load()
101 struct psa_storage_info_t data_identifier_info; in psa_is_key_present_in_storage() local
103 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_is_key_present_in_storage()
134 struct psa_storage_info_t data_identifier_info; in psa_crypto_storage_store() local
145 status = psa_its_get_info(data_identifier, &data_identifier_info); in psa_crypto_storage_store()
150 if (data_identifier_info.size != data_length) { in psa_crypto_storage_store()
170 struct psa_storage_info_t data_identifier_info; in psa_destroy_persistent_key() local
172 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_destroy_persistent_key()
181 ret = psa_its_get_info(data_identifier, &data_identifier_info); in psa_destroy_persistent_key()
[all …]