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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
HmacKeyParams.cpp 47 isNull = !m_algorithm.hmacKeyParams()->hasLengthBytes();
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithmParams.h 132 WebCryptoHmacKeyParams(const WebCryptoAlgorithm& hash, bool hasLengthBytes, unsigned lengthBytes)
135 , m_hasLengthBytes(hasLengthBytes)
139 BLINK_ASSERT(hasLengthBytes || !lengthBytes);
144 bool hasLengthBytes() const { return m_hasLengthBytes; }

Completed in 52 milliseconds