Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_its.h83 psa_status_t psa_its_set(psa_storage_uid_t uid,
Dpsa_crypto_storage.c152 status = psa_its_set( data_identifier, (uint32_t) data_length, data, 0 ); in psa_crypto_storage_store()
422 return( psa_its_set( PSA_CRYPTO_ITS_TRANSACTION_UID, in psa_crypto_save_transaction()
471 status = psa_its_set( PSA_CRYPTO_ITS_RANDOM_SEED_UID, seed_size, seed, 0 ); in mbedtls_psa_storage_inject_entropy()
Dpsa_its_file.c182 psa_status_t psa_its_set( psa_storage_uid_t uid, in psa_its_set() function
Dpsa_crypto_se.c179 return( psa_its_set( uid, in psa_save_se_persistent_data()
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function83 PSA_ASSERT( psa_its_set( uid, representation->len, representation->x, 0 ) );
Dtest_suite_psa_its.function71 return( psa_its_set( uid, data_length, p_data, create_flags ) );