Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java903 return removeLeadingZeroByteIfPresent(value.toByteArray()); in getBigIntegerMagnitudeBytes()
906 private static byte[] removeLeadingZeroByteIfPresent(byte[] value) { in removeLeadingZeroByteIfPresent() method in TestUtils