OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signature_start
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
verifier.cpp
142
size_t
signature_start
= footer[0] + (footer[1] << 8);
local
144
comment_size,
signature_start
);
146
if (
signature_start
<= FOOTER_SIZE) {
230
size_t signature_size =
signature_start
- FOOTER_SIZE;
231
if (!read_pkcs7(eocd + eocd_size -
signature_start
, signature_size, &sig_der,
250
// The 6 bytes is the "(
signature_start
) $ff $ff (comment_size)" that
/build/tools/signapk/
SignApk.java
708
int
signature_start
= total_size - message.length - 1;
local
709
temp.write(
signature_start
& 0xff);
710
temp.write((
signature_start
>> 8) & 0xff);
[
all
...]
Completed in 107 milliseconds