Searched defs:__TEE_OperationHandle (Results 1 – 1 of 1) sorted by relevance
19 struct __TEE_OperationHandle { struct20 TEE_OperationInfo info;21 TEE_ObjectHandle key1;22 TEE_ObjectHandle key2;23 uint32_t operationState;/* Operation state : INITIAL or ACTIVE */29 uint8_t *buffer;30 bool buffer_two_blocks; /* True if two blocks need to be buffered */31 size_t block_size; /* Block size of cipher */32 size_t buffer_offs; /* Offset in buffer */33 uint32_t state; /* Handle to state in TEE Core */