OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportPublicKey
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/chromeos/settings/
owner_key_util.h
36
virtual bool
ImportPublicKey
(std::vector<uint8>* output) = 0;
63
virtual bool
ImportPublicKey
(std::vector<uint8>* output) OVERRIDE;
mock_owner_key_util.h
23
virtual bool
ImportPublicKey
(std::vector<uint8>* output) OVERRIDE;
mock_owner_key_util.cc
15
bool MockOwnerKeyUtil::
ImportPublicKey
(std::vector<uint8>* output) {
owner_key_util.cc
39
bool OwnerKeyUtilImpl::
ImportPublicKey
(std::vector<uint8>* output) {
owner_key_util_unittest.cc
69
TEST_F(OwnerKeyUtilTest,
ImportPublicKey
) {
81
EXPECT_TRUE(util_->
ImportPublicKey
(&from_disk));
90
EXPECT_FALSE(util_->
ImportPublicKey
(&from_disk));
96
EXPECT_FALSE(util_->
ImportPublicKey
(&from_disk));
session_manager_operation.cc
108
if (!util->
ImportPublicKey
(public_key.get()))
/external/chromium/chrome/browser/chromeos/login/
mock_owner_key_utils.h
25
MOCK_METHOD2(
ImportPublicKey
, bool(const FilePath& key_file,
owner_key_utils.h
49
virtual bool
ImportPublicKey
(const FilePath& key_file,
ownership_service_unittest.cc
115
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
138
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
165
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
185
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
209
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
owner_key_utils_unittest.cc
57
ASSERT_TRUE(utils_->
ImportPublicKey
(tmpfile, &from_disk));
owner_manager_unittest.cc
104
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
140
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
161
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
215
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
owner_key_utils.cc
42
bool
ImportPublicKey
(const FilePath& key_file,
111
bool OwnerKeyUtilsImpl::
ImportPublicKey
(const FilePath& key_file,
owner_manager.cc
50
!utils_->
ImportPublicKey
(utils_->GetOwnerKeyFilePath(), &public_key_)) {
Completed in 2049 milliseconds