qemu-irix/qapi
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
..
Makefile.objs
block-core.json Block layer patches 2016-10-10 15:19:20 +01:00
block.json block: Add qdev ID to DEVICE_TRAY_MOVED 2016-10-07 13:34:22 +02:00
common.json
crypto.json crypto: add CTR mode support 2016-10-19 10:09:24 +01:00
event.json
introspect.json
opts-visitor.c
qapi-clone-visitor.c
qapi-dealloc-visitor.c
qapi-util.c
qapi-visit-core.c
qmp-dispatch.c
qmp-event.c
qmp-input-visitor.c qapi: return a 'missing parameter' error 2016-10-07 19:22:11 +02:00
qmp-output-visitor.c qapi: change QmpOutputVisitor to QSLIST 2016-07-19 13:21:08 +02:00
qmp-registry.c qapi: Support unregistering QMP commands 2016-09-19 17:32:21 +02:00
rocker.json
string-input-visitor.c
string-output-visitor.c
trace.json