Home
last modified time | relevance | path

Searched refs:WebCryptoErrorTypeInvalidAccess (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoKey.cpp167 …result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key.usages does not permit this operat… in canBeUsedForAlgorithm()
172 …result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key.algorithm does not match that of o… in canBeUsedForAlgorithm()
DCryptoResultImpl.cpp83 case WebCryptoErrorTypeInvalidAccess: in webCryptoErrorToExceptionCode()
DSubtleCrypto.cpp322 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in exportKey()
353 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in wrapKey()
/external/chromium_org/content/child/webcrypto/
Dstatus.cc144 return Status(blink::WebCryptoErrorTypeInvalidAccess, in ErrorUnexpectedKeyType()
225 return Status(blink::WebCryptoErrorTypeInvalidAccess, in ErrorKeyNotExtractable()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h56 WebCryptoErrorTypeInvalidAccess, enumerator