Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169052614
D25465.id73909.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
879 B
Referenced Files
None
Subscribers
None
D25465.id73909.diff
View Options
Index: head/sys/opencrypto/cryptodev.c
===================================================================
--- head/sys/opencrypto/cryptodev.c
+++ head/sys/opencrypto/cryptodev.c
@@ -117,28 +117,6 @@
struct crparam32 crk_param[CRK_MAXPARAM];
};
-struct cryptotstat32 {
- struct timespec32 acc;
- struct timespec32 min;
- struct timespec32 max;
- u_int32_t count;
-};
-
-struct cryptostats32 {
- u_int32_t cs_ops;
- u_int32_t cs_errs;
- u_int32_t cs_kops;
- u_int32_t cs_kerrs;
- u_int32_t cs_intrs;
- u_int32_t cs_rets;
- u_int32_t cs_blocks;
- u_int32_t cs_kblocks;
- struct cryptotstat32 cs_invoke;
- struct cryptotstat32 cs_done;
- struct cryptotstat32 cs_cb;
- struct cryptotstat32 cs_finis;
-};
-
#define CIOCGSESSION32 _IOWR('c', 101, struct session_op32)
#define CIOCCRYPT32 _IOWR('c', 103, struct crypt_op32)
#define CIOCKEY32 _IOWR('c', 104, struct crypt_kop32)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 1, 6:32 AM (19 m, 52 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37779103
Default Alt Text
D25465.id73909.diff (879 B)
Attached To
Mode
D25465: Remove unused 32-bit compatibility structures from cryptodev.
Attached
Detach File
Event Timeline
Log In to Comment