Searched defs:c_void (Results 1 – 4 of 4) sorted by relevance
/optee_rust/optee-utee/optee-utee-sys/src/ |
A D | tee_api.rs | 109 pub fn TEE_MemMove(dest: *mut c_void, src: *const c_void, size: u32) -> *mut c_void; in TEE_MemMove() 159 ) -> c_void; in TEE_InitRefAttribute() 165 ) -> c_void; in TEE_InitValueAttribute() 169 ) -> c_void; in TEE_CopyObjectAttributes() 255 ) -> c_void; in TEE_GetOperationInfo() 272 ) -> c_void; in TEE_CopyOperation() 284 ) -> c_void; in TEE_DigestUpdate() 299 ) -> c_void; in TEE_CipherInit() 321 ) -> c_void; in TEE_MACInit() 326 ) -> c_void; in TEE_MACUpdate() [all …]
|
A D | utee_syscalls.rs | 28 name: *mut c_void, in _utee_get_property() 30 buf: *mut c_void, in _utee_get_property() 36 name: *const c_void, in _utee_get_property_name_to_index() 79 hash: *mut c_void, in _utee_hash_final() 85 src: *const c_void, in _utee_cipher_update() 87 dest: *mut c_void, in _utee_cipher_update() 92 src: *const c_void, in _utee_cipher_final() 94 dest: *mut c_void, in _utee_cipher_final() 154 tag: *mut c_void, in _utee_authenc_enc_final() 163 tag: *const c_void, in _utee_authenc_dec_final() [all …]
|
A D | trace.rs | 37 buf: *const c_void, in dhex_dump()
|
/optee_rust/optee-teec/optee-teec-sys/src/ |
A D | tee_client_api.rs | 156 connectionData: *const c_void, in TEEC_OpenSession()
|
Completed in 13 milliseconds