Home
last modified time | relevance | path

Searched refs:i32 (Results 1 – 18 of 18) sorted by relevance

/optee_rust/optee-utee/src/
A Dtrace.rs38 pub fn set_level(level: i32) { in set_level() argument
44 pub fn get_level() -> i32 { in get_level()
A Darithmetical.rs47 pub fn convert_from_octet_string(&mut self, buffer: &[u8], sign: i32) -> Result<()> { in convert_from_octet_string()
79 pub fn convert_from_s32(&mut self, short_val: i32) { in convert_from_s32() argument
83 pub fn convert_to_s32(&self) -> Result<i32> { in convert_to_s32() argument
84 let mut short_val: i32 = 0; in convert_to_s32()
94 pub fn compare_big_int(&self, target: &Self) -> i32 { in compare_big_int() argument
98 pub fn compare_s32(&self, target: i32) -> i32 { in compare_s32() argument
235 pub fn is_probable_prime(&self, confidence_level: u32) -> i32 { in is_probable_prime() argument
A Dobject.rs1335 pub fn seek(&self, offset: i32, whence: Whence) -> Result<()> { in seek() argument
/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_api.rs123 ) -> i32; in TEE_MemCompare() argument
248 offset: i32, //intmax_t in TEE_SeekObjectData() argument
473 sign: i32, in TEE_BigIntConvertFromOctetString() argument
480 pub fn TEE_BigIntConvertFromS32(dest: *mut TEE_BigInt, shortVal: i32) -> c_void; in TEE_BigIntConvertFromS32()
481 pub fn TEE_BigIntConvertToS32(dest: *mut i32, src: *const TEE_BigInt) -> TEE_Result; in TEE_BigIntConvertToS32() argument
485 pub fn TEE_BigIntCmp(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> i32; in TEE_BigIntCmp() argument
486 pub fn TEE_BigIntCmpS32(op: *const TEE_BigInt, shortVal: i32) -> i32; in TEE_BigIntCmpS32() argument
574 pub fn TEE_BigIntIsProbablePrime(op: *const TEE_BigInt, confidenceLevel: u32) -> i32; in TEE_BigIntIsProbablePrime() argument
A Dutee_syscalls.rs228 pub fn _utee_storage_obj_seek(obj: c_ulong, offset: i32, whence: c_ulong) -> TEE_Result; in _utee_storage_obj_seek() argument
/optee_rust/examples/hello_world-rs/ta/src/
A Dmain.rs75 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs110 n1.convert_from_s32(n1_value.a() as i32); in invoke_command()
132 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/time-rs/ta/src/
A Dmain.rs86 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/random-rs/ta/src/
A Dmain.rs86 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/supp_plugin-rs/ta/src/
A Dmain.rs87 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/digest-rs/ta/src/
A Dmain.rs112 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/diffie_hellman-rs/ta/src/
A Dmain.rs150 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/acipher-rs/ta/src/
A Dmain.rs149 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/secure_storage-rs/ta/src/
A Dmain.rs180 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/hotp-rs/ta/src/
A Dmain.rs165 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/signature_verification-rs/ta/src/
A Dmain.rs189 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs196 const TRACE_LEVEL: i32 = 4;
/optee_rust/examples/authentication-rs/ta/src/
A Dmain.rs188 const TRACE_LEVEL: i32 = 4;

Completed in 58 milliseconds