OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IV_SIZE
(Results
1 - 3
of
3
) sorted by null
/libcore/benchmarks/src/benchmarks/regression/
CipherInputStreamBenchmark.java
37
private static final int
IV_SIZE
= 16;
38
private static final byte[] IV = new byte[
IV_SIZE
];
44
for (int i = 0; i <
IV_SIZE
; i++) {
CipherBenchmark.java
38
private static final int
IV_SIZE
= 16;
40
private static final byte[] IV = new byte[
IV_SIZE
];
46
for (int i = 0; i <
IV_SIZE
; i++) {
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java
208
byte[] iv = new byte[
IV_SIZE
];
283
private static final int
IV_SIZE
= 16;
Completed in 84 milliseconds