Loading crypto/des/des.h +4 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,9 @@ int des_random_key(des_cblock *ret); int des_read_password(des_cblock *key,const char *prompt,int verify); int des_read_2passwords(des_cblock *key1,des_cblock *key2, const char *prompt,int verify); #if 0 int des_read_pw_string(char *buf,int length,const char *prompt,int verify); #endif void des_set_odd_parity(des_cblock *key); int des_check_key_parity(const_des_cblock *key); int des_is_weak_key(const_des_cblock *key); Loading @@ -228,8 +230,9 @@ void des_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length, int enc); void des_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length, des_key_schedule schedule,des_cblock *ivec,int *num); #if 0 int des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify); #endif /* The following definitions provide compatibility with the MIT Kerberos * library. The des_key_schedule structure is not binary compatible. */ Loading Loading
crypto/des/des.h +4 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,9 @@ int des_random_key(des_cblock *ret); int des_read_password(des_cblock *key,const char *prompt,int verify); int des_read_2passwords(des_cblock *key1,des_cblock *key2, const char *prompt,int verify); #if 0 int des_read_pw_string(char *buf,int length,const char *prompt,int verify); #endif void des_set_odd_parity(des_cblock *key); int des_check_key_parity(const_des_cblock *key); int des_is_weak_key(const_des_cblock *key); Loading @@ -228,8 +230,9 @@ void des_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length, int enc); void des_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length, des_key_schedule schedule,des_cblock *ivec,int *num); #if 0 int des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify); #endif /* The following definitions provide compatibility with the MIT Kerberos * library. The des_key_schedule structure is not binary compatible. */ Loading