diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-08-08 03:11:48 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-08-08 03:11:48 +0000 |
commit | bc5a05ce01e9517cf90c7fcb73e47ac4ba52ebbd (patch) | |
tree | 1f095b9fe1508f39738ed0d6713e3a45d7c0d1a7 /sys/dev/pci/hifn7751var.h | |
parent | 8c62487b00958daa0e1e4da1549e26e1b10b5f64 (diff) |
Initial support for RC4 operations (This probably won't work yet as
the caller of *_process() doesn't seem to initialize crd_klen correctly;
it has a zero value... still debugging...).
Diffstat (limited to 'sys/dev/pci/hifn7751var.h')
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index d7892fd86ea..624329d4202 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.29 2001/07/21 03:08:57 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.30 2001/08/08 03:11:47 jason Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -201,6 +201,7 @@ struct hifn_command { u_int16_t session_num; u_int16_t base_masks, cry_masks, mac_masks; u_int8_t iv[HIFN_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH]; + int cklen; union { struct mbuf *src_m; |