Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c317 rk_crypto_mem *in_out_fd = NULL; in test_cipher_tp() local
384 in_out_fd = rk_crypto_mem_alloc(TEST_BLOCK_SIZE); in test_cipher_tp()
385 if (!in_out_fd) { in test_cipher_tp()
411 operation, in_out_fd, len)) { in test_cipher_tp()
448 if (in_out_fd) in test_cipher_tp()
449 rk_crypto_mem_free(in_out_fd); in test_cipher_tp()