Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/encrypt_fw/
H A DMakefile10 OPENSSL_DIR := /usr macro
47 ENCTOOL_INCLUDE_DIRS := ./include ../../include/tools_share ${OPENSSL_DIR}/include
55 ENCTOOL_LDFLAGS := -L${OPENSSL_DIR}/lib -L${OPENSSL_DIR}
/rk3399_ARM-atf/tools/fiptool/
H A DMakefile32 OPENSSL_DIR := /usr macro
48 FIPTOOL_LDFLAGS := -L${OPENSSL_DIR}/lib -L${OPENSSL_DIR} -lcrypto
49 FIPTOOL_INCLUDE_DIRS += ${OPENSSL_DIR}/include
/rk3399_ARM-atf/make_helpers/
H A Ddefaults.mk367 OPENSSL_DIR := /usr
370 ifeq ("$(wildcard ${OPENSSL_DIR}/bin)", "")
371 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/apps
373 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/bin
H A Dbuild_macros.mk297 …$(eval OPENSSL_INFO := $(shell LD_LIBRARY_PATH=${OPENSSL_DIR}:${OPENSSL_DIR}/lib ${OPENSSL_BIN_PAT…
/rk3399_ARM-atf/tools/cert_create/
H A DMakefile65 CRTTOOL_INCLUDE_DIRS += ./include ${PLAT_INCLUDE} ${OPENSSL_DIR}/include
73 CRTTOOL_LDFLAGS += -L ${OPENSSL_DIR}/lib -L ${OPENSSL_DIR}
/rk3399_ARM-atf/docs/plat/arm/corstone1000/
H A Dindex.rst45 OPENSSL_DIR=<path to openssl usr folder> \
/rk3399_ARM-atf/
H A DMakefile1162 …bspath ${BUILD_PLAT}) USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…
1232 …ath ${BUILD_PLAT}) CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…
1255 …} PLAT=${PLAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} DEBUG=$…
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst38 If using a custom build of OpenSSL, set the ``OPENSSL_DIR`` variable
94 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
118 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
/rk3399_ARM-atf/docs/getting_started/
H 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
H A Dbuild-options.rst1306 - ``OPENSSL_DIR``: This option is used to provide the path to a directory on the
/rk3399_ARM-atf/docs/
H A Dchange-log.md8611 …- respect OPENSSL_DIR ([0a956f8](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-f…
10186 - Added build option `OPENSSL_DIR` to direct tools to OpenSSL libraries