Home
last modified time | relevance | path

Searched +full:rev +full:- +full:parse (Results 1 – 4 of 4) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch.sh8 # with OP-TEE (for QEMU)
9 if [ -z "$CHECKPATCH" ]; then
10 CHECKPATCH=$(command -v checkpatch.pl)
12 if [ -z "$CHECKPATCH" ]; then
13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit)
15 if [ -z "$CHECKPATCH" ]; then
16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)
25 cat <<-EOF
27 checkpatch.sh [--working]
30 checkpatch.sh --diff <COMMIT> <COMMIT>
[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 --globa
[all...]
/optee_os/core/
H A Dcore.mk5 sm-$(sm) := y
7 arch-dir := core/arch/$(ARCH)
8 platform-dir := $(arch-dir)/plat-$(PLATFORM)
9 include $(platform-dir)/conf.mk
15 ifeq ($(arch-bits-core),64)
16 git-sha1-len := 16
18 git-sha1-len := 8
20 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 …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decdh.h6 * The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous
9 * elliptic-curve public–private key pair.
11 * For more information, see <em>NIST SP 800-56A Rev. 2: Recommendation for
12 * Pair-Wise Key Establishment Schemes Using Discrete Logarithm
17 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
35 * (56 bytes on a 32-bit platform). In future versions of the library, it
130 } MBEDTLS_PRIVATE(ctx); /*!< Implementation-specific context. The
151 * \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 …]