Searched refs:sha1 (Results 1 – 3 of 3) sorted by relevance
93 fields_hash = hashlib.sha1()
1326 byte[] sha1 = MessageDigest.getInstance("SHA-1").digest(saltedPassword); in legacyPasswordToHash()1329 byte[] combined = new byte[sha1.length + md5.length]; in legacyPasswordToHash()1330 System.arraycopy(sha1, 0, combined, 0, sha1.length); in legacyPasswordToHash()1331 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in legacyPasswordToHash()
83 static std::string sha1(const std::string& in) { in sha1() function680 identifier.descriptor = sha1(rawDescriptor); in generateDescriptor()