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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 60 bool normalizeAlgorithm(const Dictionary&, WebCryptoOperation, WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_RETURN;
CryptoKey.h 64 bool canBeUsedForAlgorithm(const WebCryptoAlgorithm&, WebCryptoOperation, CryptoResult*) const;
CryptoKey.cpp 99 WebCryptoKeyUsageMask toKeyUsage(WebCryptoOperation operation)
164 bool CryptoKey::canBeUsedForAlgorithm(const WebCryptoAlgorithm& algorithm, WebCryptoOperation op, CryptoResult* result) const
NormalizeAlgorithm.cpp 443 bool parseAlgorithm(const Dictionary&, WebCryptoOperation, WebCryptoAlgorithm&, ErrorContext, AlgorithmError*);
649 const char* operationToString(WebCryptoOperation op)
678 bool parseAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, ErrorContext context, AlgorithmError* error)
724 bool normalizeAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, AlgorithmError* error)
SubtleCrypto.cpp 69 static bool parseAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, CryptoResult* result)
90 static ScriptPromise startCryptoOperation(ScriptState* scriptState, const Dictionary& rawAlgorithm, CryptoKey* key, WebCryptoOperation operationType, const ArrayPiece& signature, const ArrayPiece& dataBuffer)
  /external/chromium_org/third_party/WebKit/public/web/
WebCryptoNormalize.h 57 BLINK_EXPORT WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* errorDetails, v8::Isolate*);
  /external/chromium_org/third_party/WebKit/Source/web/
WebCryptoNormalize.cpp 43 WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* errorDetails, v8::Isolate* isolate)
  /external/chromium_org/chrome/renderer/extensions/
enterprise_platform_keys_natives.cc 23 blink::WebCryptoOperation* op) {
90 blink::WebCryptoOperation operation;
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithm.h 43 enum WebCryptoOperation {

Completed in 206 milliseconds