Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_api_operations.c24 bool buffer_two_blocks; /* True if two blocks need to be buffered */ member
42 bool buffer_two_blocks = false; in TEE_AllocateOperation() local
117 buffer_two_blocks = true; in TEE_AllocateOperation()
291 if (buffer_two_blocks) in TEE_AllocateOperation()
302 op->buffer_two_blocks = buffer_two_blocks; in TEE_AllocateOperation()
746 if (dst_op->buffer_two_blocks != src_op->buffer_two_blocks || in TEE_CopyOperation()
894 if (op->buffer_two_blocks) { in tee_buffer_update()
1009 if (operation->buffer_two_blocks) { in TEE_CipherUpdate()

Completed in 4 milliseconds