Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_its.function100 PSA_ASSERT( psa_its_remove( uid ) );
137 PSA_ASSERT( psa_its_remove( uid ) );
169 PSA_ASSERT( psa_its_remove( uid ) );
188 PSA_ASSERT( psa_its_remove( uid ) );
191 TEST_ASSERT( psa_its_remove( uid ) == PSA_ERROR_DOES_NOT_EXIST );
228 PSA_ASSERT( psa_its_remove( uid ) );
274 PSA_ASSERT( psa_its_remove( uid ) );
Dtest_suite_psa_crypto_entropy.function33 return( psa_its_remove( PSA_CRYPTO_ITS_RANDOM_SEED_UID ) );
Dtest_suite_psa_crypto_storage_format.function138 psa_its_remove( uid );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_its.h143 psa_status_t psa_its_remove(psa_storage_uid_t uid);
Dpsa_crypto_storage.c177 (void) psa_its_remove( data_identifier ); in psa_crypto_storage_store()
192 if( psa_its_remove( data_identifier ) != PSA_SUCCESS ) in psa_destroy_persistent_key()
444 psa_status_t status = psa_its_remove( PSA_CRYPTO_ITS_TRANSACTION_UID ); in psa_crypto_stop_transaction()
Dpsa_its_file.c235 psa_status_t psa_its_remove( psa_storage_uid_t uid ) in psa_its_remove() function
Dpsa_crypto_se.c191 return( psa_its_remove( uid ) ); in psa_destroy_se_persistent_data()