Searched defs:bool (Results 1 – 4 of 4) sorted by relevance
32 level_ok: bool, in trace_printf()
37 value: *mut bool, in TEE_GetPropertyAsBool()492 pub fn TEE_BigIntGetBit(src: *const TEE_BigInt, bitIndex: u32) -> bool; in TEE_BigIntGetBit()566 pub fn TEE_BigIntRelativePrime(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> bool; in TEE_BigIntRelativePrime()
49 pub fn new_raw(fd: libc::c_int, reg_mem: bool, memref_null: bool) -> Result<raw::TEEC_Context> { in new_raw()
108 pub fn get_bit(&self, bit_index: u32) -> bool { in get_bit()227 pub fn relative_prime(op1: &Self, op2: &Self) -> bool { in relative_prime()
Completed in 12 milliseconds