Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c31 uint64_t total_nsec, nsec; in test_otp_key_item_tp() local
51 total_nsec = 0; in test_otp_key_item_tp()
54 while (total_nsec < nsec) { in test_otp_key_item_tp()
79 total_nsec += (end.tv_sec - start.tv_sec) * 1000000000 + in test_otp_key_item_tp()
232 uint64_t total_nsec, nsec; in test_cipher_item_tp() local
248 total_nsec = 0; in test_cipher_item_tp()
251 while (total_nsec < nsec) { in test_cipher_item_tp()
287 total_nsec += (end.tv_sec - start.tv_sec) * 1000000000 + in test_cipher_item_tp()
466 uint64_t total_nsec, nsec; in test_ae_item_tp() local
495 total_nsec = 0; in test_ae_item_tp()
[all …]