OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_start
(Results
1 - 6
of
6
) sorted by null
/art/compiler/utils/
dedupe_set-inl.h
189
uint64_t
hash_start
;
local
191
hash_start
= NanoTime();
196
hash_time_ += hash_end -
hash_start
;
/system/extras/libfec/
fec_verity.cpp
200
check(v->
hash_start
< UINT64_MAX - v->hash_size);
201
check(v->
hash_start
+ v->hash_size <= f->data_size);
203
uint64_t hash_offset = v->
hash_start
;
378
&v->
hash_start
) == -1) {
383
v->
hash_start
*= FEC_BLOCKSIZE;
425
check(v->
hash_start
< f->data_size);
427
if (v->metadata_start < v->
hash_start
) {
430
check(v->data_blocks == v->
hash_start
/ FEC_BLOCKSIZE);
603
if (v->metadata_start < v->
hash_start
) {
606
f->data_size = v->
hash_start
;
[
all
...]
fec_open.cpp
321
f->verity.
hash_start
);
331
f->verity.
hash_start
);
344
f->verity.
hash_start
);
457
check(f->data_size <= f->verity.
hash_start
);
fec_private.h
83
uint64_t
hash_start
;
member in struct:verity_info
/docs/source.android.com/src/security/verifiedboot/
dm-verity.jd
132
the size of the blocks and the
hash_start
, or the offset in hash size blocks
/external/wpa_supplicant_8/src/tls/
x509v3.c
1623
const u8 *pos, *end, *
hash_start
;
local
[
all
...]
Completed in 1275 milliseconds