| /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/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/secure_storage-rs/proto/src/ |
| A D | lib.rs | 39 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/acipher-rs/proto/src/ |
| A D | lib.rs | 41 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../ta_uuid.txt") macro
|
| /optee_rust/examples/time-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/random-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/signature_verification-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/digest-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/big_int-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/diffie_hellman-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/aes-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/authentication-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/acipher-rs/ta/ |
| A D | Makefile | 18 UUID ?= $(shell cat "../uuid.txt") macro
|
| /optee_rust/examples/big_int-rs/proto/src/ |
| A D | lib.rs | 47 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/authentication-rs/proto/src/ |
| A D | lib.rs | 63 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|
| /optee_rust/examples/aes-rs/proto/src/ |
| A D | lib.rs | 94 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
|