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.java1580 int resultLength = 0; in concat() local
1582 resultLength += (array != null) ? array.length : 0; in concat()
1585 byte[] result = new byte[resultLength]; in concat()