Re: [Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845

2020-11-26 Thread Herbert Xu
On Thu, Nov 19, 2020 at 10:52:27AM -0500, Thara Gopinath wrote: > Qualcomm crypto engine supports hardware accelerated algorithms for > encryption and authentication. Enable support for aes,des,3des encryption > algorithms and sha1,sha256, hmac(sha1),hmac(sha256) authentication > algorithms on sdm8

Re: [Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845

2020-11-23 Thread Thara Gopinath
On 11/19/20 5:44 PM, Eric Biggers wrote: On Thu, Nov 19, 2020 at 10:52:27AM -0500, Thara Gopinath wrote: Qualcomm crypto engine supports hardware accelerated algorithms for encryption and authentication. Enable support for aes,des,3des encryption algorithms and sha1,sha256, hmac(sha1),hmac(sh

Re: [Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845

2020-11-19 Thread Eric Biggers
On Thu, Nov 19, 2020 at 10:52:27AM -0500, Thara Gopinath wrote: > Qualcomm crypto engine supports hardware accelerated algorithms for > encryption and authentication. Enable support for aes,des,3des encryption > algorithms and sha1,sha256, hmac(sha1),hmac(sha256) authentication > algorithms on sdm8

[Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845

2020-11-19 Thread Thara Gopinath
Qualcomm crypto engine supports hardware accelerated algorithms for encryption and authentication. Enable support for aes,des,3des encryption algorithms and sha1,sha256, hmac(sha1),hmac(sha256) authentication algorithms on sdm845.The patch series has been tested using the kernel crypto testing modu