*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: md5 | Section: 9 | Source: OpenBSD | File: md5.9
MD5INIT(9) FreeBSD Kernel Developer's Manual MD5INIT(9) NAME MD5Init, MD5Transform - message digest routines SYNOPSIS #include <sys/kernel.h> void MD5Init(u_int32_t buf[4]); void MD5Transform(u_int32_t buf[4], u_int32_t const in[16]); DESCRIPTION The MD5Init module implements the RSA Data Security, Inc. MD5 Message- Digest Algorithm (MD5). It produces 128-bit MD5 Digest of data. MD5Init() must be called just before MD5Transform() will be used to produce a digest. The buf argument is the storage for the digest being produced on subsequent calls to the MD5Transform() routine. MD5Transform() is the core of the MD5 algorithm, this alters an existing MD5 hash kept in buf to reflect the addition of 16 longwords of new data passed in in argument. COPYRIGHTS The code for MD5 transform was taken from Colin Plumb's implementation, which has been placed in the public domain. The MD5 cryptographic checksum was devised by Ronald Rivest, and is documented in RFC 1321, "The MD5 Message Digest Algorithm". SEE ALSO random(4), arc4random(9) FreeBSD 14.1-RELEASE-p8 November 24, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options