Mercurial > dropbear
comparison libtomcrypt/testprof/modes_test.c @ 1437:871b18fd7065 fuzz
merge from main (libtommath/libtomcrypt/curve25510-donna updates)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 22:51:45 +0800 |
parents | f849a5ca2efc |
children |
comparison
equal
deleted
inserted
replaced
1432:41dca1e5ea34 | 1437:871b18fd7065 |
---|---|
104 #endif | 104 #endif |
105 | 105 |
106 #ifdef LTC_CTR_MODE | 106 #ifdef LTC_CTR_MODE |
107 DO(ctr_test()); | 107 DO(ctr_test()); |
108 #endif | 108 #endif |
109 | |
110 #ifdef LTC_XTS_MODE | |
111 DO(xts_test()); | |
112 #endif | |
109 | 113 |
110 return 0; | 114 return 0; |
111 } | 115 } |
112 | 116 |
113 /* $Source: /cvs/libtom/libtomcrypt/testprof/modes_test.c,v $ */ | 117 /* $Source$ */ |
114 /* $Revision: 1.14 $ */ | 118 /* $Revision$ */ |
115 /* $Date: 2006/11/13 11:55:25 $ */ | 119 /* $Date$ */ |