commit | 124f930b8cbc4ac11236e6eb1c5f008318864588 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 16 19:16:46 2017 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Jan 18 17:58:45 2017 +0100 |
tree | b4278bec0fd61b98b913fefdc7890bedaf1099b6 | |
parent | 6e09d0fb64402cec579f029ca4c7f39f5c48fc60 [diff] |
libceph: make sure ceph_aes_crypt() IV is aligned ... otherwise the crypto stack will align it for us with a GFP_ATOMIC allocation and a memcpy() -- see skcipher_walk_first(). Signed-off-by: Ilya Dryomov <idryomov@gmail.com>