[BACK]Return to md4.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/md4.h between version 1.12 and 1.13

version 1.12, 2004/04/28 16:54:00 version 1.13, 2004/04/29 15:51:16
Line 37 
Line 37 
 void     MD4Transform(u_int32_t [4], const u_int8_t [MD4_BLOCK_LENGTH])  void     MD4Transform(u_int32_t [4], const u_int8_t [MD4_BLOCK_LENGTH])
                 __attribute__((__bounded__(__minbytes__,1,4)))                  __attribute__((__bounded__(__minbytes__,1,4)))
                 __attribute__((__bounded__(__minbytes__,2,MD4_BLOCK_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_BLOCK_LENGTH)));
 char    *MD4End(MD4_CTX *, char [MD4_DIGEST_STRING_LENGTH])  char    *MD4End(MD4_CTX *, char *)
                 __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));
 char    *MD4File(char *, char [MD4_DIGEST_STRING_LENGTH])  char    *MD4File(char *, char *)
                 __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));
 char    *MD4Data(const u_int8_t *, size_t, char [MD4_DIGEST_STRING_LENGTH])  char    *MD4Data(const u_int8_t *, size_t, char *)
                 __attribute__((__bounded__(__string__,1,2)))                  __attribute__((__bounded__(__string__,1,2)))
                 __attribute__((__bounded__(__minbytes__,3,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,3,MD4_DIGEST_STRING_LENGTH)));
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13