/optee_rust/examples/digest-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/tcp_client-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/hello_world-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/random-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/message_passing_interface-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/secure_storage-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/aes-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/big_int-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/diffie_hellman-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/supp_plugin-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/hotp-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/serde-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/authentication-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/acipher-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/time-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/udp_socket-rs/ta/ |
A D | ta_static.rs | 29 flags: TA_FLAGS, 39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; 40 static FLAG_MULTI: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_MULTI_SESSION) != 0; 41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
|
/optee_rust/examples/hello_world-rs/ta/src/ |
A D | main.rs | 66 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/time-rs/ta/src/ |
A D | main.rs | 77 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/random-rs/ta/src/ |
A D | main.rs | 74 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/tcp_client-rs/ta/src/ |
A D | main.rs | 82 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/supp_plugin-rs/ta/src/ |
A D | main.rs | 75 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/udp_socket-rs/ta/src/ |
A D | main.rs | 87 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/serde-rs/ta/src/ |
A D | main.rs | 88 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/message_passing_interface-rs/ta/src/ |
A D | main.rs | 85 const TA_FLAGS: u32 = 0; consts
|
/optee_rust/examples/digest-rs/ta/src/ |
A D | main.rs | 100 const TA_FLAGS: u32 = 0; consts
|