/optee_rust/examples/time-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/hello_world-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/secure_storage-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/hotp-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/supp_plugin-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/big_int-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/diffie_hellman-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/aes-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/udp_socket-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/tcp_client-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/digest-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/serde-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/random-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/message_passing_interface-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/authentication-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/acipher-rs/host/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 23 ifeq ($(ARCH), arm) 28 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/supp_plugin-rs/plugin/ |
A D | Makefile | 19 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 29 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/supp_plugin-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/time-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/hello_world-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/secure_storage-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/random-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/hotp-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/aes-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|
/optee_rust/examples/authentication-rs/ta/ |
A D | Makefile | 22 ARCH ?= aarch64 macro 24 ifeq ($(ARCH), arm) 33 OPTEE_BIN := $(OPTEE_DIR)/toolchains/$(ARCH)/bin
|