Searched refs:all (Results 1 – 22 of 22) sorted by relevance
| /optee_rust/ |
| A D | Makefile | 50 .PHONY: all examples $(EXAMPLES) install clean 52 all: examples target 54 all: target
|
| A D | DISCLAIMER-WIP | 3 Incubation is required of all newly accepted projects until a further review
|
| A D | README.md | 152 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 D | LICENSE | 16 "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 D | Makefile | 28 all: target
|
| /optee_rust/examples/secure_storage-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/signature_verification-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/digest-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/hello_world-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/diffie_hellman-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/random-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/hotp-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/aes-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/authentication-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/big_int-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/acipher-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/supp_plugin-rs/ |
| A D | Makefile | 28 all: target
|
| /optee_rust/examples/secure_storage-rs/host/src/ |
| A D | main.rs | 77 if obj1_data.iter().zip(read_data.iter()).all(|(a, b)| a == b) { in main()
|
| /optee_rust/docs/ |
| A D | building-rust-ca-as-android-elf.md | 55 all: host
|
| A D | overview-of-optee-rust-examples.md | 11 To install all examples in `SDK_ROOT_DIR/out/`, run `make examples-install`
|
| /optee_rust/examples/aes-rs/host/src/ |
| A D | main.rs | 114 if clear.iter().zip(tmp.iter()).all(|(a, b)| a == b) { in main()
|
| /optee_rust/examples/authentication-rs/host/src/ |
| A D | main.rs | 111 .all(|(a, b)| a == b) in main()
|
Completed in 47 milliseconds