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

  /external/chromium_org/components/ownership/
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.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);

Completed in 240 milliseconds