From b38a805a0ca2f603435089963fe2a42d0b1c7a49 Mon Sep 17 00:00:00 2001 From: Zubin Mithra Date: Thu, 10 Jan 2019 10:34:35 -0800 Subject: 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. --- sys/linux/socket_alg_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_alg_amd64.const') 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 -- cgit mrf-deployment