Skip to content
  • Herbert Xu's avatar
    crypto: tcrypt - Use ahash · 0660511c
    Herbert Xu authored
    
    
    This patch removes the last user of the obsolete crypto_hash
    interface, tcrypt, by simply switching it over to ahash.  In
    fact it already has all the code there so it's just a matter
    of calling the ahash speed test code with the right mask.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    0660511c