OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needBytes
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/core/
appSec.c
223
uint32_t
needBytes
;
238
needBytes
= sizeof(*image);
240
needBytes
+= sizeof(*signHdr);
242
needBytes
+= sizeof(*encrHdr);
244
*needBytesOut =
needBytes
;
246
if (
needBytes
> state->haveBytes)
262
BL.blSha2processBytes(&state->sha, state->dataBytes,
needBytes
);
438
uint32_t
needBytes
;
451
needBytes
= 0;
452
ret = appSecProcessIncomingHdr(state, &
needBytes
);
[
all
...]
/frameworks/base/core/java/android/os/storage/
StorageManager.java
[
all
...]
Completed in 307 milliseconds