X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=crypto%2Fgcm.c;h=f624ac98c94e4d9b1910178feb279a610c603e28;hb=f96ed2612260a8a415512eed4fe3f5c77247d4a1;hp=70a892e87ccb527d774c8aba72463813faca8b22;hpb=f44dd184634d401f5cf88a6d8b4a60d5ff4f417f;p=cascardo%2Flinux.git diff --git a/crypto/gcm.c b/crypto/gcm.c index 70a892e87ccb..f624ac98c94e 100644 --- a/crypto/gcm.c +++ b/crypto/gcm.c @@ -117,7 +117,7 @@ static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, struct crypto_skcipher *ctr = ctx->ctr; struct { be128 hash; - u8 iv[8]; + u8 iv[16]; struct crypto_gcm_setkey_result result;