Home
last modified time | relevance | path

Searched refs:completeWithError (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h66 BLINK_EXPORT void completeWithError();
98 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in encrypt()
99 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in decrypt()
100 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in sign()
101 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in verifySignature()
102 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in digest()
103 …&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } in generateKey()
106 …&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } in importKey()
107 …ey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(); } in exportKey()
109 …ey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(); } in wrapKey()
[all …]
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl.cc179 result.completeWithError(); in encrypt()
194 result.completeWithError(); in decrypt()
208 result.completeWithError(); in digest()
225 result.completeWithError(); in generateKey()
240 result.completeWithError(); in generateKey()
267 result.completeWithError(); in importKey()
278 result.completeWithError(); in importKey()
294 result.completeWithError(); in exportKey()
309 result.completeWithError(); in sign()
332 result.completeWithError(); in verifySignature()
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
DWebCrypto.cpp40 void WebCryptoResult::completeWithError() in completeWithError() function in blink::WebCryptoResult
42 m_impl->completeWithError(); in completeWithError()
/external/chromium_org/third_party/WebKit/Source/core/platform/
DCryptoResult.h44 virtual void completeWithError() = 0;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoResultImpl.h51 virtual void completeWithError() OVERRIDE;
DCryptoResultImpl.cpp55 void CryptoResultImpl::completeWithError() in completeWithError() function in WebCore::CryptoResultImpl