| /optee_rust/optee-utee/src/ |
| A D | time.rs | 85 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 D | object.rs | 231 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 D | crypto_op.rs | 186 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 D | error.rs | 35 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 D | extension.rs | 49 code => Err(Error::from_raw_error(code)), in invoke()
|
| A D | arithmetical.rs | 55 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 D | error.rs | 38 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 D | session.rs | 76 code => Err(Error::from_raw_error(code)), in new() 101 code => Err(Error::from_raw_error(code)), in invoke_command()
|
| A D | context.rs | 54 code => Err(Error::from_raw_error(code)), in new_raw()
|
| /optee_rust/licenses/ |
| A D | LICENSE-compiler-builtins.txt | 6 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 D | LICENSE-optee.txt | 10 1. Redistributions of source code must retain the above copyright notice,
|
| A D | LICENSE-rust.txt | 27 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 D | config | 28 "-C", "link-dead-code", 44 "-C", "link-dead-code",
|
| /optee_rust/ |
| A D | DISCLAIMER-WIP | 7 stability of the code, it does indicate that the project has yet to be fully
|
| A D | KEYS | 2 email unless you have to. Their main purpose is code signing.
|
| A D | LICENSE | 28 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 D | getting-started-with-optee-for-qemu-armv8.md | 18 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 D | utee_syscalls.rs | 24 pub fn _utee_panic(code: c_ulong); in _utee_panic()
|