Searched refs:WebCryptoErrorTypeInvalidAccess (Results 1 – 5 of 5) sorted by relevance
167 …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()
83 case WebCryptoErrorTypeInvalidAccess: in webCryptoErrorToExceptionCode()
322 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in exportKey()353 result->completeWithError(WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in wrapKey()
144 return Status(blink::WebCryptoErrorTypeInvalidAccess, in ErrorUnexpectedKeyType()225 return Status(blink::WebCryptoErrorTypeInvalidAccess, in ErrorKeyNotExtractable()
56 WebCryptoErrorTypeInvalidAccess, enumerator