Home
last modified time | relevance | path

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

1234567891011

/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 …]
/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.c61 EMSG("MPXY SBI call failed: error=%ld value=%ld", sbiret.error, in sbi_mpxy_get_shmem_size()
105 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_set_shmem()
159 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_channel_ids()
217 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_read_attributes()
264 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_write_attributes()
332 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_send_message_with_response()
381 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_send_message_without_response()
425 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_channel_count()
477 EMSG("MPXY SBI call failed: error=%ld", sbiret.error); in sbi_mpxy_get_notification_events()
H A Dboot.c56 panic("Failed to config non-secure memory"); in update_external_dt()
60 panic("Failed to config secure memory"); in update_external_dt()
180 panic("Failed to find /cpus node in the device tree"); in boot_primary_init_core_ids()
307 DMSG("Zkr: Failed to seed ASLR"); in get_aslr_seed()
/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/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()
384 DMSG("Failed to read database"); in unregister_persistent_object()
403 DMSG("Failed to update database"); in unregister_persistent_object()
485 EMSG("OpenPersistent failed %#"PRIx32, res); in load_persistent_object_attributes()
493 EMSG("GetObjectInfo failed %#"PRIx32, res); in load_persistent_object_attributes()
508 EMSG("Seek to 0 failed %#"PRIx32, res); in load_persistent_object_attributes()
513 EMSG("Read %zu bytes, failed %#"PRIx32, in load_persistent_object_attributes()
557 EMSG("OpenPersistent failed %#"PRIx32, res); in update_persistent_object_attributes()
681 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/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/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/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()
H A Dcbor.c103 DMSG("Failed to allocate buffer"); in build_encoded_buffer()
208 DMSG("Failed to encode protected header payload"); in encode_cose_evidence()
226 DMSG("Failed to encode to-be-signed payload"); in encode_cose_evidence()
234 DMSG("Failed to sign payload"); in encode_cose_evidence()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dmulti.c17 /* failed */ in ltc_init_multi()
46 /* failed */ in ltc_init_multi_size()
/optee_os/core/lib/scmi-server/
H A Dscmi_server.c85 EMSG("SCMI server configuration failed: %d", rc); in scmi_server_initialize()
93 EMSG("SCMI server init failed: %d", rc); in scmi_server_initialize()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_rng.c89 RNG_TRACE("RNG buffer allocation failed"); in do_rng_read()
99 RNG_TRACE("Virtual/Physical conversion failed"); in do_rng_read()
105 RNG_TRACE("Descriptor allocation failed"); in do_rng_read()
353 EMSG("Failed to read RNG: %#" PRIx32, res); in plat_rng_init()
359 EMSG("Failed to initialize RNG: %#" PRIx32, res); in plat_rng_init()

1234567891011