On Tue, Jul 14, 2026 at 07:29:11AM +0000, Jamin Lin wrote: > Introduce the GCM cipher mode so authenticated encryption can be built > on top of the existing qcrypto_cipher API. GCM is an IV-based mode, so > register it in mode_need_iv. No backend advertises it yet, so it stays > unsupported until a backend and the AAD/tag helpers are added in the > following patches. > > Signed-off-by: Jamin Lin <[email protected]> > --- > qapi/crypto.json | 4 +++- > crypto/cipher.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> Acked-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
