MALI: utgard: RK: fix compile errors under arm64
[firefly-linux-kernel-4.4.55.git] / crypto / gcm.c
index d9ea5f9c057418c2e054e94b80eed4c17402f671..1238b3c5a321984c0414dc283bf9891764762e6a 100644 (file)
@@ -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;