Home
last modified time | relevance | path

Searched full:sh (Results 1 – 16 of 16) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch.sh19 source "$DIR/checkpatch_inc.sh"
27 checkpatch.sh [--working]
28 checkpatch.sh <COMMIT>...
29 checkpatch.sh <SELECTION>...
30 checkpatch.sh --diff <COMMIT> <COMMIT>
31 checkpatch.sh --cached
32 checkpatch.sh --help
46 checkpatch.sh commit1 commit2 commit3 Check commit1, commit2, and commit3.
48 checkpatch.sh HEAD~5 Check the commit 5 revisions before
51 checkpatch.sh commit1..^commit2 Check each commit from commit1 to
[all …]
H A Dcheckpatch_inc.sh15 ta/pkcs11/scripts/verify-helpers.sh \
/optee_os/core/drivers/crypto/caam/
H A Dcaam_rng.c153 /* Read the SH and secure key status */ in prepare_inst_desc()
155 RNG_TRACE("RNG SH Status 0x%08" PRIx32 " - Key Status %" PRId8, in prepare_inst_desc()
161 RNG_TRACE("Instantiation start at SH%" PRIu32 " (%" PRIu32 ")", sh_idx, in prepare_inst_desc()
174 * If there is more SH to instantiate, add a wait loop in prepare_inst_desc()
246 * | next SH instantation | = 1 in caam_rng_instantiation()
270 RNG_TRACE("RNG All SH are instantiated (0x%08" PRIx32 in caam_rng_instantiation()
/optee_os/.github/workflows/
H A Dci.yml34 source scripts/checkpatch_inc.sh
383 …wget https://raw.githubusercontent.com/OP-TEE/optee_os/refs/heads/master/scripts/ci-host-cleanup.sh
384 bash ci-host-cleanup.sh
389 RUN /root/get_optee.sh default /root/optee_repo_qemu
424 run: bash /home/runner/work/optee_os/optee_os/scripts/ci-host-cleanup.sh
477 …wget https://raw.githubusercontent.com/OP-TEE/optee_os/refs/heads/master/scripts/ci-host-cleanup.sh
478 bash ci-host-cleanup.sh
483 RUN /root/get_optee.sh qemu_v8 /root/optee_repo_qemu_v8
568 run: bash /home/runner/work/optee_os/optee_os/scripts/ci-host-cleanup.sh
623 …wget https://raw.githubusercontent.com/OP-TEE/optee_os/refs/heads/master/scripts/ci-host-cleanup.sh
[all …]
/optee_os/ta/pkcs11/
H A Duser_ta.mk8 ${q}ta/pkcs11/scripts/verify-helpers.sh --quiet
/optee_os/
H A DMakefile126 ${q}./scripts/checkpatch.sh
129 ${q}./scripts/checkpatch.sh --cached
/optee_os/ta/pkcs11/scripts/
H A Ddump_ec_curve_params.sh8 echo " * ta/pkcs11/scripts/dump_ec_params.sh"
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config…
172 provided Makefiles (see `scripts/tmp_ignore_makefiles.sh` if you want to
247 - `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, e…
248 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
251 - `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various buil…
H A DCONTRIBUTING.md64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…
H A DChangeLog3125 * Add a Dockerfile and helper scripts (all-in-docker.sh, basic-in-docker.sh,
3126 docker-env.sh) to simplify running test suites on a Linux host. Contributed
3225 * Add test for minimal value of MBEDTLS_MPI_WINDOW_SIZE to all.sh.
3279 * Fix false failure in all.sh when backup files exist in include/mbedtls
3309 * Re-enable certain interoperability tests in ssl-opt.sh which had previously
4442 scripts, which is also now called by all.sh.
4489 * Removed self-tests from the basic-built-test.sh script, and added all
4541 * Fix test in ssl-opt.sh that does not run properly with valgrind
4866 * Removed test program o_p_test, the script compat.sh does more.
4867 * Removed test program ssl_test, superseded by ssl-opt.sh.
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h282 * RNG State Handle instantation operation for sh ID
284 #define RNG_SH_INST(sh) \ argument
285 (CMD_OP_TYPE | OP_TYPE(CLASS1) | OP_ALGO(RNG) | ALGO_RNG_SH(sh) | \
H A Dcaam_desc_defines.h453 #define ALGO_RNG_SH(sh) SHIFT_U32((sh) & 0x3, 4) argument
/optee_os/core/arch/riscv/kernel/
H A Dentry.S188 sh t2, THREAD_CORE_LOCAL_CURR_THREAD(t1)
222 sh a0, THREAD_CORE_LOCAL_CURR_THREAD(tp)
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c20 * ta/pkcs11/scripts/dump_ec_curve_params.sh
/optee_os/lib/libutee/include/
H A Delf_common.h176 #define EM_SH 42 /* Hitachi SH. */
/optee_os/core/arch/riscv/include/
H A Dencoding.h3804 DECLARE_INSN(sh, MATCH_SH, MASK_SH)