| /optee_rust/examples/random-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/serde-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/aes-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/authentication-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/big_int-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/acipher-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/time-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/udp_socket-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/diffie_hellman-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/tcp_client-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/digest-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const u32 as *mut _,
|
| /optee_rust/examples/message_passing_interface-rs/ta/ |
| A D | ta_static.rs | 28 stack_size: TA_STACK_SIZE + TA_FRAMEWORK_STACK_SIZE, 71 value: &TA_STACK_SIZE as *const libc::uint32_t as *mut _,
|
| /optee_rust/examples/hello_world-rs/ta/src/ |
| A D | main.rs | 68 const TA_STACK_SIZE: u32 = 2 * 1024; consts
|
| /optee_rust/examples/random-rs/ta/src/ |
| A D | main.rs | 76 const TA_STACK_SIZE: u32 = 2 * 1024; consts
|
| /optee_rust/examples/time-rs/ta/src/ |
| A D | main.rs | 79 const TA_STACK_SIZE: u32 = 2 * 1024; consts
|
| /optee_rust/examples/supp_plugin-rs/ta/src/ |
| A D | main.rs | 77 const TA_STACK_SIZE: u32 = 2 * 1024; consts
|
| /optee_rust/examples/udp_socket-rs/ta/src/ |
| A D | main.rs | 89 const TA_STACK_SIZE: u32 = 2 * 1024 * 1024; consts
|
| /optee_rust/examples/tcp_client-rs/ta/src/ |
| A D | main.rs | 84 const TA_STACK_SIZE: u32 = 2 * 1024 * 1024; consts
|
| /optee_rust/examples/serde-rs/ta/src/ |
| A D | main.rs | 90 const TA_STACK_SIZE: u32 = 4 * 1024; consts
|
| /optee_rust/examples/message_passing_interface-rs/ta/src/ |
| A D | main.rs | 87 const TA_STACK_SIZE: u32 = 4 * 1024; consts
|
| /optee_rust/examples/digest-rs/ta/src/ |
| A D | main.rs | 102 const TA_STACK_SIZE: u32 = 2 * 1024; consts
|