Searched refs:LibRSSHA1 (Results 1 – 3 of 3) sorted by relevance
47 const uint8_t *RSInfo::LibRSSHA1 = NULL; member in RSInfo71 LibRSSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libRS_so_SHA1")); in LoadBuiltInSHA1Information()159 if (::memcmp(cache_libRS_dep.second, LibRSSHA1, SHA1_DIGEST_LENGTH) != 0) { in CheckDependency()162 PRINT_DEPENDENCY("current - ", LibRSPath, LibRSSHA1); in CheckDependency()
381 if (!writeDependency(LibRSPath, LibRSSHA1, in ExtractFromSource()
179 static const uint8_t *LibRSSHA1; variable