| /optee_os/core/drivers/crypto/versal/ |
| H A D | ipi.c | 24 struct versal_ipi_cmd cmd = { }; in versal_sha3_request() local 53 struct versal_ipi_cmd cmd = { }; in versal_aes_update_aad_request() local 72 struct versal_ipi_cmd cmd = { }; in versal_crypto_request() local
|
| H A D | rsa.c | 32 struct versal_rsa_input_param *cmd = NULL; in do_encrypt() local 122 struct versal_rsa_input_param *cmd = NULL; in do_decrypt() local
|
| H A D | ecc.c | 151 struct versal_ecc_verify_param *cmd = NULL; in verify() local 230 struct versal_ecc_sign_param *cmd = NULL; in sign() local
|
| /optee_os/core/pta/ |
| H A D | widevine.c | 133 uint32_t cmd) in get_dt_data() 172 static TEE_Result invoke_command(void *psess __unused, uint32_t cmd, in invoke_command()
|
| H A D | hwrng.c | 60 uint32_t cmd, uint32_t ptypes, in invoke_command()
|
| H A D | stats.c | 227 uint32_t cmd, uint32_t ptypes, in invoke_command()
|
| H A D | scmi.c | 220 static TEE_Result pta_scmi_invoke_command(void *session __unused, uint32_t cmd, in pta_scmi_invoke_command()
|
| /optee_os/core/drivers/crypto/ele/include/ |
| H A D | ele.h | 17 static inline size_t size_msg(size_t cmd) in size_msg()
|
| /optee_os/core/arch/arm/plat-stm32mp1/nsec-service/ |
| H A D | bsec_svc.c | 17 uint32_t cmd = args->a1; in bsec_main() local
|
| /optee_os/core/drivers/ |
| H A D | versal_mbox.c | 200 static TEE_Result versal_mbox_write_req(struct versal_ipi_cmd *cmd) in versal_mbox_write_req() 233 static TEE_Result versal_mbox_read_rsp(struct versal_ipi_cmd *cmd, in versal_mbox_read_rsp() 293 TEE_Result versal_mbox_notify(struct versal_ipi_cmd *cmd, in versal_mbox_notify()
|
| H A D | versal_pm.c | 137 struct versal_ipi_cmd cmd = { }; in versal_write_fpga() local 181 struct versal_ipi_cmd cmd = { }; in versal_check_pm_abi() local
|
| /optee_os/core/tee/ |
| H A D | tee_supp_plugin_rpc.c | 19 TEE_Result tee_invoke_supp_plugin_rpc(const TEE_UUID *uuid, uint32_t cmd, in tee_invoke_supp_plugin_rpc()
|
| /optee_os/core/arch/riscv/plat-spike/drivers/ |
| H A D | htif.c | 40 uint64_t cmd, uint64_t data) in tohost_cmd()
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 256 } __packed cmd = { in imx_ele_session_open() local 299 } cmd = { in imx_ele_session_close() local 322 } __packed cmd in imx_ele_get_device_info() local 388 } __packed cmd = { }; imx_ele_derive_key() local 503 } cmd = { }; imx_ele_rng_get_random() local [all...] |
| /optee_os/core/drivers/crypto/se050/adaptors/include/ |
| H A D | se050_utils.h | 22 uint8_t cmd[128]; member
|
| /optee_os/core/drivers/crypto/se050/adaptors/apis/ |
| H A D | sss.c | 55 struct s050_scp_rotate_cmd cmd = { }; in se050_rotate_scp03_keys() local
|
| /optee_os/lib/libutee/ |
| H A D | tee_system_pta.c | 81 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd, in tee_invoke_supp_plugin()
|
| /optee_os/scripts/ |
| H A D | symbolize.py | 140 def my_Popen(self, cmd): argument 179 def arch_prefix(self, cmd, elf): argument
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | scp_config.c | 302 static sss_status_t prepare_key_data(uint8_t *key, uint8_t *cmd, in prepare_key_data() 323 struct s050_scp_rotate_cmd *cmd, in se050_scp03_prepare_rotate_cmd()
|
| /optee_os/core/kernel/ |
| H A D | user_ta.c | 148 enum utee_entry_func func, uint32_t cmd) in user_ta_enter() 241 static TEE_Result user_ta_enter_invoke_cmd(struct ts_session *s, uint32_t cmd) in user_ta_enter_invoke_cmd()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | entry.c | 116 TEE_Result TA_InvokeCommandEntryPoint(void *tee_session, uint32_t cmd, in TA_InvokeCommandEntryPoint()
|
| /optee_os/core/drivers/crypto/caam/hal/common/registers/ |
| H A D | sm_regs.h | 26 #define SM_SMCR_CMD(cmd) SHIFT_U32((cmd) & 0xF, 0) argument
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_sm.c | 30 unsigned int partition, uint8_t cmd) in issue_cmd()
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hisi_qm.c | 141 static void qm_db(struct hisi_qm *qm, uint16_t qn, uint8_t cmd, uint16_t index, in qm_db() 209 static void qm_mb_init(struct qm_mailbox *mb, uint8_t cmd, uint64_t base, in qm_mb_init() 229 static enum hisi_drv_status hisi_qm_mb_write(struct hisi_qm *qm, uint8_t cmd, in hisi_qm_mb_write() 244 uint8_t cmd, uint16_t qnum) in hisi_qm_mb_read()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 461 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() 562 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd()
|