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/util/
DTestUtils.java1094 public static byte[] concat(byte[] arr1, byte[] arr2) { in concat() method in TestUtils
1099 public static byte[] concat(byte[] arr1, int offset1, int len1, in concat() method in TestUtils
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1753 protected static byte[] concat(byte[]... arrays) { in concat() method in BlockCipherTestBase