Home
last modified time | relevance | path

Searched full:failed (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_its.h58 …* \retval #PSA_ERROR_NOT_PERMITTED The operation failed because the provided `uid` va…
59 …* \retval #PSA_ERROR_NOT_SUPPORTED The operation failed because one or more of the fl…
60 …* \retval #PSA_ERROR_INSUFFICIENT_STORAGE The operation failed because there was insufficien…
61 … #PSA_ERROR_STORAGE_FAILURE The operation failed because the physical storage has faile…
62 …* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided p…
83 …* \retval #PSA_ERROR_DOES_NOT_EXIST The operation failed because the provided `uid` value …
84 …tval #PSA_ERROR_STORAGE_FAILURE The operation failed because the physical storage has faile…
85 …* \retval #PSA_ERROR_DATA_CORRUPT The operation failed because stored data has been corr…
86 …* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided point…
105 …* \retval #PSA_ERROR_DOES_NOT_EXIST The operation failed because the provided uid value wa…
[all …]
H A Derror.c193 return( "CIPHER - Failed to allocate memory" ); in mbedtls_high_level_strerr()
199 return( "CIPHER - Authentication failed (for AEAD modes)" ); in mbedtls_high_level_strerr()
208 return( "DHM - Reading of the DHM parameters failed" ); in mbedtls_high_level_strerr()
210 return( "DHM - Making of the DHM parameters failed" ); in mbedtls_high_level_strerr()
212 return( "DHM - Reading of the public values failed" ); in mbedtls_high_level_strerr()
214 return( "DHM - Making of the public value failed" ); in mbedtls_high_level_strerr()
216 return( "DHM - Calculation of the DHM secret failed" ); in mbedtls_high_level_strerr()
220 return( "DHM - Allocation of memory failed" ); in mbedtls_high_level_strerr()
222 return( "DHM - Read or write of file failed" ); in mbedtls_high_level_strerr()
224 return( "DHM - Setting the modulus and generator failed" ); in mbedtls_high_level_strerr()
[all …]
H A Dbignum_internal.h40 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.
75 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.
93 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.
113 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_test.c154 int tested=0, failed=0; in pkcs_5_test()
159 printf("PKCS#5 test failed: 'sha1' hash not found\n"); in pkcs_5_test()
174 printf("\npkcs_5_alg2() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
176 ++failed; in pkcs_5_test()
179 ++failed; in pkcs_5_test()
192 printf("\npkcs_5_alg1() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
194 ++failed; in pkcs_5_test()
197 ++failed; in pkcs_5_test()
210 printf("\npkcs_5_alg1_openssl() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
212 ++failed; in pkcs_5_test()
[all …]
/optee_os/core/drivers/
H A Dzynqmp_csu_aes.c87 EMSG("DMA transfer failed, invalid destination buffer"); in aes_transfer_enc()
97 EMSG("DMA transfer failed, invalid IV buffer"); in aes_transfer_enc()
111 EMSG("DMA transfer failed, invalid source buffer"); in aes_transfer_enc()
151 EMSG("DMA transfer failed, invalid destination buffer"); in aes_transfer_dec()
161 EMSG("DMA transfer failed, invalid IV buffer"); in aes_transfer_dec()
174 EMSG("DMA transfer failed, invalid source buffer"); in aes_transfer_dec()
187 EMSG("DMA transfer failed, invalid tag buffer"); in aes_transfer_dec()
270 EMSG("Failed to clear the AES key"); in aes_done_op()
313 EMSG("Decrypt init failed"); in zynqmp_csu_aes_decrypt_data()
319 EMSG("DMA transfer failed"); in zynqmp_csu_aes_decrypt_data()
[all …]
H A Dbcm_sotp.c82 EMSG("FDONE status done wait failed and returned %#"PRIx32, in bcm_iproc_sotp_mem_read()
116 EMSG("FDONE cmd done wait failed and returned %#"PRIx32, ret); in bcm_iproc_sotp_mem_read()
176 EMSG("FDONE status done wait failed and returned %#"PRIx32, in bcm_iproc_sotp_mem_write()
217 EMSG("FDONE cmd done wait failed and returned %"PRIx32, in bcm_iproc_sotp_mem_write()
234 EMSG("PROGOK cmd wait failed and returned %#"PRIx32, ret); in bcm_iproc_sotp_mem_write()
259 EMSG("CMD DONE wait failed and returned %#"PRIx32, ret); in bcm_iproc_sotp_mem_write()
H A Dimx_sc_api.c236 EMSG("Assign SC_R_CAAM_JR%u resource failed", jr_index); in imx_sc_rm_enable_jr()
242 EMSG("Assign SC_R_CAAM_JR%u_OUT resource failed", jr_index); in imx_sc_rm_enable_jr()
249 EMSG("POWER ON SC_R_CAAM_JR%u resource failed", jr_index); in imx_sc_rm_enable_jr()
255 EMSG("POWER ON SC_R_CAAM_JR%u_OUT resource failed", jr_index); in imx_sc_rm_enable_jr()
/optee_os/core/drivers/crypto/se050/
H A Dsession.c74 EMSG("Failed to open the default session"); in se050_early_init_default()
79 EMSG("Failed to read the secure element configuration"); in se050_early_init_default()
85 EMSG("Failed to open the SCP03 session"); in se050_early_init_default()
104 EMSG("Failed to enable SCP03 session"); in se050_early_init_scp03()
109 EMSG("Failed to read the secure element configuration"); in se050_early_init_scp03()
114 EMSG("Failed to re-open the SCP03 session"); in se050_early_init_scp03()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c26 enum dt_test_sid { DEFAULT = 0, IN_PROGRESS, SUCCESS, FAILED }; enumerator
31 * successful (SUCCESS) orthewise it has failed (IN_PROGRESS, FAILED).
56 [FAILED] = "failed",
132 EMSG("Probe deferral test failed"); in dt_driver_test_status()
137 EMSG("Clocks probing test failed"); in dt_driver_test_status()
142 EMSG("GPIO controllers probing test failed"); in dt_driver_test_status()
147 EMSG("Reset controllers probing test failed"); in dt_driver_test_status()
151 EMSG("Probe deferral on crypto dependencies test failed"); in dt_driver_test_status()
220 dt_test_state.probe_clocks = FAILED; in probe_test_clocks()
272 dt_test_state.probe_resets = FAILED; in probe_test_resets()
[all …]
H A Dmisc.c254 LOG(" check results => %s", r ? "ok" : "FAILED !!!"); in self_test_division()
270 LOG(" check results => %s", r ? "ok" : "FAILED !!!"); in self_test_division()
292 LOG(" check results => %s", r ? "ok" : "FAILED !!!"); in self_test_division()
308 LOG(" check results => %s", r ? "ok" : "FAILED !!!"); in self_test_division()
338 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_malloc()
355 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_malloc()
375 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_malloc()
396 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_malloc()
416 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_malloc()
458 LOG(" => test %s", r ? "ok" : "FAILED"); in self_test_nex_malloc()
[all …]
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy_rpmi.c42 EMSG("Failed to get MPXY shared memory size (ret=%d)", ret); in sbi_mpxy_rpmi_probe_channels()
54 EMSG("Failed to get MPXY channel count (ret=%d)", ret); in sbi_mpxy_rpmi_probe_channels()
61 EMSG("Failed to allocate channel ID list"); in sbi_mpxy_rpmi_probe_channels()
68 EMSG("Failed to fetch channel IDs (ret=%d)", ret); in sbi_mpxy_rpmi_probe_channels()
76 EMSG("Failed to allocate channel table"); in sbi_mpxy_rpmi_probe_channels()
91 EMSG("Failed to read MPXY attributes for channel %u", in sbi_mpxy_rpmi_probe_channels()
104 EMSG("Failed to read RPMI attributes for channel %u", in sbi_mpxy_rpmi_probe_channels()
H A Dsbi_mpxy.c59 EMSG("MPXY SBI call failed: error=%ld value=%ld", sbiret.error, in sbi_mpxy_get_shmem_size()
103 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_set_shmem()
157 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_channel_ids()
215 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_read_attributes()
262 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_write_attributes()
330 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_send_message_with_response()
379 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_send_message_without_response()
423 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_channel_count()
475 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_notification_events()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h38 /** Memory allocation failed. */
277 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
293 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed
309 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
347 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
375 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
388 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
417 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
554 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
569 * \return #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed.
[all …]
H A Dnet_sockets.h37 /** Failed to open a socket. */
39 /** The connection to the given server / port failed. */
41 /** Binding of the socket failed. */
47 /** Reading information from the socket failed. */
49 /** Sending information through the socket failed. */
53 /** Failed to get an IP address for the given hostname. */
59 /** Polling the net context failed. */
/optee_os/core/drivers/amd/asu/
H A Dasu_main.c120 EMSG("Failed to map runtime config area"); in asu_get_channelID()
137 EMSG("Failed to identify ASU channel ID for APU"); in asu_get_channelID()
142 EMSG("Failed to unmap RTCA"); in asu_get_channelID()
319 EMSG("Failed to communicate to ASU"); in asu_update_queue_buffer_n_send_ipi()
404 EMSG("Failed to map doorbell register"); in setup_doorbell()
450 EMSG("Failed to allocate memory for ASU"); in asu_init()
458 EMSG("Failed to initialize ASU"); in asu_init()
463 EMSG("ASU FW check failed"); in asu_init()
480 EMSG("Failed to map ASU SHM"); in asu_init()
486 EMSG("Failed to set up ASU doorbell"); in asu_init()
[all …]
/optee_os/core/arch/arm/plat-telechips/
H A Dmain.c73 EMSG("Failed to store HUK to OTP"); in init_huk()
75 EMSG("Failed to generate random number for HUK"); in init_huk()
82 EMSG("Failed to get HUK from OTP"); in init_huk()
/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c61 EMSG("Failed to open token persistent db: %#"PRIx32, res); in update_persistent_db()
67 EMSG("Failed to write to token persistent db: %#"PRIx32, res); in update_persistent_db()
392 DMSG("Failed to read database"); in unregister_persistent_object()
411 DMSG("Failed to update database"); in unregister_persistent_object()
493 EMSG("OpenPersistent failed %#"PRIx32, res); in load_persistent_object_attributes()
501 EMSG("GetObjectInfo failed %#"PRIx32, res); in load_persistent_object_attributes()
516 EMSG("Seek to 0 failed %#"PRIx32, res); in load_persistent_object_attributes()
521 EMSG("Read %zu bytes, failed %#"PRIx32, in load_persistent_object_attributes()
565 EMSG("OpenPersistent failed %#"PRIx32, res); in update_persistent_object_attributes()
689 EMSG("Failed to allocate initial_data buffer"); in init_persistent_db()
[all …]
/optee_os/core/kernel/
H A Dassert.c19 EMSG_RAW("assertion '%s' failed at %s:%d <%s>", in _assert_log()
22 EMSG_RAW("assertion failed"); in _assert_log()
/optee_os/core/pta/imx/
H A Dmanufacturing_protection.c34 EMSG("MP public key export failed with code 0x%" PRIx32, res); in mp_get_public_key()
75 EMSG("Manufacturing Protection signature failed 0x%" PRIx32, in mp_signature()
85 EMSG("Manufacturing Protection export MPRM failed 0x%" PRIx32, in mp_signature()
/optee_os/core/arch/arm/plat-imx/
H A Dtzc380.c105 EMSG("Failed to get GPR"); in imx6_tzasc_is_enabled()
126 EMSG("Failed to get GPR"); in imx8m_tzasc_is_enabled()
230 panic("NS-RW DRAM setup failed!"); in imx_configure_tzasc()
238 panic("Region lockdown failed!"); in imx_configure_tzasc()
/optee_os/lib/libutee/include/
H A Dutee_types.h27 * [out] value[1].b Number of failed allocation requests
28 * [out] value[2].a Biggest byte size which allocation failed
/optee_os/ldelf/
H A Dasan.c45 EMSG("failed to map ldelf shadow stack"); in asan_init_ldelf()
54 EMSG("failed to map ldelf shadow elf sections"); in asan_init_ldelf()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c208 EMSG("Failed to allocate memory for ps_gpio"); in amd_ps_gpio_probe()
213 EMSG("Failed to get Register Base and Size"); in amd_ps_gpio_probe()
230 EMSG("AMD PS GPIO initialization Failed"); in amd_ps_gpio_probe()
237 EMSG("Failed to register PS GPIO Provider"); in amd_ps_gpio_probe()
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dsa2ul.c43 EMSG("Failed to get SA2UL device"); in sa2ul_init()
53 EMSG("Failed to enable firewalls for TRNG device"); in sa2ul_init()
/optee_os/core/pta/veraison_attestation/
H A Dveraison_attestation.c91 DMSG("Failed to encode measurement_value to base64"); in cmd_get_cbor_evidence()
112 DMSG("Failed to encode evidence to CBOR"); in cmd_get_cbor_evidence()
119 DMSG("Failed to encode CBOR to COSE"); in cmd_get_cbor_evidence()

12345678910>>...12