]> git.baikalelectronics.ru Git - kernel.git/commit
crypto/nx: Use kzalloc for workmem allocation
authorHaren Myneni <haren@linux.vnet.ibm.com>
Thu, 31 Aug 2017 07:17:25 +0000 (00:17 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 1 Sep 2017 06:42:50 +0000 (16:42 +1000)
commit05b1f8e8a93e8c5e7616869dd06a805165958a54
treeebfd02211faedc45f8862c2df7c7dba29d37bd52
parent983b722a6c65bc89c5e3c175e94fd1e9b37e6e74
crypto/nx: Use kzalloc for workmem allocation

Send window is opened / closed for each crypto session.
So initializes txwin in workmem.

Signed-off-by: Haren Myneni <haren@us.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/crypto/nx/nx-842.c