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

  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 155 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfo) {
158 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key, &output));
165 crypto_utility_->GetRSASubjectPublicKeyInfo(public_key, &output));
171 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key, &output));
180 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key,
198 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key,
214 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key,
225 EXPECT_TRUE(crypto_utility_->GetRSASubjectPublicKeyInfo(public_key,
mock_crypto_utility.cc 48 ON_CALL(*this, GetRSASubjectPublicKeyInfo(_, _))
crypto_utility.h 65 virtual bool GetRSASubjectPublicKeyInfo(const std::string& public_key,
mock_crypto_utility.h 53 MOCK_METHOD2(GetRSASubjectPublicKeyInfo,
crypto_utility_impl.h 50 bool GetRSASubjectPublicKeyInfo(const std::string& public_key,
crypto_utility_impl.cc 164 bool CryptoUtilityImpl::GetRSASubjectPublicKeyInfo(
  /system/tpm/attestation/server/
attestation_service.cc 865 return crypto_utility_->GetRSASubjectPublicKeyInfo(public_key,
attestation_service_test.cc 522 EXPECT_CALL(mock_crypto_utility_, GetRSASubjectPublicKeyInfo(_, _))
    [all...]

Completed in 301 milliseconds