Searched refs:EncryptForUnbind (Results 1 – 6 of 6) sorted by relevance
/system/tpm/attestation/common/ |
D | crypto_utility_impl_test.cc | 200 TEST_F(CryptoUtilityImplTest, EncryptForUnbind) { in TEST_F() argument 206 EXPECT_TRUE(crypto_utility_->EncryptForUnbind(public_key_info, "input", in TEST_F() 213 EXPECT_FALSE(crypto_utility_->EncryptForUnbind("bad_key", "input", &output)); in TEST_F() 223 EXPECT_FALSE(crypto_utility_->EncryptForUnbind(public_key_info, input, in TEST_F()
|
D | mock_crypto_utility.h | 57 MOCK_METHOD3(EncryptForUnbind, bool(const std::string&,
|
D | crypto_utility.h | 85 virtual bool EncryptForUnbind(const std::string& public_key,
|
D | crypto_utility_impl.h | 59 bool EncryptForUnbind(const std::string& public_key,
|
D | crypto_utility_impl.cc | 270 bool CryptoUtilityImpl::EncryptForUnbind(const std::string& public_key, in EncryptForUnbind() function in attestation::CryptoUtilityImpl
|
/system/tpm/attestation/client/ |
D | main.cc | 416 if (!crypto.EncryptForUnbind(key_info.public_key(), input, &output)) { in Encrypt2()
|