Home
last modified time | relevance | path

Searched defs:UUID (Results 1 – 25 of 25) sorted by relevance

/optee_rust/examples/time-rs/proto/src/
A Dlib.rs35 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/random-rs/proto/src/
A Dlib.rs35 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/signature_verification-rs/proto/src/
A Dlib.rs37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/digest-rs/proto/src/
A Dlib.rs37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/hotp-rs/proto/src/
A Dlib.rs37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/hello_world-rs/proto/src/
A Dlib.rs37 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/secure_storage-rs/proto/src/
A Dlib.rs39 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/diffie_hellman-rs/proto/src/
A Dlib.rs39 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/acipher-rs/proto/src/
A Dlib.rs41 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/supp_plugin-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../ta_uuid.txt") macro
/optee_rust/examples/time-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/random-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/secure_storage-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/signature_verification-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/digest-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/big_int-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/diffie_hellman-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/hotp-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/hello_world-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/aes-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/authentication-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/acipher-rs/ta/
A DMakefile18 UUID ?= $(shell cat "../uuid.txt") macro
/optee_rust/examples/big_int-rs/proto/src/
A Dlib.rs47 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/authentication-rs/proto/src/
A Dlib.rs63 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts
/optee_rust/examples/aes-rs/proto/src/
A Dlib.rs94 pub const UUID: &str = &include_str!(concat!(env!("OUT_DIR"), "/uuid.txt")); consts

Completed in 61 milliseconds