summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-04-13 22:38:10 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-04-13 22:38:10 +0000
commit18a09469248949c219e1d9b9416a8a5a17764ce3 (patch)
tree35c2b842b7955667bcf0a39c69e3f2eb217014b1 /sys
parent7b06c09d6c8c5612b94a18350a4aa35abc1282be (diff)
remove bit definitions and associated macros for hifn_command.flags since it
doesn't exist anymore.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/hifn7751var.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h
index 072390f764b..1c9050fd54f 100644
--- a/sys/dev/pci/hifn7751var.h
+++ b/sys/dev/pci/hifn7751var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751var.h,v 1.14 2000/04/13 22:34:09 jason Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.15 2000/04/13 22:38:09 jason Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -212,23 +212,6 @@ typedef struct hifn_command {
#define HIFN_CRYPTO_BAD_INPUT (-1)
#define HIFN_CRYPTO_RINGS_FULL (-2)
-
-/*
- * Defines for the "config" parameter of hifn_command_t
- */
-#define HIFN_ENCODE 0x0001
-#define HIFN_DECODE 0x0002
-#define HIFN_CRYPT_3DES 0x0004
-#define HIFN_CRYPT_DES 0x0008
-#define HIFN_MAC_MD5 0x0010
-#define HIFN_MAC_SHA1 0x0020
-#define HIFN_MAC_TRUNC 0x0040
-#define HIFN_CRYPT_NEW_KEY 0x0080
-#define HIFN_MAC_NEW_KEY 0x0100
-
-#define HIFN_USING_CRYPT(f) ((f) & (HIFN_CRYPT_3DES|HIFN_CRYPT_DES))
-#define HIFN_USING_MAC(f) ((f) & (HIFN_MAC_MD5|HIFN_MAC_SHA1))
-
/*
* Defines for the "result_flags" parameter of hifn_command_t.
*/