/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 90 BLINK_PLATFORM_EXPORT void completeWithError(WebCryptoErrorType, const WebString&); 212 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in encrypt() 213 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in decrypt() 214 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in sign() 215 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in verifySignature() 216 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in digest() 217 …xtractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in generateKey() 218 …xtractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in importKey() 219 …ptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in exportKey() 220 …ingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in wrapKey() [all …]
|
D | WebContentDecryptionModuleResult.h | 58 …BLINK_PLATFORM_EXPORT void completeWithError(WebContentDecryptionModuleException, unsigned long sy…
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | Key.cpp | 174 …result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key.usages does not permit this… in canBeUsedForAlgorithm() 179 …result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key.algorithm does not match th… in canBeUsedForAlgorithm() 206 result->completeWithError(blink::WebCryptoErrorTypeSyntax, "Invalid keyFormat argument"); in parseFormat() 216 … result->completeWithError(blink::WebCryptoErrorTypeSyntax, "Invalid keyUsages argument"); in parseUsageMask()
|
D | SubtleCrypto.cpp | 53 result->completeWithError(blink::WebCryptoErrorTypeType, blink::WebString(message)); in ensureNotNull() 63 result->completeWithError(blink::WebCryptoErrorTypeType, blink::WebString(message)); in ensureNotNull() 74 result->completeWithError(error.errorType, error.errorDetails); in parseAlgorithm() 82 …result->completeWithError(blink::WebCryptoErrorTypeNotSupported, "WebCrypto is only supported over… in canAccessWebCrypto() 170 …result->completeWithError(blink::WebCryptoErrorTypeData, "The required JWK property \"kty\" was mi… in copyJwkDictionaryToJson() 257 …result->completeWithError(blink::WebCryptoErrorTypeData, "Key data must be an object for JWK impor… in importKey() 290 …result->completeWithError(blink::WebCryptoErrorTypeData, "Key data must be a buffer for non-JWK fo… in importKey() 322 result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in exportKey() 353 result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in wrapKey()
|
D | CryptoResultImpl.h | 62 virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) OVERRIDE;
|
D | CryptoResultImpl.cpp | 110 void CryptoResultImpl::completeWithError(blink::WebCryptoErrorType errorType, const blink::WebStrin… in completeWithError() function in WebCore::CryptoResultImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebContentDecryptionModuleResult.cpp | 24 void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException except… in completeWithError() function in blink::WebContentDecryptionModuleResult 26 m_impl->completeWithError(exception, systemCode, errorMessage); in completeWithError()
|
D | WebCryptoResult.cpp | 41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) in completeWithError() function in blink::WebCryptoResult 43 m_impl->completeWithError(errorType, errorDetails); in completeWithError()
|
D | WebContentDecryptionModuleSession.cpp | 33 … result.completeWithError(WebContentDecryptionModuleExceptionUnknownError, 0, "Not implemented."); in ReportError()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | ContentDecryptionModuleResult.h | 25 …virtual void completeWithError(blink::WebContentDecryptionModuleException, unsigned long systemCod…
|
D | CryptoResult.h | 44 virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) = 0;
|
/external/chromium_org/content/child/webcrypto/ |
D | webcrypto_impl.cc | 99 result->completeWithError(blink::WebCryptoErrorTypeOperation, in CompleteWithThreadPoolError() 106 result->completeWithError(status.error_type(), in CompleteWithError()
|