Home
last modified time | relevance | path

Searched refs:OwnerKeyUtilsImpl (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Downer_key_utils.cc38 class OwnerKeyUtilsImpl : public OwnerKeyUtils { class
40 OwnerKeyUtilsImpl();
58 virtual ~OwnerKeyUtilsImpl();
68 DISALLOW_COPY_AND_ASSIGN(OwnerKeyUtilsImpl);
74 return new OwnerKeyUtilsImpl(); in Create()
80 const char OwnerKeyUtilsImpl::kOwnerKeyFile[] = "/var/lib/whitelist/owner.key";
82 OwnerKeyUtilsImpl::OwnerKeyUtilsImpl() {} in OwnerKeyUtilsImpl() function in chromeos::OwnerKeyUtilsImpl
84 OwnerKeyUtilsImpl::~OwnerKeyUtilsImpl() {} in ~OwnerKeyUtilsImpl()
86 bool OwnerKeyUtilsImpl::ExportPublicKeyToFile(crypto::RSAPrivateKey* pair, in ExportPublicKeyToFile()
111 bool OwnerKeyUtilsImpl::ImportPublicKey(const FilePath& key_file, in ImportPublicKey()
[all …]