Searched refs:OwnerKeyUtilsImpl (Results 1 – 1 of 1) sorted by relevance
38 class OwnerKeyUtilsImpl : public OwnerKeyUtils { class40 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::OwnerKeyUtilsImpl84 OwnerKeyUtilsImpl::~OwnerKeyUtilsImpl() {} in ~OwnerKeyUtilsImpl()86 bool OwnerKeyUtilsImpl::ExportPublicKeyToFile(crypto::RSAPrivateKey* pair, in ExportPublicKeyToFile()111 bool OwnerKeyUtilsImpl::ImportPublicKey(const FilePath& key_file, in ImportPublicKey()[all …]