Searched defs:createHash (Results 1 – 3 of 3) sorted by relevance
64 KeyAlgorithm* KeyAlgorithm::createHash(const blink::WebCryptoAlgorithm& hash) in createHash() function in WebCore::KeyAlgorithm
40 WebCryptoAlgorithm createHash(WebCryptoAlgorithmId hash) in createHash() function
60 template<typename T, char Converter(T)> static inline unsigned createHash(const T*, unsigned) { in createHash() function