Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_api_operations.c723 if (dst_op->info.mode != src_op->info.mode) in TEE_CopyOperation()
730 key1 = src_op->key1; in TEE_CopyOperation()
731 key2 = src_op->key2; in TEE_CopyOperation()
734 if ((src_op->info.handleState & in TEE_CopyOperation()
742 dst_op->info.keySize = src_op->info.keySize; in TEE_CopyOperation()
744 dst_op->operationState = src_op->operationState; in TEE_CopyOperation()
747 dst_op->block_size != src_op->block_size) in TEE_CopyOperation()
751 if (src_op->buffer == NULL) in TEE_CopyOperation()
754 memcpy(dst_op->buffer, src_op->buffer, src_op->buffer_offs); in TEE_CopyOperation()
755 dst_op->buffer_offs = src_op->buffer_offs; in TEE_CopyOperation()
[all …]

Completed in 4 milliseconds