X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2Fgcm.c;h=1238b3c5a321984c0414dc283bf9891764762e6a;hb=3be7ae5451ce09f6df73476de8a8606fcf4751ca;hp=d9ea5f9c057418c2e054e94b80eed4c17402f671;hpb=fdd85431d91c9da37e9e696eb8fe80f1a2dcdbeb;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/gcm.c b/crypto/gcm.c index d9ea5f9c0574..1238b3c5a321 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_ablkcipher *ctr = ctx->ctr; struct { be128 hash; - u8 iv[8]; + u8 iv[16]; struct crypto_gcm_setkey_result result;