Searched refs:should (Results 1 – 15 of 15) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 11 - The code should be written in a clean and readable style. 12 - The code should be written in a portable generic way, that will benefit the whole community, and … 13 - The code should be secure, and will be reviewed from a security point of view as well. 22 1. All new files should include the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) standar… 62 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull… 70 Sample applications, if needed, should be modified as well. 74 Once a PR has been made, the Continuous Integration (CI) tests are triggered and run. You should fo… 82 1. All interfaces should be documented through Doxygen. New APIs should introduce Doxygen documenta… 83 1. Complex parts in the code should include comments. 85 1. If a [Knowledge Base (KB)](https://tls.mbed.org/kb) article should be added, write this as a com… [all …]
|
A D | README.md | 11 Mbed TLS should build out of the box on most systems. Some platform specific options are available … 24 …en.nl/) is installed. We use version 1.8.11 but slightly older or more recent versions should work. 39 …d GNU Make. Those systems are always complete and up-to-date. The others should reflect all change… 48 …th GCC 5.4, Clang 3.8, IAR8 and Visual Studio 2013. More recent versions should work. Slightly old… 74 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows…
|
A D | LICENSE | 184 the brackets!) The text should be enclosed in the appropriate
|
A D | ChangeLog | 187 should be used. 193 and can change at any time, so this change should be transparent, but it 264 function should return MBEDTLS_ERR_MPI_NEGATIVE_VALUE). Only 394 certificate should be considered invalid, and indeed OpenSSL marks these 1333 potentially by an adversary that should be prime and can be validated. 1440 whose implementation should behave as a thread-safe version of gmtime(). 2674 should generally be the first function called on this context after init: 3132 * cert_write app should use subject of issuer certificate as issuer of cert 3193 * EC curves constants, which should be only in ROM since 1.3.3, were also 3334 * cert_write with selfsign should use issuer_name as subject_name [all …]
|
/optee_os/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 64 int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsign… in compare_testvector() argument 70 res = XMEMCMP(is, should, is_len); in compare_testvector() 75 _print_hex("SHOULD", should, should_len); in compare_testvector()
|
/optee_os/ |
A D | MAINTAINERS | 10 Note that OP-TEE development mainly occurs on GitHub [2] so this file should be 16 2. Patches should generally be submitted as GitHub pull requests (more details 19 notifications, so they should see your pull requests. If you need to 'ping' 23 2. Bug reports and questions should be posted to the GitHub project as well
|
A D | CHANGELOG.md | 659 * armv7: plat-imx: Cortex-A9 cores should enable branch prediction (`SCLTR.Z`) 931 * [#1172][issue1172] paddr_t should be larger than 32 bits when
|
/optee_os/out/arm/core/ |
A D | kern.ld | 7 ASSERT(!((0x0e100000 + (0x0e100000 - 0x0e100000)) & 127), "text start should align to 128bytes")
|
A D | tee.map | 20607 0x0000000000000001 ASSERT (0x1, text start should align to 128bytes)
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_misc.h | 175 int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsign…
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 67 this generally means that BGET should be used to allocate storage within 134 needn't know whether the storage it freed was adequate) it should return 238 cannot obtain the requested space, it should return NULL and the entire 298 the test program should make. */
|
/optee_os/core/lib/libfdt/ |
A D | README.license | 13 entitled 'GPL' which should be included in this package. dtc code,
|
/optee_os/core/arch/arm/ |
A D | arm.mk | 43 $(error Error: CFG_ARM64_core or CFG_ARM32_core should be defined)
|
/optee_os/core/arch/arm/crypto/ |
A D | aes_modes_armv8a_ce_a32.S | 381 @ Encrypt the IV in q0 with the second AES key. This should only
|
A D | aes_modes_armv8a_ce_a64.S | 174 #error INTERLEAVE should equal 2 or 4
|
Completed in 87 milliseconds