summaryrefslogtreecommitdiffstats
path: root/sys/crypto/cryptosoft.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-03-05 15:59:41 +0000
committermarkus <markus@openbsd.org>2002-03-05 15:59:41 +0000
commit649dc2d9858d48bf78fc404b6fab58ba4e01d29c (patch)
treedb146045bcdb06c77c60a32058adc1ae9dd59e86 /sys/crypto/cryptosoft.h
parentDon't drop the last character from ut_line in ID0logout() (diff)
downloadwireguard-openbsd-649dc2d9858d48bf78fc404b6fab58ba4e01d29c.tar.xz
wireguard-openbsd-649dc2d9858d48bf78fc404b6fab58ba4e01d29c.zip
export MD5/SHA1 via /dev/crypto; ok provos@, beck@
tested with cryptosoft and kern.cryptodevallowsoft=1
Diffstat (limited to 'sys/crypto/cryptosoft.h')
-rw-r--r--sys/crypto/cryptosoft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/cryptosoft.h b/sys/crypto/cryptosoft.h
index d516f6ae3ea..6b3fe4b193a 100644
--- a/sys/crypto/cryptosoft.h
+++ b/sys/crypto/cryptosoft.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptosoft.h,v 1.7 2002/02/24 00:30:00 deraadt Exp $ */
+/* $OpenBSD: cryptosoft.h,v 1.8 2002/03/05 15:59:41 markus Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -63,7 +63,7 @@ extern u_int8_t hmac_ipad_buffer[64];
extern u_int8_t hmac_opad_buffer[64];
int swcr_encdec(struct cryptodesc *, struct swcr_data *, caddr_t, int);
-int swcr_authcompute(struct cryptodesc *, struct swcr_data *,
+int swcr_authcompute(struct cryptop *, struct cryptodesc *, struct swcr_data *,
caddr_t, int);
int swcr_compdec(struct cryptodesc *, struct swcr_data *, caddr_t, int);
int swcr_process(struct cryptop *);