comparison src/ciphers/des.c @ 195:19e5d79b7190 libtomcrypt

Cleanup of import of LTC 1.02, still problematic for Dropbear
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 May 2005 09:33:00 +0000
parents 9cc34777b479
children 4768b55c5240
comparison
equal deleted inserted replaced
192:9cc34777b479 195:19e5d79b7190
1854 @param skey The scheduled key 1854 @param skey The scheduled key
1855 */ 1855 */
1856 void des_done(symmetric_key *skey) 1856 void des_done(symmetric_key *skey)
1857 { 1857 {
1858 } 1858 }
1859 #endif
1859 1860
1860 /** Terminate the context 1861 /** Terminate the context
1861 @param skey The scheduled key 1862 @param skey The scheduled key
1862 */ 1863 */
1863 void des3_done(symmetric_key *skey) 1864 void des3_done(symmetric_key *skey)
1864 { 1865 {
1865 } 1866 }
1866 1867
1867 1868
1869 #if 0
1868 /** 1870 /**
1869 Gets suitable key size 1871 Gets suitable key size
1870 @param keysize [in/out] The length of the recommended key (in bytes). This function will store the suitable size back in this variable. 1872 @param keysize [in/out] The length of the recommended key (in bytes). This function will store the suitable size back in this variable.
1871 @return CRYPT_OK if the input key size is acceptable. 1873 @return CRYPT_OK if the input key size is acceptable.
1872 */ 1874 */