[BACK]Return to umac.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/umac.h between version 1.3 and 1.4

version 1.3, 2013/07/22 12:20:02 version 1.4, 2019/06/07 14:18:48
Line 39 
Line 39 
   * at http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ (search for    * at http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ (search for
   * "Barreto"). The only two files needed are rijndael-alg-fst.c and    * "Barreto"). The only two files needed are rijndael-alg-fst.c and
   * rijndael-alg-fst.h.    * rijndael-alg-fst.h.
   * Brian Gladman's version is distributed with GNU Public lisence    * Brian Gladman's version is distributed with GNU Public license
   * and can be found at http://fp.gladman.plus.com/AES/index.htm. It    * and can be found at http://fp.gladman.plus.com/AES/index.htm. It
   * includes a fast IA-32 assembly version.    * includes a fast IA-32 assembly version.
   *    *
Line 107 
Line 107 
                long        len);                 long        len);
   
 int uhash_final(uhash_ctx_t ctx,  int uhash_final(uhash_ctx_t ctx,
               u_char        ouput[]);                u_char        output[]);
   
 int uhash(uhash_ctx_t ctx,  int uhash(uhash_ctx_t ctx,
         u_char       *input,          u_char       *input,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4