Home
last modified time | relevance | path

Searched refs:SIGN (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/
H A Dlink_shlib.mk6 SIGN ?= $(TA_DEV_KIT_DIR)/scripts/sign_encrypt.py
56 $(q)$(PYTHON3) $(SIGN) --key $(TA_SIGN_KEY) $(TA_SUBKEY_ARGS) \
H A Dlink.mk113 cmd-echo$(user-ta-uuid) := SIGN #
/optee_os/mk/
H A Dlib.mk48 SIGN = scripts/sign_encrypt.py
81 $$(q)$$(PYTHON3) $$(SIGN) --key $(TA_SIGN_KEY) --uuid $(libuuid) --in $$< --out $$@
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c166 SIGN, enumerator
189 [SIGN] = {
1440 res = stm32_pka_configure_curve(base, SIGN, cid); in stm32_pka_ecdsa_sign()