Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/secure_storage/include/psa/
Derror.h17 #define PSA_ERROR_GENERIC_ERROR ((psa_status_t)-132) macro
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dutil_app_log.c31 case PSA_ERROR_GENERIC_ERROR: in al_psa_status()
/Zephyr-latest/modules/trusted-firmware-m/interface/
Dinterface.c38 return (int32_t)PSA_ERROR_GENERIC_ERROR; in tfm_ns_interface_dispatch()
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/src/
Ddummy_partition.c33 return PSA_ERROR_GENERIC_ERROR; in dp_secret_digest()
/Zephyr-latest/modules/mbedtls/
Dzephyr_entropy.c68 return PSA_ERROR_GENERIC_ERROR; in mbedtls_psa_external_get_random()
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dtest_suite_invalid_inputs.c90 psa_import_key_fake.return_val = PSA_ERROR_GENERIC_ERROR; in ZTEST()
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/
Dtest_suite_invalid_inputs.c90 psa_import_key_fake.return_val = PSA_ERROR_GENERIC_ERROR; in ZTEST()