Searched refs:canBeUsedForAlgorithm (Results 1 – 3 of 3) sorted by relevance
66 …bool canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm&, blink::WebCryptoOperation, CryptoResu…
110 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get())) in startCryptoOperation()357 …if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, blink::WebCryptoOperationWrapKey, result.ge… in wrapKey()393 …if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, blink::WebCryptoOperationUnwrapKey, res… in unwrapKey()
171 bool Key::canBeUsedForAlgorithm(const blink::WebCryptoAlgorithm& algorithm, blink::WebCryptoOperati… in canBeUsedForAlgorithm() function in WebCore::Key