Skip to content
Commit 124f930b authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

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: default avatarIlya Dryomov <idryomov@gmail.com>
parent 6e09d0fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment