aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg_amd64.const
diff options
context:
space:
mode:
authorZubin Mithra <zsm@chromium.org>2019-01-10 10:34:35 -0800
committerDmitry Vyukov <dvyukov@google.com>2019-01-14 18:21:55 +0100
commitb38a805a0ca2f603435089963fe2a42d0b1c7a49 (patch)
treefe394d5e7d3008b219f8aeb919c64f6b4295de41 /sys/linux/socket_alg_amd64.const
parent2a23bd77548452e65f27c0d94a6b285cc204d8cd (diff)
sys/linux: Add syscalls to read from sockets for crypto operations
sockaddr_alg with salg_type as "skcipher", "aead", "hash" and "rng" support for reading from these sockets. Add read descriptions to socket_alg.txt.
Diffstat (limited to 'sys/linux/socket_alg_amd64.const')
-rw-r--r--sys/linux/socket_alg_amd64.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_alg_amd64.const b/sys/linux/socket_alg_amd64.const
index 80c195158..13d649d8d 100644
--- a/sys/linux/socket_alg_amd64.const
+++ b/sys/linux/socket_alg_amd64.const
@@ -34,6 +34,7 @@ SOL_ALG = 279
__NR_accept = 43
__NR_accept4 = 288
__NR_bind = 49
+__NR_read = 0
__NR_sendmmsg = 307
__NR_sendmsg = 46
__NR_setsockopt = 54