Home
last modified time | relevance | path

Searched refs:spd2 (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c32 …riptor[results[x].id].name, cipher_descriptor[results[x].id].ID, results[x].spd1, results[x].spd2); in tally_results()
349 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length); in time_cipher()
350 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2; in time_cipher()
421 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length); in time_cipher2()
422 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2; in time_cipher2()
496 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length); in time_cipher3()
497 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2; in time_cipher3()
573 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length); in time_cipher4()
574 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2; in time_cipher4()
Dtomcrypt_test.h46 unsigned long spd1, spd2, avg; member