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

Diff for /src/usr.bin/ssh/cipher.h between version 1.43 and 1.44

version 1.43, 2013/12/06 13:34:54 version 1.44, 2014/01/25 10:12:50
Line 89 
Line 89 
 void     cipher_set_key_string(CipherContext *, const Cipher *, const char *, int);  void     cipher_set_key_string(CipherContext *, const Cipher *, const char *, int);
 u_int    cipher_blocksize(const Cipher *);  u_int    cipher_blocksize(const Cipher *);
 u_int    cipher_keylen(const Cipher *);  u_int    cipher_keylen(const Cipher *);
   u_int    cipher_seclen(const Cipher *);
 u_int    cipher_authlen(const Cipher *);  u_int    cipher_authlen(const Cipher *);
 u_int    cipher_ivlen(const Cipher *);  u_int    cipher_ivlen(const Cipher *);
 u_int    cipher_is_cbc(const Cipher *);  u_int    cipher_is_cbc(const Cipher *);

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44