Skip to content
Commit ebbcf336 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 70bcaca7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment