qemu/include/crypto
Gonglei 3c28292f39 crypto: add CTR mode support
Introduce CTR mode support for the cipher APIs.
CTR mode uses a counter rather than a traditional IV.
The counter has additional properties, including a nonce
and initial counter block. We reuse the ctx->iv as
the counter for conveniences.

Both libgcrypt and nettle are support CTR mode, the
cipher-builtin doesn't support yet.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-10-19 10:09:24 +01:00
..
aes.h
afsplit.h
block.h
cipher.h crypto: add CTR mode support 2016-10-19 10:09:24 +01:00
desrfb.h
hash.h
init.h
ivgen.h
pbkdf.h
random.h
secret.h
tlscreds.h
tlscredsanon.h
tlscredsx509.h
tlssession.h
xts.h