aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/dev_crypto.txt.const
diff options
context:
space:
mode:
authorSimran Kathpalia <skathpalia3@gmail.com>2021-04-28 04:31:00 +0530
committerMark Johnston <markjdb@gmail.com>2021-05-03 10:52:26 -0400
commit09efdd63fa8ebdadeccc841b699026e73081f7e0 (patch)
treea7ef2b5746672f93059e25ead98820fbc6a86fd1 /sys/freebsd/dev_crypto.txt.const
parentad61f3714f0a5e8f7ce062d54f310df1f5e0d351 (diff)
sys/freebsd: added crypto(4) ioctl
Diffstat (limited to 'sys/freebsd/dev_crypto.txt.const')
-rw-r--r--sys/freebsd/dev_crypto.txt.const40
1 files changed, 40 insertions, 0 deletions
diff --git a/sys/freebsd/dev_crypto.txt.const b/sys/freebsd/dev_crypto.txt.const
new file mode 100644
index 000000000..9a6f34bca
--- /dev/null
+++ b/sys/freebsd/dev_crypto.txt.const
@@ -0,0 +1,40 @@
+# Code generated by syz-sysgen. DO NOT EDIT.
+arches = 386, amd64
+AT_FDCWD = 18446744073709551516
+CIOCCRYPT = 3224396647
+CIOCCRYPTAEAD = 3225445229
+CIOCFINDDEV = 3223610220
+CIOCFSESSION = 2147771238
+CIOCGSESSION = 3224396645
+CIOCGSESSION2 = 3225445226
+COP_DECRYPT = 2
+COP_ENCRYPT = 1
+CRIOGET = 3221513060
+CRYPTO_AES_CBC = 11
+CRYPTO_AES_CCM_16 = 40
+CRYPTO_AES_CCM_CBC_MAC = 39
+CRYPTO_AES_ICM = 23
+CRYPTO_AES_NIST_GCM_16 = 25
+CRYPTO_AES_NIST_GMAC = 24
+CRYPTO_AES_XTS = 22
+CRYPTO_BLAKE2B = 29
+CRYPTO_BLAKE2S = 30
+CRYPTO_CAMELLIA_CBC = 21
+CRYPTO_CHACHA20 = 31
+CRYPTO_CHACHA20_POLY1305 = 41
+CRYPTO_NULL_CBC = 16
+CRYPTO_NULL_HMAC = 15
+CRYPTO_POLY1305 = 38
+CRYPTO_RIPEMD160_HMAC = 8
+CRYPTO_SHA1 = 14
+CRYPTO_SHA1_HMAC = 7
+CRYPTO_SHA2_224 = 34
+CRYPTO_SHA2_224_HMAC = 32
+CRYPTO_SHA2_256 = 35
+CRYPTO_SHA2_256_HMAC = 18
+CRYPTO_SHA2_384 = 36
+CRYPTO_SHA2_384_HMAC = 19
+CRYPTO_SHA2_512 = 37
+CRYPTO_SHA2_512_HMAC = 20
+SYS_ioctl = 54
+SYS_openat = 499