Home
last modified time | relevance | path

Searched refs:ta (Results 1 – 25 of 82) sorted by relevance

1234

/optee_rust/examples/secure_storage-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/hotp-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/message_passing_interface-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/authentication-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/diffie_hellman-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/acipher-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/aes-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/udp_socket-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/tcp_client-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/digest-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/time-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/hello_world-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/serde-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/random-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/big_int-rs/
A DMakefile20 @make -s -C ta
24 @make -s -C ta clean
/optee_rust/examples/supp_plugin-rs/
A DMakefile20 @make -s -C ta
25 @make -s -C ta clean
/optee_rust/examples/supp_plugin-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/time-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/hello_world-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/secure_storage-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/random-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/hotp-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/aes-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/authentication-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta
/optee_rust/examples/big_int-rs/ta/
A DMakefile40 all: ta strip sign
42 ta: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
49 …$(SIGN) --uuid $(UUID) --key $(TA_SIGN_KEY) --in $(OUT_DIR)/stripped_ta --out $(OUT_DIR)/$(UUID).ta

Completed in 26 milliseconds

1234