| /optee_os/core/lib/zlib/ |
| H A D | inflate.h | 111 code const FAR *lencode; /* starting table for length/literal codes */ 112 code const FAR *distcode; /* starting table for distance codes */ 120 code FAR *next; /* next available space in codes[] */ 123 code codes[ENOUGH]; /* space for code tables */
|
| H A D | inffixed.h | 10 static const code lenfix[512] = { 87 static const code distfix[32] = {
|
| H A D | inftrees.h | 29 } code; typedef 62 unsigned codes, code FAR * FAR *table,
|
| H A D | inftrees.c | 37 code FAR * FAR *table; 54 code here; /* table entry for duplication */ 55 code FAR *next; /* next available space in table */
|
| H A D | inffast.c | 70 code const FAR *lcode; /* local strm->lencode */ 71 code const FAR *dcode; /* local strm->distcode */ 74 code const *here; /* retrieved table entry */
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/ |
| H A D | der_length_printable_string.c | 13 int code, value; member 95 if (printable_table[x].code == c) { in der_printable_char_encode() 107 return printable_table[x].code; in der_printable_value_decode()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/ |
| H A D | der_length_teletex_string.c | 13 int code, value; member 139 if (teletex_table[x].code == c) { in der_teletex_char_encode() 151 return teletex_table[x].code; in der_teletex_value_decode()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/ |
| H A D | der_length_ia5_string.c | 13 int code, value; member 123 if (ia5_table[x].code == c) { in der_ia5_char_encode() 135 return ia5_table[x].code; in der_ia5_value_decode()
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 24 worry so much about this and so code using QCBOR passes static 25 analyzers easier. Simpler code because there is no support for 57 **Small code size** – In the smallest configuration the object 58 code is less than 4KB on 64-bit x86 CPUs. The design is such that 59 object code for QCBOR APIs not used is not referenced. 85 many fewer lines of code. They also tend to parallel the encoding 126 No detailed code size comparison has been made, but in a spot check 129 larger. This includes the code to call the library, which is about the 130 same for both libraries, and the code linked from the libraries. QCBOR 131 is a bit more powerful, so you get value for the extra code brought [all …]
|
| /optee_os/core/arch/arm/plat-marvell/armada7k8k/ |
| H A D | hal_sec_perf.c | 116 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument 118 (code) = INVALID_SIZE_CODE; \ 121 (code) = (i); \ 127 #define RANGE_CODE_TO_SIZE_K(code, sizek) ((sizek) = ((4) << (code))) argument
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/ |
| H A D | README.txt | 9 is distributed in the form of C source code. Building the SoftFloat sources 20 Other files in the package comprise the source code for SoftFloat.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 18 - The code should be written in a clean and readable style, and must follow [our coding standards](… 19 - The code should be written in a portable generic way, that will benefit the whole community, and … 20 - The code should be secure, and will be reviewed from a security point of view as well. 33 …code to work with a newer version of the library. Unless the user has made an active decision to u… 43 …ional features or API extensions which may introduce issues or change the code size or RAM usage, … 64 …lable to show test coverage of the library. New code contributions should provide a similar level … 79 1. Complex parts in the code should include comments. 87 … these licenses. This means that users may choose which of these licenses they take the code under. 93 The copyright on contributions is retained by the original authors of the code. Where possible for … 95 …code to us, the committer and all authors are required to make the submission under the terms of t…
|
| H A D | README.md | 4 …09 certificate manipulation and the SSL/TLS and DTLS protocols. Its small code footprint makes it … 51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build… 63 The source code of Mbed TLS includes some files that are automatically generated by scripts and who… 91 In order to build from the source code using GNU Make, just enter at the command line: 143 - `Release`. This generates the default code without any unnecessary information in the binary fi… 144 - `Debug`. This generates debug information and disables optimization of the code. 145 - `Coverage`. This generates code coverage information in addition to debug information. 146 …code with AddressSanitizer to check for memory errors. (This includes LeakSanitizer, with recent v… 148 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read… 238 …mple programs is to demonstrate specific features of the library, and the code may need to be adap… [all …]
|
| /optee_os/core/arch/arm/plat-marvell/armada3700/ |
| H A D | hal_sec_perf.c | 117 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument 119 (code) = INVALID_SIZE_CODE; \ 122 (code) = (i); \
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | setjmp_a32.S | 171 .code 16 174 .code 32 178 #define MODE .code 32
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | plat_init.S | 43 .code 32
|
| /optee_os/core/arch/arm/plat-imx/ |
| H A D | a7_plat_init.S | 23 .code 32
|
| H A D | a9_plat_init.S | 47 .code 32
|
| /optee_os/core/arch/arm/plat-rzn1/ |
| H A D | a7_plat_init.S | 23 .code 32
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | reset.S | 12 .code 32
|
| /optee_os/core/arch/arm/plat-zynq7k/ |
| H A D | plat_init.S | 49 .code 32
|
| /optee_os/ |
| H A D | README.md | 2 This git contains source code for the secure side implementation of OP-TEE
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | README.txt | 4 This directory and its subdirectories contain source code for the compiler
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | tz_a9init.S | 15 .code 32
|
| /optee_os/core/lib/libfdt/ |
| H A D | README.license | 13 entitled 'GPL' which should be included in this package. dtc code, 30 This does mean that libfdt code could be "stolen" - say, included in a 38 Licenses such as the LGPL which would allow code to be used in non-GPL
|