Home
last modified time | relevance | path

Searched +full:- +full:rf (Results 1 – 5 of 5) sorted by relevance

/optee_os/scripts/
H A Dci-host-cleanup.sh2 # SPDX-License-Identifier: Apache-2.0
7 df -h
11 google-chrome-stable microsoft-edge-stable firefox
12 azure-cli google-cloud-cli kubectl podman skopeo buildah snapd
13 temurin-8-jdk temurin-11-jdk temurin-17-jdk temurin-21-jdk
14 dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
15 aspnetcore-targeting-pack-8.0 netstandard-targeting-pack-2.1-8.0
16 dotnet-targeting-pack-8.0
17 llvm-16-dev llvm-17-dev llvm-18-dev
18 clang-tools-16 clang-tools-17 clang-tools-18
[all …]
/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/lib/libmbedtls/mbedtls/
H A DREADME.md6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). …
9 -------------
11 … more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instr…
15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo…
18 -------------
20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/).
22 …or the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/psa-api/crypto…
24 To generate a local copy of the library documentation in HTML format, tailored to your compile-time…
33 ---------
37 - GNU Make
[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/include/mbedtls/
H A Dssl.h8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
47 #define MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS -0x7000
49 #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x7080
51 #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x7100
53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180
55 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x7200
57 #define MBEDTLS_ERR_SSL_CONN_EOF -0x7280
59 #define MBEDTLS_ERR_SSL_DECODE_ERROR -0x7300
62 #define MBEDTLS_ERR_SSL_NO_RNG -0x7400
64 #define MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE -0x7480
[all …]