Home
last modified time | relevance | path

Searched refs:command (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/drivers/
H A Dimx_sc_api.c103 .header.command = SC_RM_FUNC_GET_PARTITION, in sc_rm_get_partition()
112 err = msg.header.command; in sc_rm_get_partition()
138 .header.command = SC_PM_FUNC_SET_RESOURCE_POWER_MODE, in sc_pm_set_resource_power_mode()
150 scu_error = msg.header.command; in sc_pm_set_resource_power_mode()
174 .header.command = SC_RM_FUNC_ASSIGN_RESOURCE, in sc_rm_assign_resource()
192 err = msg.header.command; in sc_rm_assign_resource()
272 .header.command = SC_SECO_FUNC_START_RNG, in imx_sc_seco_start_rng()
282 err = msg.header.command; in imx_sc_seco_start_rng()
/optee_os/core/pta/k3/
H A Dotp.c100 uint32_t command, uint32_t param_types, in invoke_command() argument
103 switch (command) { in invoke_command()
111 EMSG("Command ID 0x%"PRIx32" is not supported", command); in invoke_command()
/optee_os/core/include/drivers/
H A Dimx_mu.h24 uint8_t command; member
32 uint8_t command; member
/optee_os/core/drivers/crypto/ele/
H A Dele.c97 hdr.version, hdr.size, hdr.tag, hdr.command); in print_msg_header()
272 .header.command = ELE_CMD_SESSION_OPEN, in imx_ele_session_open()
306 .header.command = ELE_CMD_SESSION_CLOSE, in imx_ele_session_close()
327 .header.command = ELE_CMD_GET_INFO, in imx_ele_get_device_info()
394 .header.command = ELE_CMD_DERIVE_KEY, in imx_ele_derive_key()
471 .header.command = ELE_CMD_TRNG_STATE, in imx_ele_rng_get_trng_state()
509 .header.command = ELE_CMD_RNG_GET, in imx_ele_rng_get_random()
/optee_os/lib/libutee/
H A Dtee_socket_private.h29 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf,
H A Dtee_socket_pta.c141 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf, in __tee_socket_pta_ioctl() argument
154 params[0].value.b = command; in __tee_socket_pta_ioctl()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md91 In order to build from the source code using GNU Make, just enter at the command line:
109 …CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command line; compiler wa…
111 …ccept `-Wall` as an option). Directory-specific options cannot be overridden from the command line.
119 …build the source using CMake in a separate directory (recommended), just enter at the command line:
152 Switching build modes in CMake is simple. For debug mode, enter at the command line:
180 CMake cache. This can be done with the following command using GNU find:
H A DChangeLog566 a user configuration file or the compiler command line. Fixes #8165.
942 a user configuration file or the compiler command line. Fixes #8165.
1180 compiler target flags on the command line; the library now sets target
2689 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2
2693 ssl_server2 only, add the command line parameter key_pwd2 which allows to
2797 using a return command. This has been done to enable customization of the
4030 * The selftest program can execute a subset of the tests based on command
4739 compiler's command line.
5187 * Fix symlink command for cross compiling with CMake (found by Andre
/optee_os/core/lib/qcbor/
H A DREADME.md186 There is a simple makefile for the UNIX style command line binary that
213 support UNIX style command line and make, you should be able to make a
235 The tests can be built into a simple command line application to run them as it
423 installed to be invoked by the gcc command). You can also turn off
/optee_os/scripts/
H A Dsign_encrypt.py308 if parsed.command is None: