Home
last modified time | relevance | path

Searched refs:test (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi9 * Device dt-test-consumer consumes resource, it is expected
12 dt-test-consumer {
13 compatible = "linaro,dt-test-consumer";
18 test-gpios = <&dt_test_provider 1 GPIO_ACTIVE_LOW>,
26 dt-test-bus-b0 {
29 dt-test-bus-b1 {
32 dt-test-bus-b2 {
35 dt-test-bus-b3 {
40 dt_test_provider: dt-test-provider@0 {
41 compatible = "linaro,dt-test-provider";
[all …]
H A Dembedded_dtb_test.dts10 model = "Embedded device tree for OP-TEE/Qemu platform test purpose";
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h84 #define JUMP_LOCAL(cla, test, cond, offset) \ argument
86 JUMP_TST_TYPE(test) | (cond) | JMP_LOCAL_OFFSET(offset))
92 #define JUMP_CNO_LOCAL(test, cond, offset) \ argument
93 JUMP_LOCAL(CLASS_NO, test, cond, offset)
99 #define JUMP_C1_LOCAL(test, cond, offset) \ argument
100 JUMP_LOCAL(CLASS_1, test, cond, offset)
107 #define JUMP_CNO_LOCAL_DEC(test, src, cond, offset) \ argument
109 JUMP_TST_TYPE(test) | JMP_SRC(src) | (cond) | \
115 #define WAIT_COND(test, cond) \ argument
116 (JUMP_LOCAL(CLASS_NO, test, JMP_COND(cond), 1) | JMP_JSL)
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md26 1. Write a test which shows that the bug was fixed or that the feature works as expected.
49 …ired. Exceptions to this may be additional test cases or quality improvements such as changes to b…
60test suites in the `tests/` directory that are dynamically generated to produce the actual test so…
64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…
H A DREADME.md50 * A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compi…
51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build…
68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data…
73 * A C compiler for the host platform, for some test data.
105 programs/test/selftest
129 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins…
133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se…
135 programs/test/selftest
230 …and perl environments as well. However, the selftest program in `programs/test/` is still availabl…
243test suite in `tests/` that initially requires Python to generate the tests files (e.g. `test\_sui…
[all …]
H A DChangeLog970 * Update test data to avoid failures of unit tests after 2023-08-07.
1082 could cause a crash in programs/test/benchmark.
1554 * Fix several bugs (warnings, compiler and linker errors, test failures)
1567 * Fix API violation in mbedtls_md_process() test by adding a call to
1822 to remember when writing tests, or test configurations. Fixes #4653.
1856 Transfer keys and certificates embedded in the library to the test
2114 test cases provided in the NIST's CAVP test suite. Contributed by Cédric
2204 * Fix test suite code on platforms where int32_t is not int, such as
2207 directive in a header and a missing initialization in the self-test.
2208 * Fix a missing initialization in the Camellia self-test, affecting
[all …]
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c309 if (cipher_descriptor[prng.u.yarrow.cipher]->test && in yarrow_test()
310 ((err = cipher_descriptor[prng.u.yarrow.cipher]->test()) != CRYPT_OK)) { in yarrow_test()
313 if (hash_descriptor[prng.u.yarrow.hash]->test && in yarrow_test()
314 ((err = hash_descriptor[prng.u.yarrow.hash]->test()) != CRYPT_OK)) { in yarrow_test()
/optee_os/core/lib/libtomcrypt/
H A Dtomcrypt.c82 .test = prng_crypto_test,
/optee_os/core/lib/qcbor/
H A DREADME.md65 **Comprehensive test suite** – Easy to verify on a new platform or OS
66 with the test suite. The test suite dependencies are minimal and the
164 QCBOR's test suite is written in the same portable C that QCBOR is
165 where TinyCBOR requires Qt for its test. QCBOR's test suite is
211 The test directory includes the tests that are nearly as portable as
214 simple project and add the test files to it. Then just call
230 CMake can also be used to build QCBOR and the test application. Having the root
239 have three values: `APP`, `LIB` or `OFF` (default, test are not included in the
252 Building and running the QCBOR test app:
259 # Running the test app
[all …]
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dkseed.c305 static const struct test { in kseed_test()
H A Danubis.c1167 static const struct test { in anubis_test()
H A Dkhazad.c768 static const struct test { in khazad_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h126 int (*test)(void); member
H A Dtomcrypt_hash.h234 int (*test)(void); member
H A Dtomcrypt_cipher.h416 int (*test)(void); member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h62 extern void (*mbedtls_test_hook_test_fail)(const char *test, int line, const char *file);
/optee_os/lib/libutils/isoc/
H A Dbget.doc15 * A built-in test program to exercise BGET and
43 The basic algorithm underlying BGET has withstood the test of time; more
295 #define TestProg 20000 /* Generate built-in test program
298 the test program should make. */
/optee_os/core/pta/tests/
H A Dmisc.c724 void (*test)(struct asan_test_ctx *ctx), in asan_call_test()
731 test(ctx); in asan_call_test()
/optee_os/
H A DCHANGELOG.md800 * HiKey960: assertion in bget create_free_block() \[memalign() self-test\] ([#2414])
1316 * plat-hikey: enable SPI by default and add sample test code
1678 * New tests added in xtest test suite: concurrent TA (xtest 1013),
1693 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1744 * [OP-TEE/optee_test][optee_test] test suite is released.
1761 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1817 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1857 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1935 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1937 * Allwinner A80 (plat-sunxi), hello world test.
[all …]