Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 02:00:50 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys md5.h src/lib/libmd Makefile md2.h md2c.c md4.h mdX.3 mdXhl.c ripemd.3 ripemd.h sha.3 sha.h
Message-ID:  <200103171000.f2HA0pI79401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2001/03/17 02:00:50 PST

  Modified files:
    sys/sys              md5.h 
    lib/libmd            Makefile md2.h md2c.c md4.h mdX.3 mdXhl.c 
                         ripemd.3 ripemd.h sha.3 sha.h 
  Log:
  Add a new entrypoint to the hashes in libmd:
    char *
    FooFileChunk(const char *filename, char *buf, off_t offset, off_t length)
  Which only hashes part of a file.
  Implement FooFile() in terms of this function.
  
  Submitted by:	roam
  
  Revision  Changes    Path
  1.14      +2 -1      src/sys/sys/md5.h
  1.35      +12 -6     src/lib/libmd/Makefile
  1.9       +2 -1      src/lib/libmd/md2.h
  1.8       +3 -3      src/lib/libmd/md2c.c
  1.10      +2 -1      src/lib/libmd/md4.h
  1.19      +21 -1     src/lib/libmd/mdX.3
  1.14      +30 -8     src/lib/libmd/mdXhl.c
  1.5       +21 -1     src/lib/libmd/ripemd.3
  1.2       +5 -0      src/lib/libmd/ripemd.h
  1.7       +24 -1     src/lib/libmd/sha.3
  1.4       +3 -1      src/lib/libmd/sha.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103171000.f2HA0pI79401>