Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 22 of 22) sorted by relevance

/optee_rust/examples/random-rs/ta/
A Dta_static.rs39 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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE as *const bool as *mut _,
/optee_rust/examples/digest-rs/ta/
A Dta_static.rs39 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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE 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;
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;
51 value: &FLAG_BOOL as *const bool as *mut _,
56 value: &FLAG_MULTI as *const bool as *mut _,
61 value: &FLAG_INSTANCE as *const bool as *mut _,
/optee_rust/optee-utee/optee-utee-sys/src/
A Dtrace.rs29 level_ok: bool, in trace_printf() argument
A Dtee_api_types.rs210 pub sePresent: bool,
211 pub teeOnly: bool,
212 pub selectResponseEnable: bool,
A Dtee_api.rs33 value: *mut bool, in TEE_GetPropertyAsBool() argument
93 pub fn TEE_GetCancellationFlag() -> bool; in TEE_GetCancellationFlag()
94 pub fn TEE_UnmaskCancellation() -> bool; in TEE_UnmaskCancellation()
95 pub fn TEE_MaskCancellation() -> bool; in TEE_MaskCancellation()
483 pub fn TEE_BigIntGetBit(src: *const TEE_BigInt, bitIndex: u32) -> bool; in TEE_BigIntGetBit() argument
547 pub fn TEE_BigIntRelativePrime(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> bool; in TEE_BigIntRelativePrime() argument
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs82 pub reg_mem: bool,
108 pub buffer_allocated: bool,
/optee_rust/optee-teec/src/
A Dcontext.rs49 pub fn new_raw(fd: libc::c_int, reg_mem: bool) -> Result<raw::TEEC_Context> { in new_raw()
/optee_rust/optee-utee/src/
A Darithmetical.rs106 pub fn get_bit(&self, bit_index: u32) -> bool { in get_bit() argument
225 pub fn relative_prime(op1: &Self, op2: &Self) -> bool { in relative_prime() argument

Completed in 36 milliseconds