Home
last modified time | relevance | path

Searched refs:exp_param_types (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/pta/bcm/
H A Dwdt.c38 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_wd_config() local
43 if (exp_param_types != param_types) { in pta_wd_config()
62 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in pta_wd_start() local
67 if (exp_param_types != param_types) { in pta_wd_start()
80 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in pta_wd_ping() local
85 if (exp_param_types != param_types) { in pta_wd_ping()
98 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in pta_wd_stop() local
103 if (exp_param_types != param_types) { in pta_wd_stop()
117 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_wd_set_timeout() local
122 if (exp_param_types != param_types) { in pta_wd_set_timeout()
H A Dgpio.c49 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_gpio_config() local
54 if (exp_param_types != param_types) { in pta_gpio_config()
92 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_gpio_set() local
97 if (exp_param_types != param_types) { in pta_gpio_set()
137 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_gpio_get() local
142 if (exp_param_types != param_types) { in pta_gpio_get()
H A Delog.c67 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in pta_elog_load_nitro_fw() local
72 if (exp_param_types != param_types) { in pta_elog_load_nitro_fw()
143 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in pta_elog_nitro_crash_dump() local
149 if (exp_param_types != param_types) { in pta_elog_nitro_crash_dump()
190 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in pta_elog_dump() local
196 if (exp_param_types != param_types) { in pta_elog_dump()
H A Dhwrng.c30 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in pta_hwrng_get() local
35 if (exp_param_types != param_types) { in pta_hwrng_get()
H A Dsotp.c42 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in pta_sotp_read() local
46 if (exp_param_types != param_types) { in pta_sotp_read()
/optee_os/core/pta/k3/
H A Dotp.c17 const uint32_t exp_param_types = in write_otp_row() local
25 if (param_types != exp_param_types) in write_otp_row()
41 const uint32_t exp_param_types = in read_otp_mmr() local
49 if (param_types != exp_param_types) in read_otp_mmr()
67 const uint32_t exp_param_types = in lock_otp_row() local
74 if (param_types != exp_param_types) in lock_otp_row()
/optee_os/core/pta/imx/
H A Docotp.c16 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in chip_uid() local
21 if (param_types != exp_param_types) in chip_uid()
41 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in read_fuse() local
46 if (param_types != exp_param_types) in read_fuse()
H A Dmanufacturing_protection.c21 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in mp_get_public_key() local
26 if (param_types != exp_param_types) in mp_get_public_key()
50 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in mp_signature() local
55 if (param_types != exp_param_types) in mp_signature()
H A Ddigprog.c16 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in invokeCommandEntryPoint() local
21 if (param_types != exp_param_types) in invokeCommandEntryPoint()
H A Ddek_blob.c104 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in cmd_dek_generate() local
109 if (param_types != exp_param_types) in cmd_dek_generate()
/optee_os/core/pta/tests/
H A Daes_perf.c163 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in core_aes_perf_tests() local
175 if (param_types != exp_param_types) in core_aes_perf_tests()