/optee_os-3.20.0/ |
A D | CHANGELOG.md | 13 [OP_TEE_optee_os_pr_3_20]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Ama… 25 [OP_TEE_build_pr_3_20]: https://github.com/OP-TEE/build/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+m… 44 [OP_TEE_optee_os_pr_3_19]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Ama… 56 [OP_TEE_build_pr_3_19]: https://github.com/OP-TEE/build/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+m… 86 [OP_TEE_build_pr_3_18_0]: https://github.com/OP-TEE/build/pulls?q=is%3Apr+is%3Amerged+base%3Amaster… 748 * stm-orly2 is not supported anymore ([#1650]) 1053 CFG_WITH_LPAE is enabled 1291 * Hard-float ABI is now available. 1374 is not implemented yet. 1442 is not implemented yet. [all …]
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | README.license | 8 versa. It is important that these two pieces of software have 11 As SPDX license tags in each source file attest, dtc is licensed 17 libfdt, however, is GPL/BSD dual-licensed. That is, it may be used 20 be found are in the file entitled 'BSD-2-Clause'. This is, in 33 believe the goal of allowing libfdt to be widely used is more 34 important than avoiding that. libfdt is quite small, and hardly 35 rocket science; so the incentive for such impolite behaviour is small, 36 and the inconvenience caused thereby is not dire. 40 considered. However, libfdt is designed to be used in firmwares and 44 license that puts the boundary between what is and isn't permitted in
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 8 BGET is a comprehensive memory allocation package which is easily 9 configured to the needs of an application. BGET is efficient in both 12 consolidates contiguous space to minimise fragmentation. BGET is 37 system incorporating garbage collection is constructed. BGET 45 And yet, it is substantially more efficient than the native allocation 65 that memory is allocated is a linear array which can be addressed as a 97 allocation (which is usually not worth it in other environments). 220 <acquire> argument is non-NULL. At the time the <compact> function is 276 The buffer pointed to by <buf> is dumped on standard output. 283 <dumpfree> is nonzero, the contents of free blocks are dumped. [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | dco.txt | 9 Everyone is permitted to copy and distribute verbatim copies of this 10 license document, but changing it is not allowed. 21 (b) The contribution is based upon previous work that, to the best 22 of my knowledge, is covered under an appropriate open source 35 personal information I submit with it, including my sign-off) is
|
A D | CONTRIBUTING.md | 6 …ontribution should not break API or ABI, unless there is a real justification for that. If there i… 21 …and concentrated on a single feature or topic. The larger the contribution is, the longer it would… 23 …y that the contribution is made under the terms of the [Developer Certificate of Origin](dco.txt).… 30 …is required, all changes to the ABI or API, even on the main development branch where new features… 34 When a build is made with the deprecation preprocessor symbols defined, a compiler warning will be … 48 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi… 61 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi… 63 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library… 71 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development… 75 Mbed TLS is well documented, but if you think documentation is needed, speak out! [all …]
|
A D | SECURITY.md | 9 Our security process is detailed in our 13 Its primary goal is to ensure fixes are ready to be deployed when the issue
|
A D | ChangeLog | 141 oracle vulnerability if the output buffer is in memory that is shared with 444 CTR_DRBG is used by default if it is available, but you can override 1190 is now deprecated. 1924 This function is necessary to determine when it is safe to idle on the 2096 extension. When the truncated HMAC extension is enabled and CBC is used, 2940 * test_ca_list (from certs.h) is renamed to test_cas_pem and is only 3003 * Support for RSA_ALT contexts in the PK layer is now optional. Since is is 3093 ssl_write() is called before the handshake is finished (introduced in 3249 RSA is disabled, larger if POLARSSL_MPI_MAX_SIZE is larger. 3385 it is not affected (ie, its notAfter date is properly checked). [all …]
|
A D | README.md | 6 … implementation of the [PSA Cryptography API](#psa-cryptography-api). This is currently a preview … 20 Documentation for the Mbed TLS interfaces in the default library configuration is available as part… 24 1. Make sure that [Doxygen](http://www.doxygen.nl/) is installed. We use version 1.8.11 but slightl… 74 …is Windows but the build environment is Unix-like (for instance when cross-compiling, or compiling… 119 Switching build modes in CMake is simple. For debug mode, enter at the command line: 138 Note that it is possible to build in-place; this will however overwrite the 200 Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go bey… 219 …emented as direct function calls if isolation is not desired, and as remote procedure calls if iso… 221 …h key identifiers, which allows support for external cryptoprocessors that is transparent to appli… 222 * The interface to algorithms is generic, favoring algorithm agility. [all …]
|
A D | LICENSE | 14 the copyright owner that is granting the License. 38 copyright notice that is included in or attached to the work 39 (an example is provided in the Appendix below). 42 form, that is based on (or derived from) the Work and for which the 51 to that Work or Derivative Works thereof, that is intentionally 60 excluding communication that is conspicuously marked or otherwise 88 as of the date such litigation is filed. 199 distributed under the License is distributed on an "AS IS" BASIS,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 57 int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsign… in compare_testvector() argument 63 res = XMEMCMP(is, should, is_len); in compare_testvector() 69 s_print_hex("IS ", is, is_len); in compare_testvector()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/ |
A D | README.txt | 7 Berkeley SoftFloat is a software implementation of binary floating-point 9 is distributed in the form of C source code. Building the SoftFloat sources 13 The SoftFloat package is documented in the following files in the "doc"
|
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | strlen.c | 83 #error long int is not a 32bit or 64bit type. 88 #error long int is not a 32bit or 64bit byte
|
A D | strcpy.c | 85 #error long int is not a 32bit or 64bit type. 90 #error long int is not a 32bit or 64bit byte
|
A D | strcmp.c | 88 #error long int is not a 32bit or 64bit type. 93 #error long int is not a 32bit or 64bit byte
|
A D | strncmp.c | 87 #error long int is not a 32bit or 64bit type. 92 #error long int is not a 32bit or 64bit byte
|
A D | strncpy.c | 91 #error long int is not a 32bit or 64bit type. 96 #error long int is not a 32bit or 64bit byte
|
A D | memchr.c | 92 #error long int is not a 32bit or 64bit type. 97 #error long int is not a 32bit or 64bit byte
|
A D | strchr.c | 86 #error long int is not a 32bit or 64bit type.
|
/optee_os-3.20.0/mk/ |
A D | checkconf.mk | 85 /* $1 is not set */_nl_, 173 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2))) 189 $$(error $(1) is set to '$($(1))' (from $(origin $(1))) but its value must be '$(2)'$$(_reason))
|
/optee_os-3.20.0/core/arch/arm/include/mm/ |
A D | core_mmu_arch.h | 29 #error TRUSTED_SRAM_BASE is already defined 37 #error TRUSTED_DRAM_BASE is already defined
|
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/fdts/ |
A D | optee_sp_manifest.dts | 5 * This file is a Partition Manifest (PM) for OP-TEE as a Secure Partition (SP)
|
/optee_os-3.20.0/core/arch/arm/plat-zynqmp/ |
A D | main.c | 71 #error DDR size over 2 GiB is not supported in 32 bit ARM mode
|
/optee_os-3.20.0/core/arch/riscv/plat-spike/drivers/ |
A D | htif.c | 59 #warning HTIF is not supported on RV32 in htif_console_putc()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | at91-sama5d2_xplained.dts | 424 * There is no real pinmux for ADC, if the pin 425 * is not requested by another peripheral then 426 * the muxing is done when channel is enabled. 427 * Requesting pins for ADC is GPIO is 430 * state when the pin is not muxed to the adc.
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_hash.h | 315 #error LTC_SHA512 is required for LTC_SHA384 326 #error LTC_SHA512 is required for LTC_SHA512_256 337 #error LTC_SHA512 is required for LTC_SHA512_224 355 #error LTC_SHA256 is required for LTC_SHA224
|