af-alg: Fix typo in algorithm mapping for full-size HMAC-SHA-256

This commit is contained in:
Michał Skalski 2021-02-22 15:48:37 +01:00 committed by Tobias Brunner
parent 356f87355b
commit 7a8cd5d6d0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static struct {
{AUTH_HMAC_SHA2_256_128, "hmac(sha256)", 16, 32, },
{AUTH_HMAC_MD5_96, "hmac(md5)", 12, 16, },
{AUTH_HMAC_MD5_128, "hmac(md5)", 16, 16, },
{AUTH_HMAC_SHA2_256_256, "hmac(sha384)", 32, 32, },
{AUTH_HMAC_SHA2_256_256, "hmac(sha256)", 32, 32, },
{AUTH_HMAC_SHA2_384_192, "hmac(sha384)", 24, 48, },
{AUTH_HMAC_SHA2_384_384, "hmac(sha384)", 48, 48, },
{AUTH_HMAC_SHA2_512_256, "hmac(sha512)", 32, 64, },