Searched refs:completeWithKeyPair (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DCryptoResult.h49 virtual void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp81 void WebCryptoResult::completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey) function in class:blink::WebCryptoResult
85 m_impl->completeWithKeyPair(publicKey, privateKey);
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.h67 virtual void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey) OVERRIDE;
H A DCryptoResultImpl.cpp155 void CryptoResultImpl::completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey) function in class:blink::CryptoResultImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h95 BLINK_PLATFORM_EXPORT void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey);
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc405 state->result.completeWithKeyPair(state->public_key, state->private_key);

Completed in 130 milliseconds