/optee_rust/examples/tcp_client-rs/proto/src/ |
A D | lib.rs | 33 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/time-rs/proto/src/ |
A D | lib.rs | 33 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/random-rs/proto/src/ |
A D | lib.rs | 33 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/serde-rs/proto/src/ |
A D | lib.rs | 33 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/udp_socket-rs/proto/src/ |
A D | lib.rs | 33 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/digest-rs/proto/src/ |
A D | lib.rs | 35 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 | 35 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/hotp-rs/proto/src/ |
A D | lib.rs | 35 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 | 37 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 | 37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/acipher-rs/proto/src/ |
A D | lib.rs | 39 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/big_int-rs/proto/src/ |
A D | lib.rs | 45 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/message_passing_interface-rs/proto/src/ |
A D | lib.rs | 51 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
/optee_rust/examples/diffie_hellman-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/digest-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/hello_world-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/time-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/secure_storage-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/random-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/authentication-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/big_int-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/supp_plugin-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../ta_uuid.txt") macro
|
/optee_rust/examples/tcp_client-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/message_passing_interface-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|
/optee_rust/examples/hotp-rs/ta/ |
A D | Makefile | 20 UUID ?= $(shell cat "../uuid.txt") macro
|