]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: talitos - Use proper form for algorithm driver names
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 3 Jul 2008 11:14:02 +0000 (19:14 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:17 +0000 (20:35 +0800)
commitb0792dadffe9a9de5d96060109fb68232c408252
tree5412ef6107e86030389347378f999e8e57485471
parent88e6dece44d8e02e88b55f2230ecb6bb6908668c
crypto: talitos - Use proper form for algorithm driver names

The name authenc(hmac(sha1-talitos),cbc(aes-talitos)) is potentially
ambiguous since it could also mean using the generic authenc template
on hmac(sha1-talitos) and cbc(aes-talitos).  In general, parentheses
should be reserved for templates that spawn algorithms.

This patches changes it to the form authenc-hmac-sha1-cbc-aes-talitos.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c