Changeset View
Changeset View
Standalone View
Standalone View
lib/libmd/mdX.3
.\" | .\" | ||||
.\" ---------------------------------------------------------------------------- | .\" ---------------------------------------------------------------------------- | ||||
.\" "THE BEER-WARE LICENSE" (Revision 42): | .\" "THE BEER-WARE LICENSE" (Revision 42): | ||||
.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you | .\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you | ||||
.\" can do whatever you want with this stuff. If we meet some day, and you think | .\" can do whatever you want with this stuff. If we meet some day, and you think | ||||
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp | .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp | ||||
.\" ---------------------------------------------------------------------------- | .\" ---------------------------------------------------------------------------- | ||||
.\" | .\" | ||||
.\" $FreeBSD$ | .\" $FreeBSD$ | ||||
.\" | .\" | ||||
.Dd February 11, 1999 | .Dd April 26, 2016 | ||||
.Dt MDX 3 | .Dt MDX 3 | ||||
.Os | .Os | ||||
.Sh NAME | .Sh NAME | ||||
.Nm MDXInit , | .Nm MDXInit , | ||||
.Nm MDXUpdate , | .Nm MDXUpdate , | ||||
.Nm MDXPad , | .Nm MDXPad , | ||||
.Nm MDXFinal , | .Nm MDXFinal , | ||||
.Nm MDXEnd , | .Nm MDXEnd , | ||||
▲ Show 20 Lines • Show All 120 Lines • ▼ Show 20 Lines | |||||
.Xr free 3 | .Xr free 3 | ||||
after use. | after use. | ||||
If the | If the | ||||
.Fa buf | .Fa buf | ||||
argument is non-null it must point to at least 33 characters of buffer space. | argument is non-null it must point to at least 33 characters of buffer space. | ||||
.Sh SEE ALSO | .Sh SEE ALSO | ||||
.Xr md4 3 , | .Xr md4 3 , | ||||
.Xr md5 3 , | .Xr md5 3 , | ||||
.Xr sha 3 | .Xr ripemd 3 , | ||||
.Xr sha 3 , | |||||
.Xr sha256 3 , | |||||
.Xr sha512 3 , | |||||
.Xr skein 3 | |||||
.Rs | .Rs | ||||
.%A R. Rivest | .%A R. Rivest | ||||
.%T The MD4 Message-Digest Algorithm | .%T The MD4 Message-Digest Algorithm | ||||
.%O RFC 1186 | .%O RFC 1186 | ||||
.Re | .Re | ||||
.Rs | .Rs | ||||
.%A R. Rivest | .%A R. Rivest | ||||
.%T The MD5 Message-Digest Algorithm | .%T The MD5 Message-Digest Algorithm | ||||
Show All 31 Lines |