Searched refs:dst_op (Results 1 – 1 of 1) sorted by relevance
823 void TEE_CopyOperation(TEE_OperationHandle dst_op, TEE_OperationHandle src_op) in TEE_CopyOperation() argument827 if (dst_op == TEE_HANDLE_NULL || src_op == TEE_HANDLE_NULL) in TEE_CopyOperation()829 if (dst_op->info.algorithm != src_op->info.algorithm) in TEE_CopyOperation()831 if (dst_op->info.mode != src_op->info.mode) in TEE_CopyOperation()849 set_operation_key(dst_op, key1); in TEE_CopyOperation()851 TEE_SetOperationKey2(dst_op, key1, key2); in TEE_CopyOperation()854 dst_op->info.handleState = src_op->info.handleState; in TEE_CopyOperation()855 dst_op->info.keySize = src_op->info.keySize; in TEE_CopyOperation()856 dst_op->info.digestLength = src_op->info.digestLength; in TEE_CopyOperation()857 dst_op->operationState = src_op->operationState; in TEE_CopyOperation()[all …]