Searched refs:Unseal (Results 1 – 10 of 10) sorted by relevance
/system/tpm/attestation/common/ |
D | mock_tpm_utility.h | 58 MOCK_METHOD2(Unseal, bool(const std::string&, std::string*));
|
D | tpm_utility.h | 74 virtual bool Unseal(const std::string& sealed_data, std::string* data) = 0;
|
D | mock_tpm_utility.cc | 67 ON_CALL(*this, Unseal(_, _)) in MockTpmUtility()
|
D | tpm_utility_v1.h | 58 bool Unseal(const std::string& sealed_data, std::string* data) override;
|
D | crypto_utility_impl_test.cc | 126 EXPECT_CALL(mock_tpm_utility_, Unseal(_, _)).WillRepeatedly(Return(false)); in TEST_F()
|
D | crypto_utility_impl.cc | 130 if (!tpm_utility_->Unseal(*sealed_key, aes_key)) { in UnsealKey()
|
D | tpm_utility_v1.cc | 326 bool TpmUtilityV1::Unseal(const std::string& sealed_data, std::string* data) { in Unseal() function in attestation::TpmUtilityV1
|
/system/tpm/trunks/ |
D | mock_tpm.h | 232 MOCK_METHOD4(Unseal,
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 17166 Unseal
|
D | raw_structures.txt | 17183 Unseal
|