Searched refs:OwnerKeyUtilImpl (Results 1 – 3 of 3) sorted by relevance
24 return new OwnerKeyUtilImpl(owner_key_path); in Create()34 OwnerKeyUtilImpl::OwnerKeyUtilImpl(const base::FilePath& key_file) in OwnerKeyUtilImpl() function in chromeos::OwnerKeyUtilImpl37 OwnerKeyUtilImpl::~OwnerKeyUtilImpl() {} in ~OwnerKeyUtilImpl()39 bool OwnerKeyUtilImpl::ImportPublicKey(std::vector<uint8>* output) { in ImportPublicKey()68 crypto::RSAPrivateKey* OwnerKeyUtilImpl::FindPrivateKey( in FindPrivateKey()73 bool OwnerKeyUtilImpl::IsPublicKeyPresent() { in IsPublicKeyPresent()
58 class OwnerKeyUtilImpl : public OwnerKeyUtil {60 explicit OwnerKeyUtilImpl(const base::FilePath& public_key_file);69 virtual ~OwnerKeyUtilImpl();75 DISALLOW_COPY_AND_ASSIGN(OwnerKeyUtilImpl);
58 util_ = new OwnerKeyUtilImpl(key_file_); in SetUp()