Searched refs:sha1 (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/tools/build/
H A Dgen-sha1-stamp.py23 sha1 = hashlib.sha1 variable
26 sha1 = sha.sha variable
41 h = sha1()
H A Dgen-build-info.py26 sha1 = hashlib.sha1 variable
29 sha1 = sha.sha variable
62 hasher = sha1()
74 hasher = sha1()
/frameworks/compile/libbcc/lib/Support/
H A DAndroid.mk67 sha1.c \
H A DSha1Util.cpp19 #include <sha1.h>
/frameworks/compile/libbcc/
H A DAndroid.mk47 LOCAL_MODULE := libbcc.sha1
61 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py
64 libbcc_SHA1_ASM := $(intermediates)/libbcc.sha1.S
68 @echo libbcc.sha1: $@
178 LOCAL_REQUIRED_MODULES := libclcore.bc libbcc.sha1
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp40 pResult.sha1 =
49 if (pResult.sha1 == rsinfo::gInvalidStringIndex) {
H A DRSInfoReader.cpp47 const uint8_t *sha1 = local
48 reinterpret_cast<const uint8_t *>(pInfo.getStringFromPool(pItem.sha1));
56 if (sha1 == NULL) {
62 pResult.push(std::make_pair(id, sha1));
H A DRSInfoExtractor.cpp113 uint8_t *sha1 = reinterpret_cast<uint8_t *>(pStringPool + *pWriteStart); local
117 ::memcpy(sha1, pSHA1, SHA1_DIGEST_LENGTH);
119 pDepTable.push(std::make_pair(source_name, sha1));
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h86 StringIndexTy sha1; member in struct:bcc::rsinfo::DependencyTableItem
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java840 byte[] sha1 = MessageDigest.getInstance(algo = "SHA-1").digest(saltedPassword);
842 hashed = (toHex(sha1) + toHex(md5)).getBytes();
/frameworks/base/services/input/
H A DEventHub.cpp43 #include <sha1.h>
82 static String8 sha1(const String8& in) { function in namespace:android
119 identifier.descriptor = sha1(rawDescriptor);

Completed in 140 milliseconds