File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / lib / md-defines.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (4 years ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, HEAD
rsync 3.2.3

    1: /* Keep this simple so both C and ASM can use it */
    2: 
    3: #define MD4_DIGEST_LEN 16
    4: #define MD5_DIGEST_LEN 16
    5: #define MAX_DIGEST_LEN MD5_DIGEST_LEN
    6: 
    7: #define CSUM_CHUNK 64
    8: 
    9: #define CSUM_NONE 0
   10: #define CSUM_MD4_ARCHAIC 1
   11: #define CSUM_MD4_BUSTED 2
   12: #define CSUM_MD4_OLD 3
   13: #define CSUM_MD4 4
   14: #define CSUM_MD5 5
   15: #define CSUM_XXH64 6
   16: #define CSUM_XXH3_64 7
   17: #define CSUM_XXH3_128 8
   18: #define CSUM_MD5P8 9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>