Home
last modified time | relevance | path

Searched refs:size_t (Results 1 – 20 of 20) sorted by relevance

/optee_rust/optee-utee/optee-utee-sys/src/
A Dutee_syscalls.rs86 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 Dtee_api_types.rs218 pub bufferLen: size_t,
A Dtee_api.rs481 bits: size_t, in TEE_BigIntShiftRight() argument
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs102 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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 Dta_static.rs38 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;

Completed in 21 milliseconds