• Herbert Xu's avatar
    crypto: skcipher - Remove top-level givcipher interface · 3a01d0ee
    Herbert Xu authored
    
    
    This patch removes the old crypto_grab_skcipher helper and replaces
    it with crypto_grab_skcipher2.
    
    As this is the final entry point into givcipher this patch also
    removes all traces of the top-level givcipher interface, including
    all implicit IV generators such as chainiv.
    
    The bottom-level givcipher interface remains until the drivers
    using it are converted.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    3a01d0ee