Home
last modified time | relevance | path

Searched refs:resultLength (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1754 int resultLength = 0; in concat() local
1756 resultLength += (array != null) ? array.length : 0; in concat()
1759 byte[] result = new byte[resultLength]; in concat()