| /optee_rust/optee-utee/src/ |
| A D | uuid.rs | 38 pub fn parse_str(input: &str) -> Result<Uuid, uuid_crate::Error> { in parse_str() method 39 let uuid = uuid_crate::Uuid::parse_str(input)?; in parse_str()
|
| /optee_rust/optee-teec/src/ |
| A D | uuid.rs | 39 pub fn parse_str(input: &str) -> Result<Uuid, ParseError> { in parse_str() method 40 let uuid = uuid_crate::Uuid::parse_str(input)?; in parse_str()
|
| /optee_rust/examples/tcp_client-rs/host/src/ |
| A D | main.rs | 30 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/time-rs/host/src/ |
| A D | main.rs | 32 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/supp_plugin-rs/plugin/ |
| A D | build.rs | 30 let plugin_uuid = Uuid::parse_str(proto::PLUGIN_UUID).unwrap(); in main()
|
| /optee_rust/examples/supp_plugin-rs/host/src/ |
| A D | main.rs | 37 let uuid = Uuid::parse_str(TA_UUID).unwrap(); in main()
|
| /optee_rust/examples/random-rs/host/src/ |
| A D | main.rs | 40 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/hello_world-rs/host/src/ |
| A D | main.rs | 38 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/serde-rs/host/src/ |
| A D | main.rs | 45 Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/udp_socket-rs/host/src/ |
| A D | main.rs | 35 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
|
| /optee_rust/examples/time-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/random-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/aes-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/authentication-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/big_int-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/acipher-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/udp_socket-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/diffie_hellman-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::TA_UUID).unwrap(); in main()
|
| /optee_rust/examples/tcp_client-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/digest-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|
| /optee_rust/examples/message_passing_interface-rs/ta/ |
| A D | build.rs | 31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
|