mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
unix: add Linux crypto configuration API constants and types
Change-Id: I447150cb60b5580cee77d23c0dae2244803e92ef Reviewed-on: https://go-review.googlesource.com/c/sys/+/173660 Run-TryBot: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -103,6 +103,7 @@ struct termios2 {
|
||||
#include <linux/net_tstamp.h>
|
||||
#include <linux/if_xdp.h>
|
||||
#include <linux/ncsi.h>
|
||||
#include <linux/cryptouser.h>
|
||||
|
||||
// abi/abi.h generated by mkall.go.
|
||||
#include "abi/abi.h"
|
||||
@@ -1754,3 +1755,78 @@ type SockExtendedErr C.struct_sock_extended_err
|
||||
type FanotifyEventMetadata C.struct_fanotify_event_metadata
|
||||
|
||||
type FanotifyResponse C.struct_fanotify_response
|
||||
|
||||
// Crypto user configuration API.
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = C.CRYPTO_MSG_BASE
|
||||
CRYPTO_MSG_NEWALG = C.CRYPTO_MSG_NEWALG
|
||||
CRYPTO_MSG_DELALG = C.CRYPTO_MSG_DELALG
|
||||
CRYPTO_MSG_UPDATEALG = C.CRYPTO_MSG_UPDATEALG
|
||||
CRYPTO_MSG_GETALG = C.CRYPTO_MSG_GETALG
|
||||
CRYPTO_MSG_DELRNG = C.CRYPTO_MSG_DELRNG
|
||||
CRYPTO_MSG_GETSTAT = C.CRYPTO_MSG_GETSTAT
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = C.CRYPTOCFGA_UNSPEC
|
||||
CRYPTOCFGA_PRIORITY_VAL = C.CRYPTOCFGA_PRIORITY_VAL
|
||||
CRYPTOCFGA_REPORT_LARVAL = C.CRYPTOCFGA_REPORT_LARVAL
|
||||
CRYPTOCFGA_REPORT_HASH = C.CRYPTOCFGA_REPORT_HASH
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = C.CRYPTOCFGA_REPORT_BLKCIPHER
|
||||
CRYPTOCFGA_REPORT_AEAD = C.CRYPTOCFGA_REPORT_AEAD
|
||||
CRYPTOCFGA_REPORT_COMPRESS = C.CRYPTOCFGA_REPORT_COMPRESS
|
||||
CRYPTOCFGA_REPORT_RNG = C.CRYPTOCFGA_REPORT_RNG
|
||||
CRYPTOCFGA_REPORT_CIPHER = C.CRYPTOCFGA_REPORT_CIPHER
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = C.CRYPTOCFGA_REPORT_AKCIPHER
|
||||
CRYPTOCFGA_REPORT_KPP = C.CRYPTOCFGA_REPORT_KPP
|
||||
CRYPTOCFGA_REPORT_ACOMP = C.CRYPTOCFGA_REPORT_ACOMP
|
||||
CRYPTOCFGA_STAT_LARVAL = C.CRYPTOCFGA_STAT_LARVAL
|
||||
CRYPTOCFGA_STAT_HASH = C.CRYPTOCFGA_STAT_HASH
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = C.CRYPTOCFGA_STAT_BLKCIPHER
|
||||
CRYPTOCFGA_STAT_AEAD = C.CRYPTOCFGA_STAT_AEAD
|
||||
CRYPTOCFGA_STAT_COMPRESS = C.CRYPTOCFGA_STAT_COMPRESS
|
||||
CRYPTOCFGA_STAT_RNG = C.CRYPTOCFGA_STAT_RNG
|
||||
CRYPTOCFGA_STAT_CIPHER = C.CRYPTOCFGA_STAT_CIPHER
|
||||
CRYPTOCFGA_STAT_AKCIPHER = C.CRYPTOCFGA_STAT_AKCIPHER
|
||||
CRYPTOCFGA_STAT_KPP = C.CRYPTOCFGA_STAT_KPP
|
||||
CRYPTOCFGA_STAT_ACOMP = C.CRYPTOCFGA_STAT_ACOMP
|
||||
)
|
||||
|
||||
type CryptoUserAlg C.struct_crypto_user_alg
|
||||
|
||||
type CryptoStatAEAD C.struct_crypto_stat_aead
|
||||
|
||||
type CryptoStatAKCipher C.struct_crypto_stat_akcipher
|
||||
|
||||
type CryptoStatCipher C.struct_crypto_stat_cipher
|
||||
|
||||
type CryptoStatCompress C.struct_crypto_stat_compress
|
||||
|
||||
type CryptoStatHash C.struct_crypto_stat_hash
|
||||
|
||||
type CryptoStatKPP C.struct_crypto_stat_kpp
|
||||
|
||||
type CryptoStatRNG C.struct_crypto_stat_rng
|
||||
|
||||
type CryptoStatLarval C.struct_crypto_stat_larval
|
||||
|
||||
type CryptoReportLarval C.struct_crypto_report_larval
|
||||
|
||||
type CryptoReportHash C.struct_crypto_report_hash
|
||||
|
||||
type CryptoReportCipher C.struct_crypto_report_cipher
|
||||
|
||||
type CryptoReportBlkCipher C.struct_crypto_report_blkcipher
|
||||
|
||||
type CryptoReportAEAD C.struct_crypto_report_aead
|
||||
|
||||
type CryptoReportComp C.struct_crypto_report_comp
|
||||
|
||||
type CryptoReportRNG C.struct_crypto_report_rng
|
||||
|
||||
type CryptoReportAKCipher C.struct_crypto_report_akcipher
|
||||
|
||||
type CryptoReportKPP C.struct_crypto_report_kpp
|
||||
|
||||
type CryptoReportAcomp C.struct_crypto_report_acomp
|
||||
|
||||
@@ -222,6 +222,7 @@ struct ltchars {
|
||||
#include <linux/hdreg.h>
|
||||
#include <linux/rtc.h>
|
||||
#include <linux/if_xdp.h>
|
||||
#include <linux/cryptouser.h>
|
||||
#include <mtd/ubi-user.h>
|
||||
#include <net/route.h>
|
||||
|
||||
@@ -499,6 +500,7 @@ ccflags="$@"
|
||||
$2 ~ /^NFN/ ||
|
||||
$2 ~ /^XDP_/ ||
|
||||
$2 ~ /^(HDIO|WIN|SMART)_/ ||
|
||||
$2 ~ /^CRYPTO_/ ||
|
||||
$2 !~ "WMESGLEN" &&
|
||||
$2 ~ /^W[A-Z0-9]+$/ ||
|
||||
$2 ~/^PPPIOC/ ||
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x3000
|
||||
CREAD = 0x800
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x100
|
||||
CS7 = 0x200
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x3000
|
||||
CREAD = 0x800
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x100
|
||||
CS7 = 0x200
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -320,6 +320,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -323,6 +323,10 @@ const (
|
||||
CRDLY = 0x600
|
||||
CREAD = 0x80
|
||||
CRTSCTS = 0x80000000
|
||||
CRYPTO_MAX_NAME = 0x40
|
||||
CRYPTO_MSG_MAX = 0x15
|
||||
CRYPTO_NR_MSGTYPES = 0x6
|
||||
CRYPTO_REPORT_MAXSIZE = 0x160
|
||||
CS5 = 0x0
|
||||
CS6 = 0x10
|
||||
CS7 = 0x20
|
||||
|
||||
@@ -2133,3 +2133,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2146,3 +2146,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2124,3 +2124,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]uint8
|
||||
Driver_name [64]uint8
|
||||
Module_name [64]uint8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]uint8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]uint8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]uint8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]uint8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]uint8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
@@ -2125,3 +2125,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2130,3 +2130,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2127,3 +2127,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2127,3 +2127,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2130,3 +2130,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2135,3 +2135,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]uint8
|
||||
Driver_name [64]uint8
|
||||
Module_name [64]uint8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]uint8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]uint8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]uint8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]uint8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]uint8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
@@ -2135,3 +2135,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]uint8
|
||||
Driver_name [64]uint8
|
||||
Module_name [64]uint8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]uint8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]uint8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]uint8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]uint8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]uint8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
@@ -2152,3 +2152,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]uint8
|
||||
Driver_name [64]uint8
|
||||
Module_name [64]uint8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]uint8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]uint8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]uint8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]uint8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]uint8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]uint8
|
||||
Geniv [64]uint8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]uint8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]uint8
|
||||
}
|
||||
|
||||
@@ -2149,3 +2149,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
@@ -2130,3 +2130,168 @@ type FanotifyResponse struct {
|
||||
Fd int32
|
||||
Response uint32
|
||||
}
|
||||
|
||||
const (
|
||||
CRYPTO_MSG_BASE = 0x10
|
||||
CRYPTO_MSG_NEWALG = 0x10
|
||||
CRYPTO_MSG_DELALG = 0x11
|
||||
CRYPTO_MSG_UPDATEALG = 0x12
|
||||
CRYPTO_MSG_GETALG = 0x13
|
||||
CRYPTO_MSG_DELRNG = 0x14
|
||||
CRYPTO_MSG_GETSTAT = 0x15
|
||||
)
|
||||
|
||||
const (
|
||||
CRYPTOCFGA_UNSPEC = 0x0
|
||||
CRYPTOCFGA_PRIORITY_VAL = 0x1
|
||||
CRYPTOCFGA_REPORT_LARVAL = 0x2
|
||||
CRYPTOCFGA_REPORT_HASH = 0x3
|
||||
CRYPTOCFGA_REPORT_BLKCIPHER = 0x4
|
||||
CRYPTOCFGA_REPORT_AEAD = 0x5
|
||||
CRYPTOCFGA_REPORT_COMPRESS = 0x6
|
||||
CRYPTOCFGA_REPORT_RNG = 0x7
|
||||
CRYPTOCFGA_REPORT_CIPHER = 0x8
|
||||
CRYPTOCFGA_REPORT_AKCIPHER = 0x9
|
||||
CRYPTOCFGA_REPORT_KPP = 0xa
|
||||
CRYPTOCFGA_REPORT_ACOMP = 0xb
|
||||
CRYPTOCFGA_STAT_LARVAL = 0xc
|
||||
CRYPTOCFGA_STAT_HASH = 0xd
|
||||
CRYPTOCFGA_STAT_BLKCIPHER = 0xe
|
||||
CRYPTOCFGA_STAT_AEAD = 0xf
|
||||
CRYPTOCFGA_STAT_COMPRESS = 0x10
|
||||
CRYPTOCFGA_STAT_RNG = 0x11
|
||||
CRYPTOCFGA_STAT_CIPHER = 0x12
|
||||
CRYPTOCFGA_STAT_AKCIPHER = 0x13
|
||||
CRYPTOCFGA_STAT_KPP = 0x14
|
||||
CRYPTOCFGA_STAT_ACOMP = 0x15
|
||||
)
|
||||
|
||||
type CryptoUserAlg struct {
|
||||
Name [64]int8
|
||||
Driver_name [64]int8
|
||||
Module_name [64]int8
|
||||
Type uint32
|
||||
Mask uint32
|
||||
Refcnt uint32
|
||||
Flags uint32
|
||||
}
|
||||
|
||||
type CryptoStatAEAD struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatAKCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Verify_cnt uint64
|
||||
Sign_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCipher struct {
|
||||
Type [64]int8
|
||||
Encrypt_cnt uint64
|
||||
Encrypt_tlen uint64
|
||||
Decrypt_cnt uint64
|
||||
Decrypt_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatCompress struct {
|
||||
Type [64]int8
|
||||
Compress_cnt uint64
|
||||
Compress_tlen uint64
|
||||
Decompress_cnt uint64
|
||||
Decompress_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatHash struct {
|
||||
Type [64]int8
|
||||
Hash_cnt uint64
|
||||
Hash_tlen uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatKPP struct {
|
||||
Type [64]int8
|
||||
Setsecret_cnt uint64
|
||||
Generate_public_key_cnt uint64
|
||||
Compute_shared_secret_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatRNG struct {
|
||||
Type [64]int8
|
||||
Generate_cnt uint64
|
||||
Generate_tlen uint64
|
||||
Seed_cnt uint64
|
||||
Err_cnt uint64
|
||||
}
|
||||
|
||||
type CryptoStatLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportLarval struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportHash struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Digestsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportCipher struct {
|
||||
Type [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
}
|
||||
|
||||
type CryptoReportBlkCipher struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Min_keysize uint32
|
||||
Max_keysize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAEAD struct {
|
||||
Type [64]int8
|
||||
Geniv [64]int8
|
||||
Blocksize uint32
|
||||
Maxauthsize uint32
|
||||
Ivsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportComp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportRNG struct {
|
||||
Type [64]int8
|
||||
Seedsize uint32
|
||||
}
|
||||
|
||||
type CryptoReportAKCipher struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportKPP struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
type CryptoReportAcomp struct {
|
||||
Type [64]int8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user