system_update_configurator/bridge/vx_ta/
tee_client_api.rs

1// Copyright 2022 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#![allow(non_camel_case_types)]
6#![allow(non_snake_case)]
7#![allow(non_upper_case_globals)]
8#![allow(dead_code)]
9
10/* automatically generated by rust-bindgen */
11
12pub const _STDINT_H: u32 = 1;
13pub const _FEATURES_H: u32 = 1;
14pub const _DEFAULT_SOURCE: u32 = 1;
15pub const __USE_ISOC11: u32 = 1;
16pub const __USE_ISOC99: u32 = 1;
17pub const __USE_ISOC95: u32 = 1;
18pub const __USE_POSIX_IMPLICITLY: u32 = 1;
19pub const _POSIX_SOURCE: u32 = 1;
20pub const _POSIX_C_SOURCE: u32 = 200809;
21pub const __USE_POSIX: u32 = 1;
22pub const __USE_POSIX2: u32 = 1;
23pub const __USE_POSIX199309: u32 = 1;
24pub const __USE_POSIX199506: u32 = 1;
25pub const __USE_XOPEN2K: u32 = 1;
26pub const __USE_XOPEN2K8: u32 = 1;
27pub const _ATFILE_SOURCE: u32 = 1;
28pub const __USE_MISC: u32 = 1;
29pub const __USE_ATFILE: u32 = 1;
30pub const __USE_FORTIFY_LEVEL: u32 = 0;
31pub const _STDC_PREDEF_H: u32 = 1;
32pub const __STDC_IEC_559__: u32 = 1;
33pub const __STDC_IEC_559_COMPLEX__: u32 = 1;
34pub const __STDC_ISO_10646__: u32 = 201605;
35pub const __STDC_NO_THREADS__: u32 = 1;
36pub const __GNU_LIBRARY__: u32 = 6;
37pub const __GLIBC__: u32 = 2;
38pub const __GLIBC_MINOR__: u32 = 24;
39pub const _SYS_CDEFS_H: u32 = 1;
40pub const __WORDSIZE: u32 = 64;
41pub const __WORDSIZE_TIME64_COMPAT32: u32 = 1;
42pub const __SYSCALL_WORDSIZE: u32 = 64;
43pub const _BITS_WCHAR_H: u32 = 1;
44pub const INT8_MIN: i32 = -128;
45pub const INT16_MIN: i32 = -32768;
46pub const INT32_MIN: i32 = -2147483648;
47pub const INT8_MAX: u32 = 127;
48pub const INT16_MAX: u32 = 32767;
49pub const INT32_MAX: u32 = 2147483647;
50pub const UINT8_MAX: u32 = 255;
51pub const UINT16_MAX: u32 = 65535;
52pub const UINT32_MAX: u32 = 4294967295;
53pub const INT_LEAST8_MIN: i32 = -128;
54pub const INT_LEAST16_MIN: i32 = -32768;
55pub const INT_LEAST32_MIN: i32 = -2147483648;
56pub const INT_LEAST8_MAX: u32 = 127;
57pub const INT_LEAST16_MAX: u32 = 32767;
58pub const INT_LEAST32_MAX: u32 = 2147483647;
59pub const UINT_LEAST8_MAX: u32 = 255;
60pub const UINT_LEAST16_MAX: u32 = 65535;
61pub const UINT_LEAST32_MAX: u32 = 4294967295;
62pub const INT_FAST8_MIN: i32 = -128;
63pub const INT_FAST16_MIN: i64 = -9223372036854775808;
64pub const INT_FAST32_MIN: i64 = -9223372036854775808;
65pub const INT_FAST8_MAX: u32 = 127;
66pub const INT_FAST16_MAX: u64 = 9223372036854775807;
67pub const INT_FAST32_MAX: u64 = 9223372036854775807;
68pub const UINT_FAST8_MAX: u32 = 255;
69pub const UINT_FAST16_MAX: i32 = -1;
70pub const UINT_FAST32_MAX: i32 = -1;
71pub const INTPTR_MIN: i64 = -9223372036854775808;
72pub const INTPTR_MAX: u64 = 9223372036854775807;
73pub const UINTPTR_MAX: i32 = -1;
74pub const PTRDIFF_MIN: i64 = -9223372036854775808;
75pub const PTRDIFF_MAX: u64 = 9223372036854775807;
76pub const SIG_ATOMIC_MIN: i32 = -2147483648;
77pub const SIG_ATOMIC_MAX: u32 = 2147483647;
78pub const SIZE_MAX: i32 = -1;
79pub const WINT_MIN: u32 = 0;
80pub const WINT_MAX: u32 = 4294967295;
81pub const true_: u32 = 1;
82pub const false_: u32 = 0;
83pub const __bool_true_false_are_defined: u32 = 1;
84pub const ZX_OK: u32 = 0;
85pub const ZX_ERR_INTERNAL: i32 = -1;
86pub const ZX_ERR_NOT_SUPPORTED: i32 = -2;
87pub const ZX_ERR_NO_RESOURCES: i32 = -3;
88pub const ZX_ERR_NO_MEMORY: i32 = -4;
89pub const ZX_ERR_INTERNAL_INTR_RETRY: i32 = -6;
90pub const ZX_ERR_INVALID_ARGS: i32 = -10;
91pub const ZX_ERR_BAD_HANDLE: i32 = -11;
92pub const ZX_ERR_WRONG_TYPE: i32 = -12;
93pub const ZX_ERR_BAD_SYSCALL: i32 = -13;
94pub const ZX_ERR_OUT_OF_RANGE: i32 = -14;
95pub const ZX_ERR_BUFFER_TOO_SMALL: i32 = -15;
96pub const ZX_ERR_BAD_STATE: i32 = -20;
97pub const ZX_ERR_TIMED_OUT: i32 = -21;
98pub const ZX_ERR_SHOULD_WAIT: i32 = -22;
99pub const ZX_ERR_CANCELED: i32 = -23;
100pub const ZX_ERR_PEER_CLOSED: i32 = -24;
101pub const ZX_ERR_NOT_FOUND: i32 = -25;
102pub const ZX_ERR_ALREADY_EXISTS: i32 = -26;
103pub const ZX_ERR_ALREADY_BOUND: i32 = -27;
104pub const ZX_ERR_UNAVAILABLE: i32 = -28;
105pub const ZX_ERR_ACCESS_DENIED: i32 = -30;
106pub const ZX_ERR_IO: i32 = -40;
107pub const ZX_ERR_IO_REFUSED: i32 = -41;
108pub const ZX_ERR_IO_DATA_INTEGRITY: i32 = -42;
109pub const ZX_ERR_IO_DATA_LOSS: i32 = -43;
110pub const ZX_ERR_IO_NOT_PRESENT: i32 = -44;
111pub const ZX_ERR_IO_OVERRUN: i32 = -45;
112pub const ZX_ERR_IO_MISSED_DEADLINE: i32 = -46;
113pub const ZX_ERR_IO_INVALID: i32 = -47;
114pub const ZX_ERR_BAD_PATH: i32 = -50;
115pub const ZX_ERR_NOT_DIR: i32 = -51;
116pub const ZX_ERR_NOT_FILE: i32 = -52;
117pub const ZX_ERR_FILE_BIG: i32 = -53;
118pub const ZX_ERR_NO_SPACE: i32 = -54;
119pub const ZX_ERR_NOT_EMPTY: i32 = -55;
120pub const ZX_ERR_STOP: i32 = -60;
121pub const ZX_ERR_NEXT: i32 = -61;
122pub const ZX_ERR_ASYNC: i32 = -62;
123pub const ZX_ERR_PROTOCOL_NOT_SUPPORTED: i32 = -70;
124pub const ZX_ERR_ADDRESS_UNREACHABLE: i32 = -71;
125pub const ZX_ERR_ADDRESS_IN_USE: i32 = -72;
126pub const ZX_ERR_NOT_CONNECTED: i32 = -73;
127pub const ZX_ERR_CONNECTION_REFUSED: i32 = -74;
128pub const ZX_ERR_CONNECTION_RESET: i32 = -75;
129pub const ZX_ERR_CONNECTION_ABORTED: i32 = -76;
130pub const TEEC_NUM_PARAMS_MAX: u32 = 4;
131pub const TEEC_SUCCESS: u32 = 0;
132pub const TEEC_ERROR_GENERIC: u32 = 4294901760;
133pub const TEEC_ERROR_ACCESS_DENIED: u32 = 4294901761;
134pub const TEEC_ERROR_CANCEL: u32 = 4294901762;
135pub const TEEC_ERROR_ACCESS_CONFLICT: u32 = 4294901763;
136pub const TEEC_ERROR_EXCESS_DATA: u32 = 4294901764;
137pub const TEEC_ERROR_BAD_FORMAT: u32 = 4294901765;
138pub const TEEC_ERROR_BAD_PARAMETERS: u32 = 4294901766;
139pub const TEEC_ERROR_BAD_STATE: u32 = 4294901767;
140pub const TEEC_ERROR_ITEM_NOT_FOUND: u32 = 4294901768;
141pub const TEEC_ERROR_NOT_IMPLEMENTED: u32 = 4294901769;
142pub const TEEC_ERROR_NOT_SUPPORTED: u32 = 4294901770;
143pub const TEEC_ERROR_NO_DATA: u32 = 4294901771;
144pub const TEEC_ERROR_OUT_OF_MEMORY: u32 = 4294901772;
145pub const TEEC_ERROR_BUSY: u32 = 4294901773;
146pub const TEEC_ERROR_COMMUNICATION: u32 = 4294901774;
147pub const TEEC_ERROR_SECURITY: u32 = 4294901775;
148pub const TEEC_ERROR_SHORT_BUFFER: u32 = 4294901776;
149pub const TEE_ERROR_EXTERNAL_CANCEL: u32 = 4294901777;
150pub const TEE_ERROR_OVERFLOW: u32 = 4294914063;
151pub const TEE_ERROR_TARGET_DEAD: u32 = 4294914084;
152pub const TEEC_ERROR_TARGET_DEAD: u32 = 4294914084;
153pub const TEE_ERROR_STORAGE_NO_SPACE: u32 = 4294914113;
154pub const TEEC_ORIGIN_API: u32 = 1;
155pub const TEEC_ORIGIN_COMMS: u32 = 2;
156pub const TEEC_ORIGIN_TEE: u32 = 3;
157pub const TEEC_ORIGIN_TRUSTED_APP: u32 = 4;
158pub const TEEC_MEM_INPUT: u32 = 1;
159pub const TEEC_MEM_OUTPUT: u32 = 2;
160pub const TEEC_NONE: u32 = 0;
161pub const TEEC_VALUE_INPUT: u32 = 1;
162pub const TEEC_VALUE_OUTPUT: u32 = 2;
163pub const TEEC_VALUE_INOUT: u32 = 3;
164pub const TEEC_MEMREF_TEMP_INPUT: u32 = 5;
165pub const TEEC_MEMREF_TEMP_OUTPUT: u32 = 6;
166pub const TEEC_MEMREF_TEMP_INOUT: u32 = 7;
167pub const TEEC_MEMREF_WHOLE: u32 = 12;
168pub const TEEC_MEMREF_PARTIAL_INPUT: u32 = 13;
169pub const TEEC_MEMREF_PARTIAL_OUTPUT: u32 = 14;
170pub const TEEC_MEMREF_PARTIAL_INOUT: u32 = 15;
171pub const TEEC_LOGIN_PUBLIC: u32 = 0;
172pub const TEEC_LOGIN_USER: u32 = 1;
173pub const TEEC_LOGIN_GROUP: u32 = 2;
174pub const TEEC_LOGIN_APPLICATION: u32 = 4;
175pub const TEEC_LOGIN_USER_APPLICATION: u32 = 5;
176pub const TEEC_LOGIN_GROUP_APPLICATION: u32 = 6;
177pub type wchar_t = ::std::os::raw::c_int;
178#[repr(C)]
179#[derive(Debug, Copy, Clone)]
180pub struct max_align_t {
181    pub __clang_max_align_nonce1: ::std::os::raw::c_longlong,
182    pub __bindgen_padding_0: u64,
183    pub __clang_max_align_nonce2: f64,
184}
185pub type int_least8_t = ::std::os::raw::c_schar;
186pub type int_least16_t = ::std::os::raw::c_short;
187pub type int_least32_t = ::std::os::raw::c_int;
188pub type int_least64_t = ::std::os::raw::c_long;
189pub type uint_least8_t = ::std::os::raw::c_uchar;
190pub type uint_least16_t = ::std::os::raw::c_ushort;
191pub type uint_least32_t = ::std::os::raw::c_uint;
192pub type uint_least64_t = ::std::os::raw::c_ulong;
193pub type int_fast8_t = ::std::os::raw::c_schar;
194pub type int_fast16_t = ::std::os::raw::c_long;
195pub type int_fast32_t = ::std::os::raw::c_long;
196pub type int_fast64_t = ::std::os::raw::c_long;
197pub type uint_fast8_t = ::std::os::raw::c_uchar;
198pub type uint_fast16_t = ::std::os::raw::c_ulong;
199pub type uint_fast32_t = ::std::os::raw::c_ulong;
200pub type uint_fast64_t = ::std::os::raw::c_ulong;
201pub type intmax_t = ::std::os::raw::c_long;
202pub type uintmax_t = ::std::os::raw::c_ulong;
203pub type zx_rights_t = u32;
204pub type zx_time_t = i64;
205pub type zx_duration_t = i64;
206pub type zx_ticks_t = u64;
207pub const memory_order_memory_order_relaxed: memory_order = 0;
208pub const memory_order_memory_order_consume: memory_order = 1;
209pub const memory_order_memory_order_acquire: memory_order = 2;
210pub const memory_order_memory_order_release: memory_order = 3;
211pub const memory_order_memory_order_acq_rel: memory_order = 4;
212pub const memory_order_memory_order_seq_cst: memory_order = 5;
213pub type memory_order = u32;
214extern "C" {
215    pub fn atomic_thread_fence(arg1: memory_order);
216}
217extern "C" {
218    pub fn atomic_signal_fence(arg1: memory_order);
219}
220pub type atomic_bool = u8;
221pub type atomic_char = u8;
222pub type atomic_schar = u8;
223pub type atomic_uchar = u8;
224pub type atomic_short = u16;
225pub type atomic_ushort = u16;
226pub type atomic_int = u32;
227pub type atomic_uint = u32;
228pub type atomic_long = u64;
229pub type atomic_ulong = u64;
230pub type atomic_llong = u64;
231pub type atomic_ullong = u64;
232pub type atomic_char16_t = uint_least16_t;
233pub type atomic_char32_t = uint_least32_t;
234pub type atomic_wchar_t = wchar_t;
235pub type atomic_int_least8_t = int_least8_t;
236pub type atomic_uint_least8_t = uint_least8_t;
237pub type atomic_int_least16_t = int_least16_t;
238pub type atomic_uint_least16_t = uint_least16_t;
239pub type atomic_int_least32_t = int_least32_t;
240pub type atomic_uint_least32_t = uint_least32_t;
241pub type atomic_int_least64_t = int_least64_t;
242pub type atomic_uint_least64_t = uint_least64_t;
243pub type atomic_int_fast8_t = int_fast8_t;
244pub type atomic_uint_fast8_t = uint_fast8_t;
245pub type atomic_int_fast16_t = int_fast16_t;
246pub type atomic_uint_fast16_t = uint_fast16_t;
247pub type atomic_int_fast32_t = int_fast32_t;
248pub type atomic_uint_fast32_t = uint_fast32_t;
249pub type atomic_int_fast64_t = int_fast64_t;
250pub type atomic_uint_fast64_t = uint_fast64_t;
251pub type atomic_intptr_t = isize;
252pub type atomic_uintptr_t = usize;
253pub type atomic_size_t = usize;
254pub type atomic_ptrdiff_t = isize;
255pub type atomic_intmax_t = intmax_t;
256pub type atomic_uintmax_t = uintmax_t;
257#[repr(C)]
258#[derive(Debug, Copy, Clone)]
259pub struct atomic_flag {
260    pub _Value: atomic_bool,
261}
262extern "C" {
263    pub fn atomic_flag_test_and_set(arg1: *mut atomic_flag) -> bool;
264}
265extern "C" {
266    pub fn atomic_flag_test_and_set_explicit(arg1: *mut atomic_flag, arg2: memory_order) -> bool;
267}
268extern "C" {
269    pub fn atomic_flag_clear(arg1: *mut atomic_flag);
270}
271extern "C" {
272    pub fn atomic_flag_clear_explicit(arg1: *mut atomic_flag, arg2: memory_order);
273}
274pub type zx_handle_t = u32;
275pub type zx_status_t = i32;
276pub type zx_clock_t = u32;
277pub type zx_signals_t = u32;
278pub type zx_koid_t = u64;
279pub type zx_txid_t = u32;
280#[repr(C)]
281#[derive(Debug, Copy, Clone)]
282pub struct zx_channel_call_args {
283    pub wr_bytes: *const ::std::os::raw::c_void,
284    pub wr_handles: *const zx_handle_t,
285    pub rd_bytes: *mut ::std::os::raw::c_void,
286    pub rd_handles: *mut zx_handle_t,
287    pub wr_num_bytes: u32,
288    pub wr_num_handles: u32,
289    pub rd_num_bytes: u32,
290    pub rd_num_handles: u32,
291}
292pub type zx_channel_call_args_t = zx_channel_call_args;
293#[repr(C)]
294#[derive(Debug, Copy, Clone)]
295pub struct zx_wait_item {
296    pub handle: zx_handle_t,
297    pub waitfor: zx_signals_t,
298    pub pending: zx_signals_t,
299}
300pub type zx_wait_item_t = zx_wait_item;
301pub type zx_vm_option_t = u32;
302pub type zx_vaddr_t = usize;
303pub type zx_paddr_t = usize;
304pub type zx_gpaddr_t = usize;
305pub type zx_off_t = u64;
306pub type zx_obj_type_t = u32;
307#[repr(C)]
308#[derive(Debug, Copy, Clone)]
309pub struct zx_handle_info {
310    pub handle: zx_handle_t,
311    pub type_: zx_obj_type_t,
312    pub rights: zx_rights_t,
313    pub unused: u32,
314}
315pub type zx_handle_info_t = zx_handle_info;
316pub type zx_futex_t = atomic_int;
317#[repr(C)]
318#[derive(Debug, Copy, Clone)]
319pub struct teec_context_impl {
320    pub tee_channel: zx_handle_t,
321    pub uuid_to_channel: *mut ::std::os::raw::c_void,
322}
323pub type teec_context_impl_t = teec_context_impl;
324#[repr(C)]
325#[derive(Debug, Copy, Clone)]
326pub struct teec_session_impl {
327    pub session_id: u32,
328    pub application_channel: zx_handle_t,
329}
330pub type teec_session_impl_t = teec_session_impl;
331#[repr(C)]
332#[derive(Debug, Copy, Clone)]
333pub struct teec_shared_memory_impl {
334    pub vmo: zx_handle_t,
335    pub mapped_addr: zx_vaddr_t,
336    pub mapped_size: usize,
337}
338pub type teec_shared_memory_impl_t = teec_shared_memory_impl;
339#[repr(C)]
340#[derive(Debug, Copy, Clone)]
341pub struct teec_operation_impl {
342    pub reserved: ::std::os::raw::c_char,
343}
344pub type teec_operation_impl_t = teec_operation_impl;
345#[doc = " Data Types *"]
346pub type TEEC_Result = u32;
347#[repr(C)]
348#[derive(Debug, Copy, Clone)]
349pub struct TEEC_UUID {
350    pub timeLow: u32,
351    pub timeMid: u16,
352    pub timeHiAndVersion: u16,
353    pub clockSeqAndNode: [u8; 8usize],
354}
355#[repr(C)]
356#[derive(Debug, Copy, Clone)]
357pub struct TEEC_Context {
358    pub imp: teec_context_impl_t,
359}
360#[repr(C)]
361#[derive(Debug, Copy, Clone)]
362pub struct TEEC_Session {
363    pub imp: teec_session_impl_t,
364}
365#[repr(C)]
366#[derive(Debug, Copy, Clone)]
367pub struct TEEC_SharedMemory {
368    pub buffer: *mut ::std::os::raw::c_void,
369    pub size: usize,
370    pub flags: u32,
371    pub imp: teec_shared_memory_impl_t,
372}
373#[repr(C)]
374#[derive(Debug, Copy, Clone)]
375pub struct TEEC_TempMemoryReference {
376    pub buffer: *mut ::std::os::raw::c_void,
377    pub size: usize,
378}
379#[repr(C)]
380#[derive(Debug, Copy, Clone)]
381pub struct TEEC_RegisteredMemoryReference {
382    pub parent: *mut TEEC_SharedMemory,
383    pub size: usize,
384    pub offset: usize,
385}
386#[repr(C)]
387#[derive(Debug, Copy, Clone)]
388pub struct TEEC_Value {
389    pub a: u32,
390    pub b: u32,
391}
392#[repr(C)]
393#[derive(Copy, Clone)]
394pub union TEEC_Parameter {
395    pub tmpref: TEEC_TempMemoryReference,
396    pub memref: TEEC_RegisteredMemoryReference,
397    pub value: TEEC_Value,
398    _bindgen_union_align: [u64; 3usize],
399}
400#[repr(C)]
401#[derive(Copy, Clone)]
402pub struct TEEC_Operation {
403    pub started: u32,
404    pub paramTypes: u32,
405    pub params: [TEEC_Parameter; 4usize],
406    pub imp: teec_operation_impl_t,
407}
408extern "C" {
409    #[doc = " Functions *"]
410    pub fn TEEC_InitializeContext(
411        name: *const ::std::os::raw::c_char,
412        context: *mut TEEC_Context,
413    ) -> TEEC_Result;
414}
415extern "C" {
416    pub fn TEEC_FinalizeContext(context: *mut TEEC_Context);
417}
418extern "C" {
419    pub fn TEEC_RegisterSharedMemory(
420        context: *mut TEEC_Context,
421        sharedMem: *mut TEEC_SharedMemory,
422    ) -> TEEC_Result;
423}
424extern "C" {
425    pub fn TEEC_AllocateSharedMemory(
426        context: *mut TEEC_Context,
427        sharedMem: *mut TEEC_SharedMemory,
428    ) -> TEEC_Result;
429}
430extern "C" {
431    pub fn TEEC_ReleaseSharedMemory(sharedMem: *mut TEEC_SharedMemory);
432}
433extern "C" {
434    pub fn TEEC_OpenSession(
435        context: *mut TEEC_Context,
436        session: *mut TEEC_Session,
437        destination: *const TEEC_UUID,
438        connectionMethod: u32,
439        connectionData: *const ::std::os::raw::c_void,
440        operation: *mut TEEC_Operation,
441        returnOrigin: *mut u32,
442    ) -> TEEC_Result;
443}
444extern "C" {
445    pub fn TEEC_CloseSession(session: *mut TEEC_Session);
446}
447extern "C" {
448    pub fn TEEC_InvokeCommand(
449        session: *mut TEEC_Session,
450        commandID: u32,
451        operation: *mut TEEC_Operation,
452        returnOrigin: *mut u32,
453    ) -> TEEC_Result;
454}
455extern "C" {
456    pub fn TEEC_RequestCancellation(operation: *mut TEEC_Operation);
457}