| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../ta_uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/time-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/random-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/signature_verification-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/digest-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/big_int-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/diffie_hellman-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/aes-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/authentication-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/acipher-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro 39 @echo "SIGN => ${UUID}"
|
| /optee_rust/examples/time-rs/host/src/ |
| A D | main.rs | 20 use proto::{Command, UUID}; 32 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/random-rs/host/src/ |
| A D | main.rs | 19 use proto::{Command, UUID}; 40 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/hello_world-rs/host/src/ |
| A D | main.rs | 20 use proto::{UUID, Command}; 38 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/time-rs/proto/src/ |
| A D | lib.rs | 35 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/random-rs/proto/src/ |
| A D | lib.rs | 35 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/big_int-rs/host/src/ |
| A D | main.rs | 20 use proto::{Command, UUID}; 45 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/signature_verification-rs/proto/src/ |
| A D | lib.rs | 37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/digest-rs/proto/src/ |
| A D | lib.rs | 37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/hotp-rs/proto/src/ |
| A D | lib.rs | 37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/hello_world-rs/proto/src/ |
| A D | lib.rs | 37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/diffie_hellman-rs/proto/src/ |
| A D | lib.rs | 39 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/secure_storage-rs/proto/src/ |
| A D | lib.rs | 39 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|