Home
last modified time | relevance | path

Searched +full:plug +full:- +full:and +full:- +full:trust (Results 1 – 2 of 2) 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 --globa
[all...]
/optee_os/core/drivers/crypto/se050/
H A Dcrypto.mk31 # Select the SE05X applet version for aligning the built-in features
41 # Extra stacks required to support the Plug and Trust external library
42 ifeq ($(shell test $(CFG_STACK_THREAD_EXTRA) -lt 8192; echo $$?), 0)
45 ifeq ($(shell test $(CFG_STACK_TMP_EXTRA) -lt 8192; echo $$?), 0)
70 se050-one-enabled = $(call cfg-one-enabled, \
77 $(call force,CFG_NXP_SE05X_ACIPHER_DRV,$(call se050-one-enabled,RSA ECC))
85 # - RSA
90 # - ECC
97 $(call force,CFG_NXP_SE05X_CIPHER_DRV,$(call se050-one-enabled,CTR))