| /optee_rust/examples/supp_plugin-rs/plugin/ |
| A D | Makefile | 27 TARGET := arm-unknown-linux-gnueabihf macro 31 TARGET := aarch64-unknown-linux-gnu macro 34 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 40 @cargo build --target $(TARGET) --release 41 …cp $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so $(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UU…
|
| /optee_rust/examples/time-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/hello_world-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/secure_storage-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/hotp-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/supp_plugin-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/big_int-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/diffie_hellman-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/aes-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/udp_socket-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/tcp_client-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/digest-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/serde-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/random-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/message_passing_interface-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/authentication-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/acipher-rs/host/ |
| A D | Makefile | 26 TARGET := arm-unknown-linux-gnueabihf macro 30 TARGET := aarch64-unknown-linux-gnu macro 33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 39 @cargo build --target $(TARGET) --release
|
| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/time-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/random-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/aes-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|
| /optee_rust/examples/authentication-rs/ta/ |
| A D | Makefile | 29 TARGET := arm-unknown-optee-trustzone macro 35 TARGET := aarch64-unknown-optee-trustzone macro 38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release 43 @xargo build --target $(TARGET) --release --verbose
|