summaryrefslogtreecommitdiffstats
path: root/lib/libmd
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
committercharnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
commitf0ffe0ef9f006aa0c680f7def2d63f561eaade3f (patch)
tree1a092156e84df44700be1a9dde40cf947f43e35a /lib/libmd
parent4a7a5ceb415b6b952d09c593efb016bf4e786972 (diff)
downloadFreeBSD-src-f0ffe0ef9f006aa0c680f7def2d63f561eaade3f.zip
FreeBSD-src-f0ffe0ef9f006aa0c680f7def2d63f561eaade3f.tar.gz
The .Fn function
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.315
-rw-r--r--lib/libmd/ripemd.312
2 files changed, 18 insertions, 9 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 7c4b06b..9e171ba 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -72,27 +72,31 @@ run over the data with
and finally extract the result using
.Fn MDXFinal .
.Pp
+The
.Fn MDXPad
-can be used to pad message data in same way
+function can be used to pad message data in same way
as done by
.Fn MDXFinal
without terminating calculation.
.Pp
+The
.Fn MDXEnd
-is a wrapper for
+function is a wrapper for
.Fn MDXFinal
which converts the return value to a 33-character
(including the terminating '\e0')
.Tn ASCII
string which represents the 128 bits in hexadecimal.
.Pp
+The
.Fn MDXFile
-calculates the digest of a file, and uses
+function calculates the digest of a file, and uses
.Fn MDXEnd
to return the result.
If the file cannot be opened, a null pointer is returned.
+The
.Fn MDXFileChunk
-is similar to
+function is similar to
.Fn MDXFile ,
but it only calculates the digest over a byte-range of the file specified,
starting at
@@ -108,8 +112,9 @@ of the file,
calculates the digest from
.Fa offset
to the end of file.
+The
.Fn MDXData
-calculates the digest of a chunk of data in memory, and uses
+function calculates the digest of a chunk of data in memory, and uses
.Fn MDXEnd
to return the result.
.Pp
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 1f3aea1..e86d6d1 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -62,21 +62,24 @@ run over the data with
and finally extract the result using
.Fn RIPEMD160_Final .
.Pp
+The
.Fn RIPEMD160_End
-is a wrapper for
+function is a wrapper for
.Fn RIPEMD160_Final
which converts the return value to a 41-character
(including the terminating '\e0')
.Tn ASCII
string which represents the 160 bits in hexadecimal.
.Pp
+The
.Fn RIPEMD160_File
-calculates the digest of a file, and uses
+function calculates the digest of a file, and uses
.Fn RIPEMD160_End
to return the result.
If the file cannot be opened, a null pointer is returned.
+The
.Fn RIPEMD160_FileChunk
-is similar to
+function is similar to
.Fn RIPEMD160_File ,
but it only calculates the digest over a byte-range of the file specified,
starting at
@@ -92,8 +95,9 @@ of the file,
calculates the digest from
.Fa offset
to the end of file.
+The
.Fn RIPEMD160_Data
-calculates the digest of a chunk of data in memory, and uses
+function calculates the digest of a chunk of data in memory, and uses
.Fn RIPEMD160_End
to return the result.
.Pp
OpenPOWER on IntegriCloud