Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c318 uint8_t *in_out_virt = NULL; in test_cipher_tp() local
391 if (posix_memalign((void *)&in_out_virt, page_size, TEST_BLOCK_SIZE) || !in_out_virt) { in test_cipher_tp()
436 operation, in_out_virt, len)) { in test_cipher_tp()
451 if (in_out_virt) in test_cipher_tp()
452 free(in_out_virt); in test_cipher_tp()