linux-user: Implement SOL_ALG encryption support
commit27404b6c15c1cddae54e1044c8da815eade109fa
authorHelge Deller <deller@gmx.de>
Mon, 12 Dec 2022 17:34:15 +0000 (12 18:34 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 3 Feb 2023 21:55:12 +0000 (3 22:55 +0100)
treece85688aa0136f1ff319e2b7df13e45d01c4d6d8
parent93cf7e6c4abdbc5e678088cee4e08f615ad39766
linux-user: Implement SOL_ALG encryption support

Add suport to handle SOL_ALG packets via sendmsg() and recvmsg().
This allows emulated userspace to use encryption functionality.

Tested with the debian ell package with hppa guest on x86_64 host.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20221212173416.90590-1-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c