Home
last modified time | relevance | path

Searched refs:types (Results 1 – 20 of 20) sorted by relevance

/optee_os-3.20.0/core/pta/
A Dhwrng.c22 static TEE_Result rng_get_entropy(uint32_t types, in rng_get_entropy() argument
27 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in rng_get_entropy()
31 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy()
42 static TEE_Result rng_get_info(uint32_t types, in rng_get_info() argument
45 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rng_get_info()
49 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
A Drtc.c30 static TEE_Result rtc_pta_get_time(uint32_t types, in rtc_pta_get_time() argument
37 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in rtc_pta_get_time()
56 static TEE_Result rtc_pta_set_time(uint32_t types, in rtc_pta_set_time() argument
62 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in rtc_pta_set_time()
83 static TEE_Result rtc_pta_set_offset(uint32_t types, in rtc_pta_set_offset() argument
86 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in rtc_pta_set_offset()
95 static TEE_Result rtc_pta_get_offset(uint32_t types, in rtc_pta_get_offset() argument
101 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rtc_pta_get_offset()
119 static TEE_Result rtc_pta_get_info(uint32_t types, in rtc_pta_get_info() argument
128 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in rtc_pta_get_info()
A Ddevice.c40 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-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c254 static TEE_Result rng_get_entropy(uint32_t types, in rng_get_entropy() argument
262 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in rng_get_entropy()
266 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy()
314 static TEE_Result rng_get_info(uint32_t types, in rng_get_info() argument
317 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rng_get_info()
321 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
/optee_os-3.20.0/core/pta/bcm/
A Dbnxt.c70 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-3.20.0/ta/trusted_keys/
A Dentry.c32 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-3.20.0/lib/libutee/include/
A Dutee_types.h46 uint64_t types; member
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c258 up->types = param_types; in to_utee_params()
286 uint32_t types = up->types; in from_utee_params() local
292 switch (TEE_PARAM_TYPE_GET(types, n)) { in from_utee_params()
311 *param_types = types; in from_utee_params()
/optee_os-3.20.0/core/kernel/
A Dpseudo_ta.c65 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 Duser_ta.c57 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 Dtee_ta_manager.c467 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in check_params()
944 param.types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in dump_ta_stats()
/optee_os-3.20.0/lib/libutee/
A Dtee_api.c83 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-3.20.0/core/tee/
A Dtee_svc.c574 uint32_t types = up->types; in utee_param_to_param() local
576 p->types = types; in utee_param_to_param()
583 switch (TEE_PARAM_TYPE_GET(types, n)) { in utee_param_to_param()
703 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_copy_param()
804 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_update_out_param()
A Dentry_std.c247 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-3.20.0/core/include/kernel/
A Dtee_ta_manager.h44 uint32_t types; member
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c376 if (ta_sess->param->types != exp_pt) in stmm_enter_open_session()
405 if (ta_sess->param->types != exp_pt) in stmm_enter_invoke_cmd()
/optee_os-3.20.0/core/mm/
A Dvm.c989 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param()
1056 uint32_t param_type = TEE_PARAM_TYPE_GET(param->types, n); in vm_map_param()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DLICENSE34 and conversions to other media types.
A DREADME.md206 - The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.
A DChangeLog698 * In the PSA API, rename the types of elliptic curve and Diffie-Hellman
729 using other subjectAltName name types might be possible. Found and
1006 * Change the encoding of key types and curves in the PSA API. The new
1009 existing code is that elliptic curve key types no longer encode the
1279 * List all SAN types in the subject_alt_names field of the certificate.
2455 The PK and RSA modules use different types for passing hash length and
3020 * Compiler is required to support C99 types such as long long and uint32_t.
3993 * Moved from unsigned long to fixed width uint32_t types throughout code
4199 better unsigned / signed use. Renamed internal bigint types

Completed in 29 milliseconds