diff options
author | dkrahn@google.com <dkrahn@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 00:51:00 +0000 |
---|---|---|
committer | dkrahn@google.com <dkrahn@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 00:51:00 +0000 |
commit | fd18b738a0bb9e6566e4bb6f0f54fd7b7acd0e91 (patch) | |
tree | 71a92780555a91a071121c24c5fd3903bd809249 /chromeos/cryptohome/async_method_caller.h | |
parent | 1f4179d338752230bc910214cbb85cf769ffdaa1 (diff) | |
download | chromium_src-fd18b738a0bb9e6566e4bb6f0f54fd7b7acd0e91.zip chromium_src-fd18b738a0bb9e6566e4bb6f0f54fd7b7acd0e91.tar.gz chromium_src-fd18b738a0bb9e6566e4bb6f0f54fd7b7acd0e91.tar.bz2 |
Added an options parameter to TpmAttestationSignEnterpriseChallenge.
Cryptohome now supports including a SignedPublicKeyAndChallenge embedded
in a challenge response. The new options parameter allows a caller to
request that this be included.
BUG=chromium:219965
TEST=chromeos_unittests
Review URL: https://chromiumcodereview.appspot.com/13638022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/cryptohome/async_method_caller.h')
-rw-r--r-- | chromeos/cryptohome/async_method_caller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/cryptohome/async_method_caller.h b/chromeos/cryptohome/async_method_caller.h index ff62748..0957397 100644 --- a/chromeos/cryptohome/async_method_caller.h +++ b/chromeos/cryptohome/async_method_caller.h @@ -133,6 +133,7 @@ class CHROMEOS_EXPORT AsyncMethodCaller { const std::string& key_name, const std::string& domain, const std::string& device_id, + chromeos::CryptohomeClient::AttestationChallengeOptions options, const std::string& challenge, const DataCallback& callback) = 0; |