| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
| H A D | der_asn1_maps.c | 87 "Sequence and Sequence-of types", 88 "Set and Set-of types", 136 LTC_ASN1_SEQUENCE, /* Sequence and Sequence-of types */ 137 LTC_ASN1_SET, /* Set and Set-of types */ 138 LTC_ASN1_CUSTOM_TYPE, /* NumericString types */ 139 LTC_ASN1_PRINTABLE_STRING, /* PrintableString types */ 141 LTC_ASN1_TELETEX_STRING, /* TeletexString (T61String) types */ 142 LTC_ASN1_CUSTOM_TYPE, /* VideotexString types */ 143 LTC_ASN1_IA5_STRING, /* IA5String types */ 144 LTC_ASN1_UTCTIME, /* UTCTime types */ [all …]
|
| /optee_os/core/pta/ |
| H A D | rtc.c | 60 static TEE_Result rtc_pta_get_time(uint32_t types, in rtc_pta_get_time() argument 67 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in rtc_pta_get_time() 89 static TEE_Result rtc_pta_set_time(uint32_t types, in rtc_pta_set_time() argument 95 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in rtc_pta_set_time() 113 static TEE_Result rtc_pta_set_offset(uint32_t types, in rtc_pta_set_offset() argument 116 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in rtc_pta_set_offset() 125 static TEE_Result rtc_pta_get_offset(uint32_t types, in rtc_pta_get_offset() argument 131 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rtc_pta_get_offset() 149 static TEE_Result rtc_pta_read_alarm(uint32_t types, in rtc_pta_read_alarm() argument 156 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in rtc_pta_read_alarm() [all …]
|
| H A D | hwrng.c | 22 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()
|
| H A D | device.c | 44 static TEE_Result get_devices(uint32_t types, in get_devices() argument 54 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_OUTPUT, in get_devices()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | stdint.h | 10 * 7.18 interger types <stdint.h> 38 /* 7.18.1.1 Exact-width interger types */ 68 /* 7.18.1.2 Minimum-width integer types */ 78 /* 7.18.1.3 Fastest minimum-width integer types */ 88 /* 7.18.1.4 Integer types capable of holding object pointers */ 98 * 7.18.2 Limits of specified-width integer types 101 /* 7.18.2.1 Limits of exact-width interger types */ 118 /* 7.18.2.2 Limits of minimum-width integer types */ 135 /* 7.18.2.3 Limits of fastest minimum-width integer types */ 152 /* 7.18.2.4 Limits of integer types capable of holding object pointers */ [all …]
|
| /optee_os/core/pta/bcm/ |
| H A D | wdt.c | 44 EMSG("Invalid Param types"); in pta_wd_config() 68 EMSG("Invalid Param types"); in pta_wd_start() 86 EMSG("Invalid Param types"); in pta_wd_ping() 104 EMSG("Invalid Param types"); in pta_wd_stop() 123 EMSG("Invalid Param types"); in pta_wd_set_timeout()
|
| H 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()
|
| H A D | gpio.c | 55 EMSG("Invalid Param types"); in pta_gpio_config() 98 EMSG("Invalid Param types"); in pta_gpio_set() 143 EMSG("Invalid Param types"); in pta_gpio_get()
|
| H A D | elog.c | 73 EMSG("Invalid Param types"); in pta_elog_load_nitro_fw() 150 EMSG("Invalid Param types"); in pta_elog_nitro_crash_dump() 197 EMSG("Invalid Param types"); in pta_elog_dump()
|
| /optee_os/core/arch/arm/plat-synquacer/ |
| H A D | rng_pta.c | 52 * TEE_Result rng_get_entropy(uint32_t types, 256 static TEE_Result rng_get_entropy(uint32_t types, in rng_get_entropy() argument 265 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INOUT, in rng_get_entropy() 269 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy() 315 static TEE_Result rng_get_info(uint32_t types, in rng_get_info() argument 318 if (types != TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in rng_get_info() 322 EMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 43 up->types = param_types; in copy_param() 45 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_param() 73 up->types = param_types; in copy_gp11_param() 75 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_gp11_param() 118 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in map_tmp_param() 153 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in map_tmp_param() 164 if (TEE_PARAM_TYPE_GET(up->types, n) != in map_tmp_param() 182 uint32_t types = up->types; in update_out_param() local 188 switch (TEE_PARAM_TYPE_GET(types, n)) { in update_out_param() 212 uint32_t types = up->types; in update_out_gp11_param() local [all …]
|
| H A D | user_ta_entry.c | 282 up->types = param_types; in to_utee_params() 310 uint32_t types = up->types; in from_utee_params() local 316 switch (TEE_PARAM_TYPE_GET(types, n)) { in from_utee_params() 335 *param_types = types; in from_utee_params()
|
| /optee_os/ta/trusted_keys/ |
| H 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/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | softfloat_types.h | 44 | Types used to pass 32-bit, 64-bit, and 128-bit floating-point arguments and 45 | results to/from functions. These types must be exactly 32 bits, 64 bits, 47 | for IEEE-Standard floating-point formats, the types below may, if desired, 48 | be defined as aliases for the native types (typically `float' and `double',
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 22 CBOR data types in to C data types, handling over and 43 **Supports most of RFC 8949** – With some size limits, all data types 51 **Extensible and general** – Provides a way to handle data types that 71 These are functions to decode particular data types. They are an 273 * Encoding and decoding of basic float types, single and double-precision 297 Note that this does not remove use of the types double and float from 363 types in C for some architectures. 384 and standard tag types. 403 encoding of tagged types and encoding of bstr wrapping. 411 decode functions, such as those for tagged types bstr wrapping brings
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/ |
| H A D | SoftFloat.html | 27 <TR><TD COLSPAN=2>4. Types and Functions</TD></TR> 28 <TR><TD></TD><TD>4.1. Boolean and Integer Types</TD></TR> 29 <TR><TD></TD><TD>4.2. Floating-Point Types</TD></TR> 48 <TR><TD></TD><TD>8.3. Conversions Among Floating-Point Types</TD></TR> 101 This document gives information about the types defined and the routines 245 <H2>4. Types and Functions</H2> 248 The types and functions of SoftFloat are declared in header file 252 <H3>4.1. Boolean and Integer Types</H3> 257 <CODE>bool</CODE> and several integer types. 281 <H3>4.2. Floating-Point Types</H3> [all …]
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_types.h | 35 * Cache operation types. 46 uint64_t types; member
|
| H A D | utee_syscalls.h | 21 * long and size_t. Pointers may only point structures or types based on 22 * fixed width integer types. Only exception are buffers with opaque data. 28 * types; uint32_t, uint64_t etc. To keep it simple, use uint64_t for all
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | x509.h | 116 * X.509 v3 Subject Alternative Name types. 152 * Netscape certificate types 166 * X.509 extension types 297 …mbedtls_x509_buf unstructured_name; /**< The buffer for the unstructured types. rfc822Name, dnsNam… 299 san; /**< A union of the supported SAN types */ 441 * \note Supported GeneralName types, as defined in RFC 5280:
|
| H A D | config_adjust_legacy_from_psa.h | 51 * 1. Check if acceleration is complete for curves, key types, algs. 56 * already, so that we know the full set of key types that are requested. 91 /* ECC: key types: is acceleration complete? */ 301 /* ECC: key types: enable built-ins as needed. 370 * DH key types follow the same pattern used above for EC keys. They are defined 389 /* DH: key types: is acceleration complete? */ 687 * in the block cipher key types. */
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkwrite.h | 23 * Max sizes of key per types. Shown as tag + len (+ content). 114 * key types (EC and/or RSA). */
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_types.h | 10 * This file contains portable definitions of integral types for properties 64 /** \defgroup crypto_types Key and algorithm types 123 * For algorithms that can be applied to multiple key types, this type 242 * have restrictions on supported key types, sizes, policies and operations 478 * - Other key types: reserved for future use. \c flags must be 0. 501 * - Other key types: reserved for future use. \c flags must be 0.
|
| /optee_os/core/kernel/ |
| H A D | pseudo_ta.c | 66 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in copy_in_param() 111 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in update_out_param() 171 param_types = ta_sess->param->types; in pseudo_ta_enter_open_session() 205 param_types = ta_sess->param->types; in pseudo_ta_enter_invoke_cmd()
|
| /optee_os/core/include/mm/ |
| H A D | tee_mmu_types.h | 41 * https://developer.arm.com/documentation/den0024/a/Memory-Ordering/Memory-types/Device-memory 46 * https://developer.arm.com/documentation/den0024/a/Memory-Ordering/Memory-types/Device-memory
|
| /optee_os/core/tee/ |
| H A D | tee_svc.c | 592 uint64_t types = 0; in utee_param_to_param() local 599 types = up_bbuf->types; in utee_param_to_param() 601 p->types = types; in utee_param_to_param() 608 switch (TEE_PARAM_TYPE_GET(types, n)) { in utee_param_to_param() 697 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_copy_param() 746 switch (TEE_PARAM_TYPE_GET(param->types, n)) { in tee_svc_update_out_param()
|