HomeSort by relevance Sort by last modified time
    Searched refs:canBeUsedForAlgorithm (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoKey.h 64 bool canBeUsedForAlgorithm(const WebCryptoAlgorithm&, WebCryptoOperation, CryptoResult*) const;
CryptoKey.cpp 164 bool CryptoKey::canBeUsedForAlgorithm(const WebCryptoAlgorithm& algorithm, WebCryptoOperation op, CryptoResult* result) const
SubtleCrypto.cpp 111 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get()))
357 if (!wrappingKey->canBeUsedForAlgorithm(wrapAlgorithm, WebCryptoOperationWrapKey, result.get()))
393 if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, WebCryptoOperationUnwrapKey, result.get()))

Completed in 243 milliseconds