commit | ebbcf3369224ae7d23bfee06d8c5ea87a9541db5 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 03 19:14:02 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 10 20:35:17 2008 +0800 |
tree | 5412ef6107e86030389347378f999e8e57485471 | |
parent | 70bcaca75389a6c011ddc866eb1743b070a838b0 [diff] |
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>