Searched refs:createHash (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DKeyAlgorithm.h46 static KeyAlgorithm* createHash(const WebCryptoAlgorithm&);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKeyAlgorithm.cpp40 WebCryptoAlgorithm createHash(WebCryptoAlgorithmId hash) function in namespace:blink
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/
H A Dcxx-templates.cpp60 template<typename T, char Converter(T)> static inline unsigned createHash(const T*, unsigned) { function in struct:Test1::StringHasher
71 return StringHasher::createHash<char, foldCase>(data, length);

Completed in 2068 milliseconds