Home | History | Annotate | Download | only in testprof

Lines Matching refs:spd2

32           ("%-20s[%3d]: Encrypt at %5lu, Decrypt at %5lu\n", cipher_descriptor[results[x].id].name, cipher_descriptor[results[x].id].ID, results[x].spd1, results[x].spd2);
349 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
350 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
421 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
422 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
496 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
497 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
573 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
574 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;