Deleted Added
full compact
crypto.4 (107728) crypto.4 (108317)
1.\" $OpenBSD: crypto.4,v 1.4 2002/09/12 07:15:03 deraadt Exp $
2.\"
3.\" Copyright (c) 2001 Theo de Raadt
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 12 unchanged lines hidden (view full) ---

21.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" $OpenBSD: crypto.4,v 1.4 2002/09/12 07:15:03 deraadt Exp $
2.\"
3.\" Copyright (c) 2001 Theo de Raadt
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 12 unchanged lines hidden (view full) ---

21.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man4/crypto.4 107728 2002-12-10 14:21:55Z ru $
29.\" $FreeBSD: head/share/man/man4/crypto.4 108317 2002-12-27 12:15:40Z schweikh $
30.\"
31.Dd October 3, 2002
32.Dt CRYPTO 4
33.Os
34.Sh NAME
35.Nm crypto
36.Nd hardware crypto access driver
37.Sh SYNOPSIS

--- 26 unchanged lines hidden (view full) ---

64Setup a new crypto session for a new type of operation.
65.It Dv CIOCFSESSION
66Free a previously established session.
67.It Dv CIOCCRYPT
68Perform a crypto operation against a previously setup session.
69.El
70.Sh FEATURES
71Depending on hardware being present, the following symmetric and
30.\"
31.Dd October 3, 2002
32.Dt CRYPTO 4
33.Os
34.Sh NAME
35.Nm crypto
36.Nd hardware crypto access driver
37.Sh SYNOPSIS

--- 26 unchanged lines hidden (view full) ---

64Setup a new crypto session for a new type of operation.
65.It Dv CIOCFSESSION
66Free a previously established session.
67.It Dv CIOCCRYPT
68Perform a crypto operation against a previously setup session.
69.El
70.Sh FEATURES
71Depending on hardware being present, the following symmetric and
72assymetric cryptographic features are potentially available from
72asymmetric cryptographic features are potentially available from
73.Pa /dev/crypto :
74.Pp
75.Bl -tag -width ".Dv CRYPTO_RIPEMD160_HMAC" -offset indent -compact
76.It Dv CRYPTO_DES_CBC
77.It Dv CRYPTO_3DES_CBC
78.It Dv CRYPTO_BLF_CBC
79.It Dv CRYPTO_CAST_CBC
80.It Dv CRYPTO_SKIPJACK_CBC

--- 33 unchanged lines hidden ---
73.Pa /dev/crypto :
74.Pp
75.Bl -tag -width ".Dv CRYPTO_RIPEMD160_HMAC" -offset indent -compact
76.It Dv CRYPTO_DES_CBC
77.It Dv CRYPTO_3DES_CBC
78.It Dv CRYPTO_BLF_CBC
79.It Dv CRYPTO_CAST_CBC
80.It Dv CRYPTO_SKIPJACK_CBC

--- 33 unchanged lines hidden ---