Searched refs:into (Results 1 – 15 of 15) sorted by relevance
| /optee_rust/optee-utee/macros/src/ |
| A D | lib.rs | 58 .into(); in ta_create() 72 .into() in ta_create() 109 .into(); in ta_destroy() 120 .into() in ta_destroy() 159 .into(); in ta_open_session() 179 .into(), in ta_open_session() 217 .into() in ta_open_session() 261 .into(); in ta_close_session() 273 .into(), in ta_close_session() 342 .into(); in ta_invoke_command() [all …]
|
| /optee_rust/optee-teec/macros/src/ |
| A D | lib.rs | 57 .into(); in plugin_init() 67 .into() in plugin_init() 101 .into(); in plugin_invoke() 125 .into() in plugin_invoke()
|
| /optee_rust/optee-utee/src/ |
| A D | parameter.rs | 143 (0x000fu32 & self.0).into(), in into_flags() 144 ((0x00f0u32 & self.0) >> 4).into(), in into_flags() 145 ((0x0f00u32 & self.0) >> 8).into(), in into_flags() 146 ((0xf000u32 & self.0) >> 12).into(), in into_flags()
|
| A D | object.rs | 208 fn into(self) -> raw::TEE_Whence { in into() method 1336 match unsafe { raw::TEE_SeekObjectData(self.handle(), offset, whence.into()) } { in seek()
|
| /optee_rust/optee-teec/src/ |
| A D | parameter.rs | 225 (0x000fu32 & self.0).into(), in into_flags() 226 (0x00f0u32 & self.0).into(), in into_flags() 227 (0x0f00u32 & self.0).into(), in into_flags() 228 (0xf000u32 & self.0).into(), in into_flags()
|
| A D | operation.rs | 44 .into(); in new()
|
| /optee_rust/examples/diffie_hellman-rs/ta/src/ |
| A D | main.rs | 87 .generate_key(KEY_SIZE, &[attr_prime.into(), attr_base.into()])?; in generate_key() 114 operation.derive(&[received_public.into()], &mut derived_key); in derive_key()
|
| /optee_rust/optee-utee/optee-utee-sys/src/ |
| A D | user_ta_header.rs | 51 unsafe { _utee_return(res.into()) }; in __ta_entry()
|
| /optee_rust/examples/signature_verification-rs/ta/src/ |
| A D | main.rs | 141 rsa_pub_key.populate(&[mod_attr.into(), exp_attr.into()])?; in verify()
|
| /optee_rust/examples/aes-rs/ta/src/ |
| A D | main.rs | 138 aes.key_object.populate(&[attr.into()])?; in alloc_resources() 155 aes.key_object.populate(&[attr.into()])?; in set_aes_key()
|
| /optee_rust/ |
| A D | DISCLAIMER-WIP | 17 If you are planning to incorporate this work into your product/project, please
|
| A D | README.md | 35 Teaclave TrustZone SDK has been integrated into the OP-TEE Repo since OP-TEE 37 into OP-TEE's default filesystem for QEMUv8. Follow [this 57 applications and copy them into the target's filesystem.
|
| /optee_rust/examples/hotp-rs/ta/src/ |
| A D | main.rs | 132 key_object.populate(&[attr.into()])?; in hmac_sha1()
|
| /optee_rust/examples/authentication-rs/ta/src/ |
| A D | main.rs | 114 key_object.populate(&[attr.into()])?; in prepare()
|
| /optee_rust/docs/ |
| A D | overview-of-optee-rust-examples.md | 28 …d392-bdab-11eb-9082-abc902ac5cd4` | Read / write / delete raw data from / into the OP-TEE secure s…
|
Completed in 46 milliseconds