]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
crypto: crypto4xx - wire up hmac_mc to hmac_muting
authorChristian Lamparter <chunkeey@gmail.com>
Tue, 3 Oct 2017 23:00:05 +0000 (01:00 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Oct 2017 14:55:07 +0000 (22:55 +0800)
The hmac_mc parameter of set_dynamic_sa_command_1()
was defined but not used. On closer inspection it
turns out, it was never wired up.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_alg.c

index d08e4c94abed479d040da63ab41a952bd9c20c4b..57b1dcef4cb445f03906d0f4469b39b7a6187fc9 100644 (file)
@@ -63,6 +63,7 @@ static void set_dynamic_sa_command_1(struct dynamic_sa_ctl *sa, u32 cm,
        sa->sa_command_1.bf.crypto_mode9_8 = cm & 3;
        sa->sa_command_1.bf.feedback_mode = cfb,
        sa->sa_command_1.bf.sa_rev = 1;
+       sa->sa_command_1.bf.hmac_muting = hmac_mc;
        sa->sa_command_1.bf.extended_seq_num = esn;
        sa->sa_command_1.bf.seq_num_mask = sn_mask;
        sa->sa_command_1.bf.mutable_bit_proc = mute;