Home
last modified time | relevance | path

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

/external/srtp/crypto/test/
Dcipher_driver.c77 cipher_driver_test_array_throughput(cipher_type_t *ct,
166 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher); in main()
169 cipher_driver_test_array_throughput(&aes_icm, 30, num_cipher); in main()
172 cipher_driver_test_array_throughput(&aes_cbc, 16, num_cipher); in main()
474 cipher_driver_test_array_throughput(cipher_type_t *ct, in cipher_driver_test_array_throughput() function