OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticatedlength
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
614
final int
authenticatedLength
= (int) authenticatedLengthLong;
616
final byte[] authenticatedData = new byte[(int)
authenticatedLength
];
619
authenticatedLength
);
620
mac.update(authenticatedData, 0,
authenticatedLength
);
[
all
...]
Completed in 780 milliseconds