Home
last modified time | relevance | path

Searched refs:ENCTOOL (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.4.0/tools/encrypt_fw/
DMakefile10 ENCTOOL ?= encrypt_fw${BIN_EXT} macro
11 BINARY := $(notdir ${ENCTOOL})
/trusted-firmware-a-3.4.0/
DMakefile924 ENCTOOL ?= ${ENCTOOLPATH}/encrypt_fw${BIN_EXT} macro
1500 enctool: ${ENCTOOL}
1502 ${ENCTOOL}: FORCE
1503 …${Q}${MAKE} PLAT=${PLAT} BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} ENCTOOL=${ENCTOOL} --no-print-dir…
/trusted-firmware-a-3.4.0/make_helpers/
Dbuild_macros.mk144 $$(Q)$$(ENCTOOL) $$(ENC_ARGS) -i $$< -o $$@