Searched refs:sha1 (Results 1 – 5 of 5) 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()
28583 field public static final String AUTH_HMAC_SHA1 = "hmac(sha1)";
108126 Lcom/android/okhttp/CertificatePinner;->sha1(Ljava/security/cert/X509Certificate;)Lcom/android/okht…