Skip to content

Commit

Permalink
crypto: introduce generic cipher API & built-in implementation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
berrange authored and bonzini committed Jul 8, 2015
1 parent 9fd7246 commit ca38a4c
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ util-obj-y += init.o
util-obj-y += hash.o
util-obj-y += aes.o
util-obj-y += desrfb.o
util-obj-y += cipher.o
Loading

0 comments on commit ca38a4c

Please sign in to comment.