diff options
| author | Zubin Mithra <zsm@chromium.org> | 2019-01-10 10:34:35 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-14 18:21:55 +0100 |
| commit | b38a805a0ca2f603435089963fe2a42d0b1c7a49 (patch) | |
| tree | fe394d5e7d3008b219f8aeb919c64f6b4295de41 /executor/syscalls.h | |
| parent | 2a23bd77548452e65f27c0d94a6b285cc204d8cd (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 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 7d437458a..b14818af9 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3055,6 +3055,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 225}, {"readlink", 85}, @@ -5575,6 +5576,7 @@ const call_t syscalls[] = { {"quotactl", 179}, {"read", 0}, {"read$FUSE", 0}, + {"read$alg", 0}, {"read$eventfd", 0}, {"readahead", 187}, {"readlink", 89}, @@ -8077,6 +8079,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 225}, {"readlink", 85}, @@ -10560,6 +10563,7 @@ const call_t syscalls[] = { {"quotactl", 60}, {"read", 63}, {"read$FUSE", 63}, + {"read$alg", 63}, {"read$eventfd", 63}, {"readahead", 213}, {"readlinkat", 78}, @@ -12931,6 +12935,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 191}, {"readlink", 85}, |
