comparison src/modes/ecb/ecb_done.c @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05

Import of libtomcrypt 1.05
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 03:53:40 +0000
parents 1c15b283127b
children
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
16 */ 16 */
17 17
18 #ifdef ECB 18 #ifdef ECB
19 19
20 /** Terminate the chain 20 /** Terminate the chain
21 @param rcb The ECB chain to terminate 21 @param ecb The ECB chain to terminate
22 @return CRYPT_OK on success 22 @return CRYPT_OK on success
23 */ 23 */
24 int ecb_done(symmetric_ECB *ecb) 24 int ecb_done(symmetric_ECB *ecb)
25 { 25 {
26 int err; 26 int err;
34 } 34 }
35 35
36 36
37 37
38 #endif 38 #endif
39
40 /* $Source: /cvs/libtom/libtomcrypt/src/modes/ecb/ecb_done.c,v $ */
41 /* $Revision: 1.5 $ */
42 /* $Date: 2005/05/05 14:35:59 $ */