Home
last modified time | relevance | path

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

/frameworks/base/identity/java/android/security/identity/
DUtil.java39 static byte[] stripLeadingZeroes(byte[] value) { in stripLeadingZeroes() method in Util
79 byte[] xBytes = stripLeadingZeroes(x.toByteArray()); in publicKeyEncodeUncompressedForm()
88 byte[] yBytes = stripLeadingZeroes(y.toByteArray()); in publicKeyEncodeUncompressedForm()