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

  /external/chromium_org/components/ownership/
owner_key_util_impl.h 18 class OWNERSHIP_EXPORT OwnerKeyUtilImpl : public OwnerKeyUtil {
20 explicit OwnerKeyUtilImpl(const base::FilePath& public_key_file);
32 virtual ~OwnerKeyUtilImpl();
37 DISALLOW_COPY_AND_ASSIGN(OwnerKeyUtilImpl);
owner_key_util_impl.cc 15 OwnerKeyUtilImpl::OwnerKeyUtilImpl(const base::FilePath& public_key_file)
19 OwnerKeyUtilImpl::~OwnerKeyUtilImpl() {
22 bool OwnerKeyUtilImpl::ImportPublicKey(std::vector<uint8>* output) {
54 crypto::RSAPrivateKey* OwnerKeyUtilImpl::FindPrivateKeyInSlot(
61 bool OwnerKeyUtilImpl::IsPublicKeyPresent() {
owner_key_util_impl_unittest.cc 57 util_ = new OwnerKeyUtilImpl(key_file_);
  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.cc 47 owner_key_util_ = new ownership::OwnerKeyUtilImpl(public_key_path);

Completed in 1179 milliseconds