Home
last modified time | relevance | path

Searched defs:concat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java937 static byte[] concat(byte[] arr1, byte[] arr2) { in concat() method in TestUtils
942 static byte[] concat(byte[] arr1, int offset1, int len1, in concat() method in TestUtils
DBlockCipherTestBase.java1579 protected static byte[] concat(byte[]... arrays) { in concat() method in BlockCipherTestBase