/optee_os/core/pta/ |
A D | hwrng.c | 16 static TEE_Result rng_get_entropy(uint32_t types, in rng_get_entropy() argument 22 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in rng_get_entropy() 26 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy() 40 static TEE_Result rng_get_info(uint32_t types, in rng_get_info() argument 43 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rng_get_info() 47 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
|
A D | device.c | 40 static TEE_Result get_devices(uint32_t types, in get_devices() argument 50 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in get_devices()
|
/optee_os/core/arch/arm/plat-synquacer/ |
A D | rng_pta.c | 253 static TEE_Result rng_get_entropy(uint32_t types, in rng_get_entropy() argument 261 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in rng_get_entropy() 265 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy() 313 static TEE_Result rng_get_info(uint32_t types, in rng_get_info() argument 316 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rng_get_info() 320 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
|
/optee_os/core/pta/bcm/ |
A D | bnxt.c | 70 static TEE_Result copy_bnxt_crash_dump(uint32_t types, in copy_bnxt_crash_dump() argument 78 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in copy_bnxt_crash_dump() 82 DMSG("bad parameters types: 0x%" PRIx32, types); in copy_bnxt_crash_dump()
|
/optee_os/ta/trusted_keys/ |
A D | entry.c | 32 static TEE_Result get_random(uint32_t types, TEE_Param params[TEE_NUM_PARAMS]) in get_random() argument 38 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in get_random() 204 static TEE_Result seal_trusted_key(uint32_t types, in seal_trusted_key() argument 215 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in seal_trusted_key() 247 static TEE_Result unseal_trusted_key(uint32_t types, in unseal_trusted_key() argument 258 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in unseal_trusted_key()
|
/optee_os/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 245 up->types = param_types; in to_utee_params() 273 uint32_t types = up->types; in from_utee_params() local 279 switch (TEE_PARAM_TYPE_GET(types, n)) { in from_utee_params() 298 *param_types = types; in from_utee_params()
|
/optee_os/core/kernel/ |
A D | pseudo_ta.c | 65 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in copy_in_param() 110 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in update_out_param() 170 param_types = ta_sess->param->types; in pseudo_ta_enter_open_session() 204 param_types = ta_sess->param->types; in pseudo_ta_enter_invoke_cmd()
|
A D | user_ta.c | 57 up->types = p->types; in init_utee_param() 62 switch (TEE_PARAM_TYPE_GET(p->types, n)) { in init_utee_param() 91 switch (TEE_PARAM_TYPE_GET(p->types, n)) { in update_from_utee_param()
|
A D | tee_ta_manager.c | 450 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in check_params()
|
/optee_os/lib/libutee/ |
A D | tee_api.c | 83 up->types = param_types; in copy_param() 123 uint32_t types = up->types; in update_out_param() local 129 switch (TEE_PARAM_TYPE_GET(types, n)) { in update_out_param()
|
/optee_os/core/tee/ |
A D | tee_svc.c | 521 uint32_t types = up->types; in utee_param_to_param() local 523 p->types = types; in utee_param_to_param() 530 switch (TEE_PARAM_TYPE_GET(types, n)) { in utee_param_to_param() 648 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_copy_param() 694 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_copy_param() 749 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_update_out_param()
|
A D | entry_std.c | 247 ta_param->types = TEE_PARAM_TYPES(pt[0], pt[1], pt[2], pt[3]); in copy_in_params() 281 switch (TEE_PARAM_TYPE_GET(ta_param->types, n)) { in copy_out_param()
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | utee_types.h | 36 uint64_t types; member
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | utee_types.h | 36 uint64_t types; member
|
/optee_os/lib/libutee/include/ |
A D | utee_types.h | 36 uint64_t types; member
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | utee_types.h | 36 uint64_t types; member
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | utee_types.h | 36 uint64_t types; member
|
/optee_os/out/arm/ta_arm32-lib/libutils/isoc/ |
A D | .qsort.o.d | 2 out/arm/include/generated/conf.h lib/libutils/isoc/include/sys/types.h \
|
/optee_os/out/arm/core-lib/libutils/isoc/ |
A D | .qsort.o.d | 2 out/arm/include/generated/conf.h lib/libutils/isoc/include/sys/types.h \
|
/optee_os/out/arm/ta_arm64-lib/libutils/isoc/ |
A D | .qsort.o.d | 2 out/arm/include/generated/conf.h lib/libutils/isoc/include/sys/types.h \
|
/optee_os/out/arm/ldelf-lib/libutils/isoc/ |
A D | .qsort.o.d | 2 out/arm/include/generated/conf.h lib/libutils/isoc/include/sys/types.h \
|
/optee_os/core/include/kernel/ |
A D | tee_ta_manager.h | 44 uint32_t types; member
|
/optee_os/core/arch/arm/kernel/ |
A D | stmm_sp.c | 365 if (ta_sess->param->types != exp_pt) in stmm_enter_open_session() 394 if (ta_sess->param->types != exp_pt) in stmm_enter_invoke_cmd()
|
/optee_os/core/mm/ |
A D | vm.c | 932 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param() 999 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param()
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | LICENSE | 34 and conversions to other media types.
|