| /optee_rust/examples/random-rs/ta/ |
| A D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | ta_static.rs | 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; 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 D | trace.rs | 29 level_ok: bool, in trace_printf() argument
|
| A D | tee_api_types.rs | 210 pub sePresent: bool, 211 pub teeOnly: bool, 212 pub selectResponseEnable: bool,
|
| A D | tee_api.rs | 33 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 D | tee_client_api.rs | 82 pub reg_mem: bool, 108 pub buffer_allocated: bool,
|
| /optee_rust/optee-teec/src/ |
| A D | context.rs | 49 pub fn new_raw(fd: libc::c_int, reg_mem: bool) -> Result<raw::TEEC_Context> { in new_raw()
|
| /optee_rust/optee-utee/src/ |
| A D | arithmetical.rs | 106 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
|