Home
last modified time | relevance | path

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

/optee_examples/aes/host/
A Dmain.c168 char temp[AES_TEST_BUFFER_SIZE]; in main() local
200 cipher_buffer(&ctx, ciph, temp, AES_TEST_BUFFER_SIZE); in main()
203 if (memcmp(clear, temp, AES_TEST_BUFFER_SIZE)) in main()

Completed in 2 milliseconds