Searched refs:sha1 (Results 1 – 10 of 10) sorted by relevance
26 sha1 = hashlib.sha1 variable29 sha1 = sha.sha variable62 hasher = sha1()74 hasher = sha1()
23 sha1 = hashlib.sha1 variable26 sha1 = sha.sha variable41 h = sha1()
53 LOCAL_MODULE := libbcc.sha172 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py75 libbcc_SHA1_ASM := $(intermediates)/libbcc.sha1.S79 @echo libbcc.sha1: $@127 LOCAL_REQUIRED_MODULES := libclcore.bc libclcore_debug.bc libbcc.sha1 libcompiler_rt
47 const uint8_t *sha1 = in helper_read_list_item() local48 reinterpret_cast<const uint8_t *>(pInfo.getStringFromPool(pItem.sha1)); in helper_read_list_item()56 if (sha1 == NULL) { in helper_read_list_item()62 pResult.push(std::make_pair(id, sha1)); in helper_read_list_item()
40 pResult.sha1 = in helper_adapt_list_item()49 if (pResult.sha1 == rsinfo::gInvalidStringIndex) { in helper_adapt_list_item()
113 uint8_t *sha1 = reinterpret_cast<uint8_t *>(pStringPool + *pWriteStart); in writeDependency() local117 ::memcpy(sha1, pSHA1, SHA1_DIGEST_LENGTH); in writeDependency()119 pDepTable.push(std::make_pair(source_name, sha1)); in writeDependency()
67 sha1.c \
86 StringIndexTy sha1; member
847 byte[] sha1 = MessageDigest.getInstance(algo = "SHA-1").digest(saltedPassword); in passwordToHash()849 hashed = (toHex(sha1) + toHex(md5)).getBytes(); in passwordToHash()
82 static String8 sha1(const String8& in) { in sha1() function119 identifier.descriptor = sha1(rawDescriptor); in setDescriptor()