Home
last modified time | relevance | path

Searched refs:all (Results 1 – 22 of 22) sorted by relevance

/optee_rust/
A DMakefile50 .PHONY: all examples $(EXAMPLES) install clean
52 all: examples target
54 all: target
A DDISCLAIMER-WIP3 Incubation is required of all newly accepted projects until a further review
A DREADME.md152 5. Run this command to build all Rust examples:
164 Besides, you can collect all example CAs and TAs to
187 2. Copy all the Rust examples or your own applications to the shared folder:
A DLICENSE16 "Legal Entity" shall mean the union of the acting entity and all
102 that You distribute, all copyright, patent, trademark, and
162 work stoppage, computer failure or malfunction, or any and all
/optee_rust/examples/time-rs/
A DMakefile28 all: target
/optee_rust/examples/secure_storage-rs/
A DMakefile28 all: target
/optee_rust/examples/signature_verification-rs/
A DMakefile28 all: target
/optee_rust/examples/digest-rs/
A DMakefile28 all: target
/optee_rust/examples/hello_world-rs/
A DMakefile28 all: target
/optee_rust/examples/diffie_hellman-rs/
A DMakefile28 all: target
/optee_rust/examples/random-rs/
A DMakefile28 all: target
/optee_rust/examples/hotp-rs/
A DMakefile28 all: target
/optee_rust/examples/aes-rs/
A DMakefile28 all: target
/optee_rust/examples/authentication-rs/
A DMakefile28 all: target
/optee_rust/examples/big_int-rs/
A DMakefile28 all: target
/optee_rust/examples/acipher-rs/
A DMakefile28 all: target
/optee_rust/examples/supp_plugin-rs/
A DMakefile28 all: target
/optee_rust/examples/secure_storage-rs/host/src/
A Dmain.rs77 if obj1_data.iter().zip(read_data.iter()).all(|(a, b)| a == b) { in main()
/optee_rust/docs/
A Dbuilding-rust-ca-as-android-elf.md55 all: host
A Doverview-of-optee-rust-examples.md11 To install all examples in `SDK_ROOT_DIR/out/`, run `make examples-install`
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs114 if clear.iter().zip(tmp.iter()).all(|(a, b)| a == b) { in main()
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs111 .all(|(a, b)| a == b) in main()

Completed in 47 milliseconds