View Single Post
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#1
Hello,

Does N900 have AES hardware engine ?
If yes how can I use it ? i.e.
1. openssl speed -aes-128-cbc -elapsed
2. openssl speed -aes-128-cbc -engine "some engine" -elapsed
Above command should show the visible differences of hardware aes engine work and software aes engine work.
The execution time should be different.