HomeSort by relevance Sort by last modified time
    Searched refs:WebCryptoKeyHandle (Results 1 - 4 of 4) 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*.
108 // Note that the caller is passing ownership of the WebCryptoKeyHandle*.
109 BLINK_PLATFORM_EXPORT static WebCryptoKey create(WebCryptoKeyHandle*, WebCryptoKeyType, bool extractable, const WebCryptoAlgorithm&, WebCryptoKeyUsageMask);
116 BLINK_PLATFORM_EXPORT WebCryptoKeyHandle* handle() const;
135 class WebCryptoKeyHandle {
137 virtual ~WebCryptoKeyHandle() { }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKey.cpp 42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
52 const OwnPtr<WebCryptoKeyHandle> handle;
59 WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
71 WebCryptoKeyHandle* WebCryptoKey::handle() const
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_nss.cc 26 class SymKeyHandle : public blink::WebCryptoKeyHandle {
38 class PublicKeyHandle : public blink::WebCryptoKeyHandle {
51 class PrivateKeyHandle : public blink::WebCryptoKeyHandle {
webcrypto_impl_openssl.cc 27 class SymKeyHandle : public blink::WebCryptoKeyHandle {

Completed in 441 milliseconds