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

Diff for /src/include/blf.h between version 1.3 and 1.4

version 1.3, 1997/02/16 20:54:26 version 1.4, 1998/08/10 18:40:53
Line 69 
Line 69 
 void blf_enc __P((blf_ctx *, u_int32_t *, u_int16_t));  void blf_enc __P((blf_ctx *, u_int32_t *, u_int16_t));
 void blf_dec __P((blf_ctx *, u_int32_t *, u_int16_t));  void blf_dec __P((blf_ctx *, u_int32_t *, u_int16_t));
   
   void blf_ecb_encrypt __P((blf_ctx *, u_int8_t *, u_int32_t));
   void blf_ecb_decrypt __P((blf_ctx *, u_int8_t *, u_int32_t));
   
   void blf_cbc_encrypt __P((blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t));
   void blf_cbc_decrypt __P((blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t));
   
 /* Converts u_int8_t to u_int32_t */  /* Converts u_int8_t to u_int32_t */
 u_int32_t Blowfish_stream2word __P((const u_int8_t *, u_int16_t , u_int16_t *));  u_int32_t Blowfish_stream2word __P((const u_int8_t *, u_int16_t , u_int16_t *));
   

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