+1
−0
crypto/cipher-builtin.c
0 → 100644
+398
−0
crypto/cipher.c
0 → 100644
+49
−0
include/crypto/cipher.h
0 → 100644
+210
−0
+1
−0
Loading
Introduce a generic cipher API and an implementation of it that supports only the built-in AES and DES-RFB algorithms. The test suite checks the supported algorithms + modes to validate that every backend implementation is actually correctly complying with the specs. Signed-off-by:Daniel P. Berrange <berrange@redhat.com> Message-Id: <1435770638-25715-5-git-send-email-berrange@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>