summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2020-07-24 16:38:47 +0000
committerjmc <>2020-07-24 16:38:47 +0000
commit62d7fed8d5316b61c246a480fe046ef06f7beae4 (patch)
tree49a7ccd82cb311fe95baa1eee99685c3b401882c /src
parent7df61e79b329ba8e55819ef265e5777895818e4b (diff)
downloadopenbsd-62d7fed8d5316b61c246a480fe046ef06f7beae4.tar.gz
openbsd-62d7fed8d5316b61c246a480fe046ef06f7beae4.tar.bz2
openbsd-62d7fed8d5316b61c246a480fe046ef06f7beae4.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/CMAC_Init.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/CMAC_Init.3 b/src/lib/libcrypto/man/CMAC_Init.3
index 55196b3213..667ce1dce2 100644
--- a/src/lib/libcrypto/man/CMAC_Init.3
+++ b/src/lib/libcrypto/man/CMAC_Init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMAC_Init.3,v 1.1 2020/06/24 16:06:27 schwarze Exp $ 1.\" $OpenBSD: CMAC_Init.3,v 1.2 2020/07/24 16:38:47 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 24 2020 $ 17.Dd $Mdocdate: July 24 2020 $
18.Dt CMAC_INIT 3 18.Dt CMAC_INIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -105,7 +105,7 @@ selects the given block
105.Fa cipher 105.Fa cipher
106for use by 106for use by
107.Fa ctx . 107.Fa ctx .
108Funtions to obtain suitable 108Functions to obtain suitable
109.Vt EVP_CIPHER 109.Vt EVP_CIPHER
110objects are listed in the CIPHER LISTING section of the 110objects are listed in the CIPHER LISTING section of the
111.Xr EVP_Cipher 3 111.Xr EVP_Cipher 3
@@ -188,7 +188,7 @@ Calling
188.Fn CMAC_resume 188.Fn CMAC_resume
189after 189after
190.Fn CMAC_Final 190.Fn CMAC_Final
191allows to subsequently append additional data with 191subsequently appends additional data with
192.Fn CMAC_Update . 192.Fn CMAC_Update .
193.Pp 193.Pp
194.Fn CMAC_CTX_copy 194.Fn CMAC_CTX_copy