Home
last modified time | relevance | path

Searched refs:FLAG_BOOL (Results 1 – 16 of 16) sorted by relevance

/optee_rust/examples/digest-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/tcp_client-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/hello_world-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/random-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/message_passing_interface-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/secure_storage-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/aes-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/big_int-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/diffie_hellman-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/supp_plugin-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/hotp-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/serde-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/authentication-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; variable
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/acipher-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/time-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,
/optee_rust/examples/udp_socket-rs/ta/
A Dta_static.rs39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0; consts
51 value: &FLAG_BOOL as *const bool as *mut _,

Completed in 15 milliseconds