X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Feseqiv.c;h=881d30910434831f528f5be244ab502bd984d0b6;hb=f366e2085f28358a5294b8cdc847a377c02eb22d;hp=b14f14e314b6cf3ada4bc0694aa9f5f364ab73e7;hpb=62429f434091586d54b37b8dd46076e7c08b27b9;p=karo-tx-linux.git diff --git a/crypto/eseqiv.c b/crypto/eseqiv.c index b14f14e314b6..881d30910434 100644 --- a/crypto/eseqiv.c +++ b/crypto/eseqiv.c @@ -136,7 +136,8 @@ static int eseqiv_givencrypt(struct skcipher_givcrypt_request *req) } ablkcipher_request_set_crypt(subreq, reqctx->src, dst, - req->creq.nbytes, req->creq.info); + req->creq.nbytes + ivsize, + req->creq.info); memcpy(req->creq.info, ctx->salt, ivsize);