Searched refs:CreateSealedKey (Results 1 – 7 of 7) sorted by relevance
42 ON_CALL(*this, CreateSealedKey(_, _)).WillByDefault(Return(true)); in MockCryptoUtility()
35 MOCK_METHOD2(CreateSealedKey,
36 virtual bool CreateSealedKey(std::string* aes_key,
87 EXPECT_TRUE(crypto_utility_->CreateSealedKey(&key, &sealed_key)); in TEST_F()105 EXPECT_FALSE(crypto_utility_->CreateSealedKey(&key, &sealed_key)); in TEST_F()
39 bool CreateSealedKey(std::string* aes_key, std::string* sealed_key) override;
82 bool CryptoUtilityImpl::CreateSealedKey(std::string* aes_key, in CreateSealedKey() function in attestation::CryptoUtilityImpl
166 if (!crypto_->CreateSealedKey(&database_key_, &sealed_database_key_)) { in EncryptProtobuf()