commit | 61ef6da622aa7b66bf92991bd272490eea6c712e | [log] [tgz] |
---|---|---|
author | Ilya Lesokhin <ilyal@mellanox.com> | Mon Nov 13 10:22:44 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 14 16:26:34 2017 +0900 |
tree | ee84189e00cb00da682483070b9db7e7051d933f | |
parent | 0a87bc2e58a687fe14817b9c7f73e68570ba33c6 [diff] |
tls: Use kzalloc for aead_request allocation Use kzalloc for aead_request allocation as we don't set all the bits in the request. Fixes: 3c4d7559159b ('tls: kernel TLS support') Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>