Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dpsa_crypto_se.c328 return( PSA_ERROR_ALREADY_EXISTS ); in psa_register_se_driver()
Dpsa_crypto_storage.c146 return( PSA_ERROR_ALREADY_EXISTS ); in psa_crypto_storage_store()
Dpsa_crypto.c531 return( PSA_ERROR_ALREADY_EXISTS ); in psa_allocate_buffer_to_slot()
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_se.c332 return( PSA_ERROR_ALREADY_EXISTS ); in psa_register_se_driver()
Dpsa_crypto_storage.c150 return( PSA_ERROR_ALREADY_EXISTS ); in psa_crypto_storage_store()
Dpsa_crypto.c593 return( PSA_ERROR_ALREADY_EXISTS ); in psa_allocate_buffer_to_slot()
/external/openthread/third_party/mbedtls/repo/include/psa/
Dcrypto_compat.h90 MBEDTLS_DEPRECATED_CONSTANT( psa_status_t, PSA_ERROR_ALREADY_EXISTS )
Dcrypto_values.h91 #define PSA_ERROR_ALREADY_EXISTS ((psa_status_t)-139) macro
/external/mbedtls/include/psa/
Dcrypto_values.h109 #define PSA_ERROR_ALREADY_EXISTS ((psa_status_t)-139) macro
/external/openthread/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c6 case PSA_ERROR_ALREADY_EXISTS: return "PSA_ERROR_ALREADY_EXISTS"; in psa_strerror()
/external/mbedtls/programs/psa/
Dpsa_constant_names_generated.c6 case PSA_ERROR_ALREADY_EXISTS: return "PSA_ERROR_ALREADY_EXISTS"; in psa_strerror()
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.function388 PSA_ERROR_ALREADY_EXISTS );
687 PSA_ERROR_ALREADY_EXISTS );
Dtest_suite_psa_crypto_se_driver_hal.function832 PSA_ERROR_ALREADY_EXISTS );
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function388 PSA_ERROR_ALREADY_EXISTS );
687 PSA_ERROR_ALREADY_EXISTS );
Dtest_suite_psa_crypto_se_driver_hal.function823 PSA_ERROR_ALREADY_EXISTS );
Dtest_suite_psa_crypto.function296 TEST_EQUAL( PSA_ERROR_OCCUPIED_SLOT, PSA_ERROR_ALREADY_EXISTS );