commit | 63ac043f81f8e2a15bbadcb6628b92096295ab6a | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Mon Dec 29 14:07:08 2014 -0700 |
committer | Shawn Willden <swillden@google.com> | Wed Feb 25 12:32:45 2015 -0700 |
tree | c75bc9e2d2c96a9745cf7dd000168ea0eab1538a | |
parent | 3745efd184f9989137289b8a6fcb32afc308f94a [diff] [blame] |
Refactor operation creation to use an operation factory registry. Also modify GoogleKeymaster to query the operation factories to get lists of supported modes and digests. Change-Id: Ied30185df5dddaeaeb1106df63237757896d77db
diff --git a/rsa_operation.h b/rsa_operation.h index 14a66c1..2c9680f 100644 --- a/rsa_operation.h +++ b/rsa_operation.h
@@ -19,6 +19,9 @@ #include <UniquePtr.h> +#include <openssl/evp.h> +#include <openssl/rsa.h> + #include <keymaster/key_blob.h> #include "operation.h"