Home
last modified time | relevance | path

Searched +full:builds +full:- +full:cache +full:- (Results 1 – 6 of 6) sorted by relevance

/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
20 - name: Run checkpatch
24 set -e
26 mkdir -p /tmp/linux/scripts
[all …]
/optee_os/mk/
H A Dconfig.mk1 # Default configuration values for OP-TEE core (all platforms).
3 # Platform-specific overrides are in core/arch/arm32/plat-*/conf.mk.
4 # Some subsystem-specific defaults are not here but rather in */sub.mk.
12 # 4. The platform-specific configuration file: core/arch/arm32/plat-*/conf.mk
14 # 6. Subsystem-specific makefiles (*/sub.mk)
16 # Actual values used during the build are output to $(out-dir)/conf.mk
19 # Cross-compiler prefix and suffix
21 CROSS_COMPILE ?= arm-linux-gnueabihf-
22 # Don't cross-compile if building on aarch64 natively
23 ifneq ($(shell uname -m),aarch64)
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3 = Mbed TLS 3.6.5 branch released 2025-10-15
13 mbedtls_cipher_finish(), but makes it easier to process invalid-padding
17 * Fix a timing side channel in CBC-PKCS7 decryption that could
19 some plaintexts through a timing-based padding oracle attack.
20 Credits to Beat Heeb from Oberon microsystems AG. CVE-2025-59438
21 * Fix a local timing side-channel in modular inversion and GCD that was
24 private key. This can be exploited on some Arm-v9 CPUs by an unprivileged
25 attacker running code on the same core (SSBleed), or when Trustzone-M is
26 used, by the non-secure side abusing timer interrupts (M-Step), and
29 Carlson (National University of Singapore); M-Step: Cristiano Rodrigues
[all …]
H A DREADME.md4 …s cryptographic primitives (including the [PSA Cryptography API](#psa-cryptography-api)), X.509 ce…
7 -------------
9 … more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instr…
13 We provide some non-standard configurations focused on specific use cases in the `configs/` directo…
16 -------------
18 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/).
20 …or the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/psa-api/crypto…
22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time…
31 ---------
35 - GNU Make
[all …]
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis */
2 /* SPDX-License-Identifier: Unlicense */
13 /* number of entries in the cache */
27 /** Our FP cache */
33 int lock; /* flag to indicate cache eviction permitted (0) or not (1) */
568 /* find a hole and free as required, return -1 if no hole found */
573 for (z = -1, y = INT_MAX, x = 0; x < FP_ENTRIES; x++) { in s_find_hole()
583 --(fp_cache[x].lru_count); in s_find_hole()
604 /* determine if a base is already in the cache and if so, where */
610 mp_cmp(fp_cache[x].g->x, g->x) == LTC_MP_EQ && in s_find_base()
[all …]
/optee_os/
H A DCHANGELOG.md1 # OP-TEE - version 4.10.0 (2026-04-17)
3 - Links to the release pages, commits and pull requests merged into this release for:
4- OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_10_0], [commits][OP_TEE_optee_os_commi…
5- OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_10_0], [commits][OP_TEE_optee_…
6- OP-TEE/optee_test: [release page][OP_TEE_optee_test_release_4_10_0], [commits][OP_TEE_optee_test…
7- OP-TEE/build: [release page][OP_TEE_build_release_4_10_0], [commits][OP_TEE_build_commits_4_10_0…
8- linaro-swg/optee_examples: [release page][linaro_swg_optee_examples_release_4_10_0], [commits][l…
10 [OP_TEE_optee_os_release_4_10_0]: https://github.com/OP-TEE/optee_os/releases/tag/4.10.0
11 [OP_TEE_optee_os_commits_4_10_0]: https://github.com/OP-TEE/optee_os/compare/4.9.0...4.10.0
12 …_pr_4_10_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3…
[all …]