Searched +full:- +full:rf (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 df -h11 google-chrome-stable microsoft-edge-stable firefox12 azure-cli google-cloud-cli kubectl podman skopeo buildah snapd13 temurin-8-jdk temurin-11-jdk temurin-17-jdk temurin-21-jdk14 dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.015 aspnetcore-targeting-pack-8.0 netstandard-targeting-pack-2.1-8.016 dotnet-targeting-pack-8.017 llvm-16-dev llvm-17-dev llvm-18-dev18 clang-tools-16 clang-tools-17 clang-tools-18[all …]
6 group: ci-${{ github.ref }} # unique per branch7 cancel-in-progress: true # cancel previous runs on the same branch11 runs-on: ubuntu-latest14 - name: Checkout17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages18 - name: Update Git config19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}20 - name: Run checkpatch24 set -e26 mkdir -p /tmp/linux/scripts[all …]
6 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 …]
1 # 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.mk14 # 6. Subsystem-specific makefiles (*/sub.mk)16 # Actual values used during the build are output to $(out-dir)/conf.mk19 # Cross-compiler prefix and suffix21 CROSS_COMPILE ?= arm-linux-gnueabihf-22 # Don't cross-compile if building on aarch64 natively23 ifneq ($(shell uname -m),aarch64)[all …]
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later47 #define MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS -0x700049 #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x708051 #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x710053 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x718055 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x720057 #define MBEDTLS_ERR_SSL_CONN_EOF -0x728059 #define MBEDTLS_ERR_SSL_DECODE_ERROR -0x730062 #define MBEDTLS_ERR_SSL_NO_RNG -0x740064 #define MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE -0x7480[all …]