Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_storage.c140 status = psa_its_set(data_identifier, (uint32_t) data_length, data, 0); in psa_crypto_storage_store()
416 return psa_its_set(PSA_CRYPTO_ITS_TRANSACTION_UID, in psa_crypto_save_transaction()
466 status = psa_its_set(PSA_CRYPTO_ITS_RANDOM_SEED_UID, seed_size, seed, 0); in mbedtls_psa_storage_inject_entropy()
Dpsa_crypto_its.h65 psa_status_t psa_its_set(psa_storage_uid_t uid,
Dpsa_its_file.c175 psa_status_t psa_its_set(psa_storage_uid_t uid, in psa_its_set() function
Dpsa_crypto_se.c164 return psa_its_set(uid, in psa_save_se_persistent_data()
/mbedtls-latest/tests/src/
Dpsa_crypto_helpers.c181 psa_status_t status = psa_its_set(PSA_CRYPTO_ITS_RANDOM_SEED_UID, in mbedtls_test_inject_entropy_seed_write()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_storage_format.function159 PSA_ASSERT(psa_its_set(uid, representation->len, representation->x, 0));
Dtest_suite_psa_its.function76 return psa_its_set(uid, data_length, p_data, create_flags);
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md492 When `MBEDTLS_TEST_HOOKS` is enabled, each call to `psa_its_set()` or `psa_its_remove()` also calls…