comparison libtomcrypt/testprof/modes_test.c @ 1435:f849a5ca2efc

update to libtomcrypt 1.17 (with Dropbear changes)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 17:50:50 +0800
parents 0cbe8f6dbf9e
children
comparison
equal deleted inserted replaced
1434:27b9ddb06b09 1435:f849a5ca2efc
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$ */