| /optee_rust/optee-utee/src/ |
| A D | trace.rs | 38 pub fn set_level(level: i32) { in set_level() argument 44 pub fn get_level() -> i32 { in get_level()
|
| A D | arithmetical.rs | 47 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 D | object.rs | 1335 pub fn seek(&self, offset: i32, whence: Whence) -> Result<()> { in seek() argument
|
| /optee_rust/optee-utee/optee-utee-sys/src/ |
| A D | tee_api.rs | 123 ) -> 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 D | utee_syscalls.rs | 228 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 D | main.rs | 75 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/big_int-rs/ta/src/ |
| A D | main.rs | 110 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 D | main.rs | 86 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/random-rs/ta/src/ |
| A D | main.rs | 86 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/supp_plugin-rs/ta/src/ |
| A D | main.rs | 87 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/digest-rs/ta/src/ |
| A D | main.rs | 112 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/diffie_hellman-rs/ta/src/ |
| A D | main.rs | 150 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/acipher-rs/ta/src/ |
| A D | main.rs | 149 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/secure_storage-rs/ta/src/ |
| A D | main.rs | 180 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/hotp-rs/ta/src/ |
| A D | main.rs | 165 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/signature_verification-rs/ta/src/ |
| A D | main.rs | 189 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/aes-rs/ta/src/ |
| A D | main.rs | 196 const TRACE_LEVEL: i32 = 4;
|
| /optee_rust/examples/authentication-rs/ta/src/ |
| A D | main.rs | 188 const TRACE_LEVEL: i32 = 4;
|