Mercurial > dropbear
comparison src/hashes/md5.c @ 210:4768b55c5240 libtomcrypt
propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3)
to branch 'au.asn.ucc.matt.dropbear.ltc' (head 4d6aec6e6121e13f68c11c149b6579c41cb63e74)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Jul 2005 12:10:23 +0000 |
parents | 19e5d79b7190 39d5d58461d6 |
children |
comparison
equal
deleted
inserted
replaced
199:8be64e2c86f4 | 210:4768b55c5240 |
---|---|
23 "md5", | 23 "md5", |
24 3, | 24 3, |
25 16, | 25 16, |
26 64, | 26 64, |
27 | 27 |
28 /* DER identifier */ | 28 /* OID */ |
29 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, | 29 { 1, 2, 840, 113549, 2, 5, }, |
30 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, | 30 6, |
31 0x04, 0x10 }, | |
32 18, | |
33 | 31 |
34 &md5_init, | 32 &md5_init, |
35 &md5_process, | 33 &md5_process, |
36 &md5_done, | 34 &md5_done, |
37 &md5_test | 35 &md5_test |
361 } | 359 } |
362 | 360 |
363 #endif | 361 #endif |
364 | 362 |
365 | 363 |
364 | |
365 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/md5.c,v $ */ | |
366 /* $Revision: 1.5 $ */ | |
367 /* $Date: 2005/05/23 02:42:07 $ */ |