diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-07-16 06:31:58 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-07-16 06:31:58 +0000 |
commit | ebc5cdaebeaebf093e8dd0d782448019ac078e1f (patch) | |
tree | 3d943b63d8b9b88e1db1d55cc39734e63b3f3d71 /share | |
parent | d7e901c2aa362cddc14ac208d2e2e2fbb926e957 (diff) |
Update to document use of CRYPTO_ALGORITHM_ALL in crypto_unregister().
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/crypto.9 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 93a17e337ea..ecb0e2176aa 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.18 2002/06/29 23:30:07 naddy Exp $ +.\" $OpenBSD: crypto.9,v 1.19 2002/07/16 06:31:57 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -459,6 +459,14 @@ Typically, drivers for .Xr pcmcia 4 crypto cards that are being ejected will invoke this routine for all algorithms supported by the card. +If called with +.Dv CRYPTO_ALGORITHM_ALL , +all algorithms registered for a driver will be unregistered in one go +and the driver will be disabled (no new sessions will be allocated on +that driver, and any existing sessions will be migrated to other +drivers). +The same will be done if all algorithms associated with a driver are +unregistered one by one. .Pp The calling convention for the three driver-supplied routines is: .Bd -literal |