Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java346 byte[] rBytes = stripLeadingZeroes( in signatureDerToCose()
351 byte[] sBytes = stripLeadingZeroes( in signatureDerToCose()
1088 static byte[] stripLeadingZeroes(byte[] value) { in stripLeadingZeroes() method in Util
1139 byte[] x = stripLeadingZeroes(w.getAffineX().toByteArray()); in buildSessionTranscript()
1140 byte[] y = stripLeadingZeroes(w.getAffineY().toByteArray()); in buildSessionTranscript()