OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createHash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKeyAlgorithm.cpp
40
WebCryptoAlgorithm
createHash
(WebCryptoAlgorithmId hash)
80
return WebCryptoKeyAlgorithm(WebCryptoAlgorithmIdHmac, adoptPtr(new WebCryptoHmacKeyAlgorithmParams(
createHash
(hash), keyLengthBits)));
88
return WebCryptoKeyAlgorithm(id, adoptPtr(new WebCryptoRsaHashedKeyAlgorithmParams(modulusLengthBits, publicExponent, publicExponentSize,
createHash
(hash))));
/external/clang/test/PCH/
cxx-templates.cpp
60
template<typename T, char Converter(T)> static inline unsigned
createHash
(const T*, unsigned) {
71
return StringHasher::
createHash
<char, foldCase>(data, length);
Completed in 293 milliseconds