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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoAlgorithm.cpp 267 WebCryptoAlgorithmParamsType WebCryptoAlgorithm::paramsType() const
278 if (paramsType() == WebCryptoAlgorithmParamsTypeAesCbcParams)
286 if (paramsType() == WebCryptoAlgorithmParamsTypeAesCtrParams)
294 if (paramsType() == WebCryptoAlgorithmParamsTypeAesKeyGenParams)
302 if (paramsType() == WebCryptoAlgorithmParamsTypeHmacImportParams)
310 if (paramsType() == WebCryptoAlgorithmParamsTypeHmacKeyGenParams)
318 if (paramsType() == WebCryptoAlgorithmParamsTypeAesGcmParams)
326 if (paramsType() == WebCryptoAlgorithmParamsTypeRsaOaepParams)
334 if (paramsType() == WebCryptoAlgorithmParamsTypeRsaHashedImportParams)
342 if (paramsType() == WebCryptoAlgorithmParamsTypeRsaHashedKeyGenParams
    [all...]
WebCryptoKeyAlgorithm.cpp 102 WebCryptoKeyAlgorithmParamsType WebCryptoKeyAlgorithm::paramsType() const
113 if (paramsType() == WebCryptoKeyAlgorithmParamsTypeAes)
121 if (paramsType() == WebCryptoKeyAlgorithmParamsTypeHmac)
129 if (paramsType() == WebCryptoKeyAlgorithmParamsTypeRsaHashed)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKeyAlgorithm.h 79 BLINK_PLATFORM_EXPORT WebCryptoKeyAlgorithmParamsType paramsType() const;
WebCryptoAlgorithm.h 150 BLINK_PLATFORM_EXPORT WebCryptoAlgorithmParamsType paramsType() const;
  /external/chromium_org/content/child/webcrypto/
structured_clone.cc 39 switch (algorithm.paramsType()) {
71 switch (algorithm.paramsType()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8CryptoKeyCustom.cpp 37 ASSERT(algorithm.paramsType() == blink::WebCryptoAlgorithmParamsTypeNone);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 712 WebCryptoAlgorithmParamsType paramsType = static_cast<WebCryptoAlgorithmParamsType>(algorithmInfo->operationToParamsType[op]);
715 if (!parseAlgorithmParams(raw, paramsType, params, context, error))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 511 switch (key.algorithm().paramsType()) {
712 ASSERT(key.algorithm().paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeHmac);
722 ASSERT(key.algorithm().paramsType() == blink::WebCryptoKeyAlgorithmParamsTypeAes);
    [all...]

Completed in 131 milliseconds