]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitebbcf3369224ae7d23bfee06d8c5ea87a9541db5
tree5412ef6107e86030389347378f999e8e57485471
parent70bcaca75389a6c011ddc866eb1743b070a838b0
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