| /optee_os/core/drivers/ |
| H A D | zynqmp_csu_aes.c | 51 uint32_t status = 0; in aes_wait() local 57 status = io_read32(aes + AES_STS_OFFSET) & event; in aes_wait() 58 if ((set && status == event) || (!set && status != event)) in aes_wait()
|
| H A D | imx_snvs.c | 116 uint32_t status = io_read32(base + SNVS_HPSR); in is_otpmk_valid() local 118 return !(status & (SNVS_HPSR_OTPMK_ZERO | SNVS_HPSR_OTPMK_SYND)); in is_otpmk_valid()
|
| H A D | imx_i2c.c | 235 uint32_t *status) in i2c_sync_bus() argument 248 if (status) in i2c_sync_bus() 249 *status = sr; in i2c_sync_bus() 272 uint32_t status = 0; in i2c_write_byte() local 275 ret = i2c_sync_bus(bid, &isr_active, &status); in i2c_write_byte() 278 if (!ret && (status & I2SR_RX_NO_AK)) in i2c_write_byte()
|
| H A D | versal_mbox.c | 235 uint32_t *status) in versal_mbox_read_rsp() argument 242 *status = *(uint32_t *)ipi.rsp; in versal_mbox_read_rsp() 244 if (*status) in versal_mbox_read_rsp()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_utmi.c | 28 uint32_t status = io_read32(pmc_base + AT91_PMC_SR); in clk_utmi_ready() local 30 return status & AT91_PMC_LOCKU; in clk_utmi_ready()
|
| H A D | at91_pmc.c | 220 uint32_t status = 0; in pmc_ready() local 222 status = io_read32(pmc_base + AT91_PMC_SR); in pmc_ready() 224 return (status & mask) == mask; in pmc_ready()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157c-ev1-scmi.dts | 16 status = "okay";
|
| H A D | stm32mp15xc.dtsi | 15 status = "disabled";
|
| H A D | stm32mp135.dtsi | 21 status = "disabled";
|
| H A D | stm32mp157.dtsi | 29 status = "disabled";
|
| H A D | stm32mp157a-dk1-scmi.dts | 32 status = "okay";
|
| H A D | stm32mp157c-dk2-scmi.dts | 33 status = "okay";
|
| H A D | stm32mp215f-dk.dts | 46 status = "okay";
|
| H A D | stm32mp157c-dhcom-pdk2.dts | 28 status = "okay";
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509write_crt.c | 210 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_x509write_crt_set_key_identifier() local 224 status = psa_hash_compute(PSA_ALG_SHA_1, in mbedtls_x509write_crt_set_key_identifier() 230 if (status != PSA_SUCCESS) { in mbedtls_x509write_crt_set_key_identifier() 434 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_x509write_crt_der() local 605 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der() 611 if (status != PSA_SUCCESS) { in mbedtls_x509write_crt_der()
|
| H A D | ssl_tls12_client.c | 27 static int local_err_translation(psa_status_t status) in local_err_translation() argument 29 return psa_status_to_mbedtls(status, psa_to_ssl_errors, in local_err_translation() 33 #define PSA_TO_MBEDTLS_ERR(status) local_err_translation(status) argument 2759 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in ssl_write_client_key_exchange() local 2787 status = psa_generate_key(&key_attributes, in ssl_write_client_key_exchange() 2789 if (status != PSA_SUCCESS) { in ssl_write_client_key_exchange() 2801 status = psa_export_public_key(handshake->xxdh_psa_privkey, in ssl_write_client_key_exchange() 2804 if (status != PSA_SUCCESS) { in ssl_write_client_key_exchange() 2816 status = psa_raw_key_agreement(PSA_ALG_ECDH, in ssl_write_client_key_exchange() 2827 if (status != PSA_SUCCESS || destruction_status != PSA_SUCCESS) { in ssl_write_client_key_exchange() [all …]
|
| H A D | lmots.h | 56 int MBEDTLS_DEPRECATED mbedtls_lms_error_from_psa(psa_status_t status);
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash_mac.c | 103 HASH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_reduce_key() 198 HASH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_hmac_init() 199 ret = job_status_to_tee_result(jobctx.status); in do_hmac_init()
|
| /optee_os/core/drivers/crypto/caam/acipher/ |
| H A D | caam_dsa.c | 481 DSA_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_gen_keypair() 482 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair() 631 DSA_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_sign() 632 ret = job_status_to_tee_result(jobctx.status); in do_sign() 764 if (retstatus == CAAM_JOB_STATUS && !jobctx.status) { in do_verify() 765 DSA_TRACE("DSA Verify Status 0x%08" PRIx32, jobctx.status); in do_verify() 768 DSA_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_verify() 769 ret = job_status_to_tee_result(jobctx.status); in do_verify()
|
| H A D | caam_dh.c | 375 DH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_gen_keypair() 376 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair() 492 DH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_shared_secret() 493 ret = job_status_to_tee_result(jobctx.status); in do_shared_secret()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | platform.h | 353 extern void (*mbedtls_exit)(int status); 364 int mbedtls_platform_set_exit(void (*exit_func)(int status));
|
| /optee_os/core/include/kernel/ |
| H A D | ts_manager.h | 73 void (*gprof_set_status)(enum ts_gprof_status status);
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_jr.c | 238 jobctx->status = caam_read_jobstatus(jr_out); in do_jr_dequeue() 473 jobctx->status = 0; in caam_jr_enqueue() 512 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue() 526 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | abort.c | 97 EMSG_RAW("tval\t%016" PRIxPTR " status\t%016" PRIxPTR, in __print_abort_info() 98 ai->regs->tval, ai->regs->status); in __print_abort_info() 239 ai->regs->status = xstatus_for_xret(true, PRV_S); in handle_user_mode_panic() 257 return (ai->regs->status & CSR_XSTATUS_SPP) == 0; in abort_is_user_exception()
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 73 uint8_t status; member 86 rsp.status, rsp.rating, rsp.rating_extension); in print_rsp_code() 182 .status = (word & GENMASK_32(7, 0)) >> 0, in get_response_code() 225 if (rsp.status != ELE_COMMAND_SUCCEED) { in imx_ele_call()
|