OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_sha1
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
applypatch.c
41
const uint8_t
target_sha1
[SHA_DIGEST_SIZE],
719
uint8_t
target_sha1
[SHA_DIGEST_SIZE];
local
720
if (ParseSha1(target_sha1_str,
target_sha1
) != 0) {
735
if (memcmp(source_file.sha1,
target_sha1
, SHA_DIGEST_SIZE) == 0) {
739
print_short_sha1(
target_sha1
);
794
target_sha1
, target_size, bonus_data);
807
const uint8_t
target_sha1
[SHA_DIGEST_SIZE],
[
all
...]
/bootable/recovery/updater/
install.c
1149
char*
target_sha1
;
local
[
all
...]
Completed in 106 milliseconds