Home
last modified time | relevance | path

Searched refs:OPENSSL_DIR (Results 1 – 11 of 11) sorted by relevance

/arm-trusted-firmware-2.8.0/tools/fiptool/
A DMakefile16 OPENSSL_DIR := /usr macro
42 LDLIBS := -L${OPENSSL_DIR}/lib -L${OPENSSL_DIR} -lcrypto
50 INCLUDE_PATHS := -I../../include/tools_share -I${OPENSSL_DIR}/include
/arm-trusted-firmware-2.8.0/tools/encrypt_fw/
A DMakefile12 OPENSSL_DIR := /usr macro
53 INC_DIR := -I ./include -I ../../include/tools_share -I ${OPENSSL_DIR}/include
61 LIB_DIR := -L ${OPENSSL_DIR}/lib -L ${OPENSSL_DIR}
/arm-trusted-firmware-2.8.0/make_helpers/
A Ddefaults.mk423 OPENSSL_DIR := /usr
426 ifeq ("$(wildcard ${OPENSSL_DIR}/bin)", "")
427 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/apps
429 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/bin
A Dbuild_macros.mk248 …$(eval OPENSSL_INFO := $(shell LD_LIBRARY_PATH=${OPENSSL_DIR}:${OPENSSL_DIR}/lib ${OPENSSL_BIN_PAT…
/arm-trusted-firmware-2.8.0/tools/cert_create/
A DMakefile73 INC_DIR += -I ./include -I ${PLAT_INCLUDE} -I ${OPENSSL_DIR}/include
81 LIB_DIR := -L ${OPENSSL_DIR}/lib -L ${OPENSSL_DIR}
/arm-trusted-firmware-2.8.0/docs/design/
A Dtrusted-board-boot-build.rst38 If using a custom build of OpenSSL, set the ``OPENSSL_DIR`` variable
73 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
97 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/
A Dindex.rst45 OPENSSL_DIR=<path to openssl usr folder> \
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dtools-build.rst8 this, use the ``OPENSSL_DIR`` variable after the ``make`` command to
11 libraries. More info about ``OPENSSL_DIR`` can be found at
A Dbuild-options.rst1004 - ``OPENSSL_DIR``: This option is used to provide the path to a directory on the
/arm-trusted-firmware-2.8.0/
A DMakefile1473 …${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} CRTT…
1518 …CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" FIPTOOL=${FIPTOOL} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…
1539 …${Q}${MAKE} PLAT=${PLAT} BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} ENCTOOL=${ENCTOOL} DEBUG=${DEBUG}…
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md2093 …- respect OPENSSL_DIR ([0a956f8](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-f…
3667 - Added build option `OPENSSL_DIR` to direct tools to OpenSSL libraries

Completed in 30 milliseconds