OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds