Skip to content
  • Herbert Xu's avatar
    [CRYPTO] authenc: Move enckeylen into key itself · e236d4a8
    Herbert Xu authored
    
    
    Having enckeylen as a template parameter makes it a pain for hardware
    devices that implement ciphers with many key sizes since each one would
    have to be registered separately.
    
    Since the authenc algorithm is mainly used for legacy purposes where its
    key is going to be constructed out of two separate keys, we can in fact
    embed this value into the key itself.
    
    This patch does this by prepending an rtnetlink header to the key that
    contains the encryption key length.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    e236d4a8