Searched refs:should (Results 1 – 14 of 14) sorted by relevance
/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() 68 s_print_hex("SHOULD", should, should_len); in compare_testvector()
|
/optee_os-3.20.0/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… 57 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull… 65 Sample applications, if needed, should be modified as well. 69 Once a PR has been made, the Continuous Integration (CI) tests are triggered and run. You should fo… 77 1. All interfaces should be documented through Doxygen. New APIs should introduce Doxygen documenta… 78 1. Complex parts in the code should include comments. 80 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 | 66 required but discarded. Now, an IV is rejected, as it should be. 402 should be used. 408 and can change at any time, so this change should be transparent, but it 479 function should return MBEDTLS_ERR_MPI_NEGATIVE_VALUE). Only 609 certificate should be considered invalid, and indeed OpenSSL marks these 1548 potentially by an adversary that should be prime and can be validated. 1655 whose implementation should behave as a thread-safe version of gmtime(). 2889 should generally be the first function called on this context after init: 3408 * EC curves constants, which should be only in ROM since 1.3.3, were also 3549 * cert_write with selfsign should use issuer_name as subject_name [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_misc.h | 179 int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsign…
|
/optee_os-3.20.0/ |
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 | 780 * armv7: plat-imx: Cortex-A9 cores should enable branch prediction (`SCLTR.Z`) 1052 * [#1172][issue1172] paddr_t should be larger than 32 bits when
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | README.license | 13 entitled 'GPL' which should be included in this package. dtc code,
|
/optee_os-3.20.0/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-3.20.0/core/arch/riscv/ |
A D | riscv.mk | 26 $(error Error: CFG_RV64_core or CFG_RV32_core should be defined)
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp157c-ev1.dts | 350 * (ETH_CLK) should be removed.
|
/optee_os-3.20.0/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 17 milliseconds