Searched +full:rev +full:- +full:parse (Results 1 – 4 of 4) sorted by relevance
8 # with OP-TEE (for QEMU)9 if [ -z "$CHECKPATCH" ]; then10 CHECKPATCH=$(command -v checkpatch.pl)12 if [ -z "$CHECKPATCH" ]; then13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit)15 if [ -z "$CHECKPATCH" ]; then16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)25 cat <<-EOF27 checkpatch.sh [--working]30 checkpatch.sh --diff <COMMIT> <COMMIT>[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 --globa[all...]
5 sm-$(sm) := y7 arch-dir := core/arch/$(ARCH)8 platform-dir := $(arch-dir)/plat-$(PLATFORM)9 include $(platform-dir)/conf.mk15 ifeq ($(arch-bits-core),64)16 git-sha1-len := 1618 git-sha1-len := 820 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…28 $(eval $(call cfg-depends-all,CFG_PAGED_USER_TA,CFG_WITH_PAGER CFG_WITH_USER_TA))33 include core/lib/scmi-server/conf.mk[all …]
6 * The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous9 * elliptic-curve public–private key pair.11 * For more information, see <em>NIST SP 800-56A Rev. 2: Recommendation for12 * Pair-Wise Key Establishment Schemes Using Discrete Logarithm17 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later35 * (56 bytes on a 32-bit platform). In future versions of the library, it130 } MBEDTLS_PRIVATE(ctx); /*!< Implementation-specific context. The151 * \param ctx The ECDH context to parse. This must not be \c NULL.205 * countermeasures against side-channel attacks.336 * - #MBEDTLS_ECDH_OURS: The key is ours.[all …]