void testrun_performance_cscipher(void){
	bcal_performance_multiple(algolist);
}
void testrun_performance_khazad(void){
	bcal_performance_multiple(algolist);
}
Example #3
0
void testrun_performance_aes(void){
	bcal_performance_multiple(algolist);
}
void testrun_performance_skipjack(void){
	bcal_performance_multiple(algolist);
}
void test_performance_camellia(void){
	bcal_performance_multiple(algolist);
}
void testrun_performance_serpent(void){
	bcal_performance_multiple(algolist);
}
void testrun_performance_noekeon(void) {
    bcal_performance_multiple(algolist);
}