Searched refs:offset1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | TestUtils.java | 813 static byte[] concat(byte[] arr1, int offset1, int len1, in concat() argument 818 return subarray(arr1, offset1, len1); in concat() 822 System.arraycopy(arr1, offset1, result, 0, len1); in concat()
|
D | BlockCipherTestBase.java | 1533 protected static boolean equals(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in equals() argument 1544 if (arr1[i + offset1] != arr2[i + offset2]) { in equals()
|