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

Diff for /src/usr.bin/ssh/umac.c between version 1.22 and 1.23

version 1.22, 2022/01/01 05:55:06 version 1.23, 2023/03/07 01:30:52
Line 229 
Line 229 
     explicit_bzero(buf, sizeof(buf));      explicit_bzero(buf, sizeof(buf));
 }  }
   
 static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8], UINT8 buf[8])  static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8],
       UINT8 buf[UMAC_OUTPUT_LEN])
 {  {
     /* 'ndx' indicates that we'll be using the 0th or 1st eight bytes      /* 'ndx' indicates that we'll be using the 0th or 1st eight bytes
      * of the AES output. If last time around we returned the ndx-1st       * of the AES output. If last time around we returned the ndx-1st

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23