lkml.org 
[lkml]   [2017]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [RFC PATCH v2] crypto: Add IV generation algorithms
    Hi Herbert,

    On 30 December 2016 at 15:57, Herbert Xu <herbert@gondor.apana.org.au> wrote:

    > This is just a matter of structuring the key for the IV generator.
    > The IV generator's key in this case should be a combination of the
    > key to the underlying CBC plus the set of all keys for the IV
    > generator itself. It should then allocate the required number of
    > tfms as is currently done by crypt_alloc_tfms in dm-crypt.

    Since I used template ciphers for the iv algorithms, I use
    crypto_spawn_skcipher_alg and skcipher_register_instance
    for creating the underlying cbc algorithm. I guess you suggest
    to change that to make use of crypto_alloc_skcipher.

    Even if ciphers are allocated this way, all the encryption requests
    for cbc should still go through IV generators? So that should mean,
    create one instance of IV generator using 'crypto_alloc_skcipher'
    and create tfms_count instances of the generator depending on the
    number of keys.

    Thanks,
    Binoy

    \
     
     \ /
      Last update: 2017-01-02 07:47    [W:3.054 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site