| /optee_os/.github/workflows/ |
| H A D | ci.yml | 19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE} 20 - name: Run checkpatch 22 run: | 36 # Run checkpatch.pl: 53 - name: Run pycodestyle 55 run: | 343 run: git config --global --add safe.directory ${GITHUB_WORKSPACE} 345 run: | 360 run: | 382 run [all...] |
| H A D | notify.yml | 1 # The purpose of this workflow is to run the scripts/notify_maintainers.py 23 run: | 32 run: |
|
| /optee_os/.devcontainer/ |
| H A D | Dockerfile.vscode | 4 RUN apt update && apt upgrade -y && apt-get install -y \ 46 RUN useradd -ms /bin/bash optee 47 RUN echo "optee ALL=(ALL) NOPASSWD: ALL" | tee -a /etc/sudoers
|
| /optee_os/core/drivers/crypto/caam/hal/common/registers/ |
| H A D | rng_regs.h | 67 /* Statistical Check Run Length 1 Limit */ 74 /* Statistical Check Run Length 2 Limit */ 81 /* Statistical Check Run Length 3 Limit */ 88 /* Statistical Check Run Length 4 Limit */ 95 /* Statistical Check Run Length 5 Limit */ 102 /* Statistical Check Run Length 6+ Limit */
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae_gcm.c | 89 * 1) Run GCM until we get to the block which will in caam_ae_do_block_gcm() 95 * 6) Run ciphertext of the block in as AAD in caam_ae_do_block_gcm() 97 * 8) Run GCM on the rest of the message in caam_ae_do_block_gcm() 101 * 1) Run GCM until we get to the block which will in caam_ae_do_block_gcm() 107 * 6) Run ciphertext of the block in as AAD in caam_ae_do_block_gcm() 109 * 8) Run GCM on the rest of the message in caam_ae_do_block_gcm() 241 * Run ciphertext of the block in as AAD in caam_ae_do_block_gcm() 270 * Run GCM on the rest of the message in caam_ae_do_block_gcm()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 27 1. Run `make apidoc`. 52 * Perl to run the tests, and to generate some source files in the development branch. 68 …r some library source files, sample programs and test data. To install the necessary packages, run: 81 * Run `make generated_files` to generate all the configuration-independent files. 82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… 83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent … 95 In order to run the tests, enter: 99 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you … 103 You'll still be able to run a much smaller set of tests with: 113 Depending on your platform, you might run into some issues. Please check the Makefiles in `library/… [all …]
|
| /optee_os/lib/libutee/include/ |
| H A D | pta_device.h | 26 #define PTA_CMD_GET_DEVICES 0x0 /* before tee-supplicant run */ 27 #define PTA_CMD_GET_DEVICES_SUPP 0x1 /* after tee-supplicant run */
|
| H A D | pta_invoke_tests.h | 24 /* Run some core internal tests. Parameters are not used/checked. */
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | tee_l2cc_mutex.c | 66 * Enable L2CC: NSec allows teecore to run safe outer maintance 68 * Disable L2CC: NSec will run outer maintenance with locking 69 * shared mutex. teecore cannot run outer maintenance.
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | platform_time.h | 48 * from run to run of the process.
|
| H A D | version.h | 4 * \brief Run-time version information 11 * This set of run-time variables can be used to determine the version number of
|
| H A D | build_info.h | 19 * of the Mbed TLS library used. Run-time variables for the same can be found in
|
| /optee_os/core/drivers/ |
| H A D | imx_caam.c | 49 * A Linux kernel that runs after OP-TEE will run in normal-world in init_caam() 60 * runtime OP-TEE CAAM code will be run in init_caam()
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 19 QCBOR to run correctly. 36 have to run in small fixed memory. 166 designed to be able to run on small embedded devices the same as 187 compiles everything to run the tests. CMake is also available, please read 217 While this code will run fine without configuration, there are several 235 The tests can be built into a simple command line application to run them as it 295 dependencies to be able to compile and run QCBOR. 359 in getting QCBOR to run in some environments in
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 100 # run checkpatch if the parsed argument represents a single commit hash 104 # expand the object list and run checkpatch on each commit id
|
| H A D | notify_maintainers.py | 80 """Run get_maintainer.py with -g PR_NUMBER and parse handles.""" 93 print('This script must be run in GitHub Actions')
|
| /optee_os/.github/ |
| H A D | pull_request_template.md | 11 3. You should run checkpatch preferably before submitting the pull request.
|
| /optee_os/core/pta/tests/ |
| H A D | misc.h | 12 /* basic run-time tests */
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | strncmp.c | 131 /* If we've run out of bytes or hit a null, return zero 147 /* If we've run out of bytes or hit a null, return zero
|
| /optee_os/mk/ |
| H A D | clang.mk | 35 # Core ASLR relies on the executable being ready to run from its preferred load
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_rng.c | 149 /* Put RNG4 into run mode with handling CAAM/RNG4-TRNG Errata */ in caam_hal_rng_kick()
|
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | platform_config.h | 63 * HiKey SoC is too small to run OP-TEE (72K total with 64K available, see
|
| /optee_os/lib/libunw/ |
| H A D | unwind_arm32.c | 379 * Find the item to run. Subtract 2 from PC to make sure that we're in unwind_stack_arm32() 399 /* Run the unwind function */ in unwind_stack_arm32()
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 66 * Initialize a hash context and run the algorithm over the signed in install_ta()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aesni.h | 51 * In the long run, we will likely remove the assembly implementation. */
|