Searched refs:sha1 (Results 1 – 6 of 6) sorted by relevance
7 LOCAL_MODULE := libbcc.sha125 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py28 libbcc_SHA1_ASM := $(intermediates)/libbcc.sha1.S32 @echo libbcc.sha1: $@
81 def sha1 = getSha1(repoArchive)96 <sdk:checksum type=\"sha1\">${sha1}</sdk:checksum>\n\123 HashFunction hashFunction = Hashing.sha1()
74 def sha1 = getSha1(repoArchive)89 <sdk:checksum type=\"sha1\">${sha1}</sdk:checksum>\n\121 HashFunction hashFunction = Hashing.sha1()
1151 byte[] sha1 = MessageDigest.getInstance("SHA-1").digest(saltedPassword); in passwordToHash()1154 byte[] combined = new byte[sha1.length + md5.length]; in passwordToHash()1155 System.arraycopy(sha1, 0, combined, 0, sha1.length); in passwordToHash()1156 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in passwordToHash()
115 def sha1 = getSha1(repoArchive)130 <sdk:checksum type=\"sha1\">${sha1}</sdk:checksum>\n\169 HashFunction hashFunction = Hashing.sha1()
82 static String8 sha1(const String8& in) { in sha1() function610 identifier.descriptor = sha1(rawDescriptor); in generateDescriptor()