On Wed, Apr 08, 2009 at 01:40:14PM +0200, Steffen Klassert wrote:
>
> Actually I'm instantiate a crypto_nivaead_type algorithm and choose for
> cpu_chainiv as the IV generator for that algorithm. If I want to do the
> same with eseqiv it would require to add aead support to eseqiv.
> Is this what you are thinking about, or is there a way to instantiate a
> crypto_aead_type algorithm and notify the ablkcipher to choose for
> eseqiv as it's default IV genarator?

You can allocate eseqiv(alg), e.g., eseqiv(cbc(aes)).

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to