HomeSort by relevance Sort by last modified time
    Searched refs:UnsealKey (Results 1 - 7 of 7) sorted by null

  /system/tpm/attestation/common/
mock_crypto_utility.cc 43 ON_CALL(*this, UnsealKey(_, _, _)).WillByDefault(Return(true));
crypto_utility.h 41 // extracted from the |encrypted_data| using UnsealKey(). Returns true on
52 virtual bool UnsealKey(const std::string& encrypted_data,
mock_crypto_utility.h 44 MOCK_METHOD3(UnsealKey,
crypto_utility_impl_test.cc 95 EXPECT_TRUE(crypto_utility_->UnsealKey(encrypted_data, &key, &sealed_key));
122 EXPECT_FALSE(crypto_utility_->UnsealKey("invalid", &output, &output));
131 EXPECT_FALSE(crypto_utility_->UnsealKey(data, &output, &output));
crypto_utility_impl.h 44 bool UnsealKey(const std::string& encrypted_data,
crypto_utility_impl.cc 121 bool CryptoUtilityImpl::UnsealKey(const std::string& encrypted_data,
  /system/tpm/attestation/server/
database_impl.cc 180 if (!crypto_->UnsealKey(encrypted_input, &database_key_,

Completed in 484 milliseconds