/optee_rust/optee-utee/optee-utee-sys/src/ |
A D | utee_syscalls.rs | 86 src_len: size_t, in _utee_cipher_update() argument 93 src_len: size_t, in _utee_cipher_final() argument 132 tag_len: size_t, in _utee_authenc_init() argument 133 aad_len: size_t, in _utee_authenc_init() argument 144 src_len: size_t, in _utee_authenc_update_payload() argument 151 src_len: size_t, in _utee_authenc_enc_final() argument 160 src_len: size_t, in _utee_authenc_dec_final() argument 164 tag_len: size_t, in _utee_authenc_dec_final() argument 171 src_len: size_t, in _utee_asymm_operate() argument 198 len: size_t, in _utee_storage_obj_create() argument [all …]
|
A D | tee_api_types.rs | 218 pub bufferLen: size_t,
|
A D | tee_api.rs | 481 bits: size_t, in TEE_BigIntShiftRight() argument
|
/optee_rust/optee-teec/optee-teec-sys/src/ |
A D | tee_client_api.rs | 102 pub size: size_t, 105 pub alloced_size: size_t, 115 pub size: size_t, 122 pub size: size_t, 123 pub offset: size_t,
|
/optee_rust/examples/digest-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/tcp_client-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/hello_world-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/random-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/message_passing_interface-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/secure_storage-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/aes-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/big_int-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/diffie_hellman-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/supp_plugin-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/hotp-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/serde-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/authentication-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/acipher-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/time-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|
/optee_rust/examples/udp_socket-rs/ta/ |
A D | ta_static.rs | 38 pub static ta_heap_size: libc::size_t = std::mem::size_of::<u8>() * TA_DATA_SIZE as usize; 44 pub static ta_num_props: libc::size_t = 9;
|