Home
last modified time | relevance | path

Searched defs:__TEE_OperationHandle (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c18 struct __TEE_OperationHandle { struct
19 TEE_OperationInfo info;
20 TEE_ObjectHandle key1;
21 TEE_ObjectHandle key2;
22 uint32_t operationState;/* Operation state : INITIAL or ACTIVE */
23 uint8_t *buffer; /* buffer to collect complete blocks */
24 bool buffer_two_blocks; /* True if two blocks need to be buffered */
25 size_t block_size; /* Block size of cipher */
26 size_t buffer_offs; /* Offset in buffer */
27 uint32_t state; /* Handle to state in TEE Core */

Completed in 6 milliseconds