Home
last modified time | relevance | path

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

/optee_rust/optee-utee/src/
A Dtime.rs85 code => Err(Error::from_raw_error(code)), in wait()
116 code => Err(Error::from_raw_error(code)), in ta_time()
133 code => Err(Error::from_raw_error(code)), in set_ta_time()
A Dobject.rs231 code => Err(Error::from_raw_error(code)), in info()
238 code => Err(Error::from_raw_error(code)), in restrict_usage()
253 code => Err(Error::from_raw_error(code)), in ref_attribute()
269 code => Err(Error::from_raw_error(code)), in value_attribute()
537 code => Err(Error::from_raw_error(code)), in allocate()
773 code => Err(Error::from_raw_error(code)), in copy_attribute_from()
1057 code => Err(Error::from_raw_error(code)), in close_and_delete()
1106 code => Err(Error::from_raw_error(code)), in rename()
1203 code => Err(Error::from_raw_error(code)), in read()
1251 code => Err(Error::from_raw_error(code)), in write()
[all …]
A Dcrypto_op.rs186 code => Err(Error::from_raw_error(code)), in allocate()
205 code => Err(Error::from_raw_error(code)), in info_multiple()
218 code => Err(Error::from_raw_error(code)), in set_key()
233 code => Err(Error::from_raw_error(code)), in is_algorithm_supported()
334 code => Err(Error::from_raw_error(code)), in do_final()
605 code => Err(Error::from_raw_error(code)), in update()
639 code => Err(Error::from_raw_error(code)), in do_final()
728 code => Err(Error::from_raw_error(code)), in set_key_2()
847 code => Err(Error::from_raw_error(code)), in compute_final()
882 code => Err(Error::from_raw_error(code)), in compare_final()
[all …]
A Derror.rs35 code: u32, field
152 Error { code: kind as u32 } in new()
165 pub fn from_raw_error(code: u32) -> Error { in from_raw_error()
166 Error { code } in from_raw_error()
179 match self.code { in kind()
214 self.code in raw_code()
224 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
230 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
243 Error { code: kind as u32 } in from()
A Dextension.rs49 code => Err(Error::from_raw_error(code)), in invoke()
A Darithmetical.rs55 code => Err(Error::from_raw_error(code)), in convert_from_octet_string()
73 code => Err(Error::from_raw_error(code)), in convert_to_octet_string()
85 code => Err(Error::from_raw_error(code)), in convert_to_s32()
/optee_rust/optee-teec/src/
A Derror.rs38 code: u32, field
121 Error { code: kind as u32 } in new()
133 pub fn from_raw_error(code: u32) -> Error { in from_raw_error()
134 Error { code } in from_raw_error()
147 match self.code { in kind()
173 self.code in raw_code()
184 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
190 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
203 Error { code: kind as u32 } in from()
A Dsession.rs76 code => Err(Error::from_raw_error(code)), in new()
101 code => Err(Error::from_raw_error(code)), in invoke_command()
A Dcontext.rs54 code => Err(Error::from_raw_error(code)), in new_raw()
/optee_rust/licenses/
A DLICENSE-compiler-builtins.txt6 Illinois "BSD-Like" license and the MIT license. As a user of this code you may
8 your code to be used under both.
36 * Redistributions of source code must retain the above copyright notice,
81 The LLVM software contains code written by third parties. Such software will
84 to that code.
87 applies to all code in the LLVM Distribution, and nothing in any of the
A DLICENSE-optee.txt10 1. Redistributions of source code must retain the above copyright notice,
A DLICENSE-rust.txt27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
/optee_rust/.cargo/
A Dconfig28 "-C", "link-dead-code",
44 "-C", "link-dead-code",
/optee_rust/
A DDISCLAIMER-WIP7 stability of the code, it does indicate that the project has yet to be fully
A DKEYS2 email unless you have to. Their main purpose is code signing.
A DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
57 communication on electronic mailing lists, source code control systems,
/optee_rust/docs/
A Dgetting-started-with-optee-for-qemu-armv8.md18 Download OP-TEE for QEMU ARMv8 source code.
75 Note that if you are under a environment without GUI, you please comment out the following code in …
/optee_rust/optee-utee/optee-utee-sys/src/
A Dutee_syscalls.rs24 pub fn _utee_panic(code: c_ulong); in _utee_panic()

Completed in 33 milliseconds