Summary: Fix LINT build. The names of the new AES modes were not
correctly used under the REGRESSION kernel option.
This commit is contained in:
parent
0a09d271d9
commit
4d0b1feb1d
@ -989,9 +989,9 @@ esp_output_cb(struct cryptop *crp)
|
||||
case CRYPTO_SHA2_512_HMAC:
|
||||
alen = esph->hashsize/2;
|
||||
break;
|
||||
case CRYPTO_AES_128_GMAC:
|
||||
case CRYPTO_AES_192_GMAC:
|
||||
case CRYPTO_AES_256_GMAC:
|
||||
case CRYPTO_AES_128_NIST_GMAC:
|
||||
case CRYPTO_AES_192_NIST_GMAC:
|
||||
case CRYPTO_AES_256_NIST_GMAC:
|
||||
alen = esph->hashsize;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user