aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg.txt.const
diff options
context:
space:
mode:
authorChristoph Paasch <cpaasch@apple.com>2023-08-22 09:18:31 -0700
committerAleksandr Nogikh <nogikh@google.com>2023-09-04 10:11:42 +0000
commitabdf9b3bbffdc55f63021393df30df4ff7a446cf (patch)
treec734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/socket_alg.txt.const
parentc5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (diff)
sys/linux: add more coverage for MPTCP
New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions.
Diffstat (limited to 'sys/linux/socket_alg.txt.const')
-rw-r--r--sys/linux/socket_alg.txt.const2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_alg.txt.const b/sys/linux/socket_alg.txt.const
index c050a6242..038808dea 100644
--- a/sys/linux/socket_alg.txt.const
+++ b/sys/linux/socket_alg.txt.const
@@ -19,7 +19,7 @@ CRYPTO_ALG_NEED_FALLBACK = 256
CRYPTO_ALG_TESTED = 1024
CRYPTO_ALG_TYPE_AEAD = 3
CRYPTO_ALG_TYPE_AHASH = 15
-CRYPTO_ALG_TYPE_AKCIPHER = 13
+CRYPTO_ALG_TYPE_AKCIPHER = 6
CRYPTO_ALG_TYPE_CIPHER = 1
CRYPTO_ALG_TYPE_COMPRESS = 2
CRYPTO_ALG_TYPE_HASH = 14