Skip to content
  • Herbert Xu's avatar
    [CRYPTO] api: Added crypto_type support · e853c3cf
    Herbert Xu authored
    
    
    This patch adds the crypto_type structure which will be used for all new
    crypto algorithm types, beginning with block ciphers.
    
    The primary purpose of this abstraction is to allow different crypto_type
    objects for crypto algorithms of the same type, in particular, there will
    be a different crypto_type objects for asynchronous algorithms.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    e853c3cf