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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKey.h 70 class WebCryptoKeyHandle;
77 // a "WebCryptoKeyHandle*".
81 // * Threadsafe if the embedder's WebCryptoKeyHandle is also threadsafe.
85 // WebCryptoKeyHandle*.
105 // Note that the caller is passing ownership of the WebCryptoKeyHandle*.
106 WEBKIT_EXPORT static WebCryptoKey create(WebCryptoKeyHandle*, WebCryptoKeyType, bool extractable, const WebCryptoAlgorithm&, WebCryptoKeyUsageMask);
111 WEBKIT_EXPORT WebCryptoKeyHandle* handle() const;
128 class WebCryptoKeyHandle {
130 virtual ~WebCryptoKeyHandle() { }
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebCryptoKey.cpp 42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
51 const OwnPtr<WebCryptoKeyHandle> handle;
58 WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
65 WebCryptoKeyHandle* WebCryptoKey::handle() const

Completed in 55 milliseconds