Skip to content
Commit 0a270321 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] seqiv: Add Sequence Number IV Generator



This generator generates an IV based on a sequence number by xoring it
with a salt.  This algorithm is mainly useful for CTR and similar modes.

This patch also sets it as the default IV generator for ctr.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 45d44eb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment