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.java386 byte[] rBytes = stripLeadingZeroes( in signatureDerToCose()
391 byte[] sBytes = stripLeadingZeroes( in signatureDerToCose()
1123 static byte[] stripLeadingZeroes(byte[] value) { in stripLeadingZeroes() method in Util
1174 byte[] x = stripLeadingZeroes(w.getAffineX().toByteArray()); in buildSessionTranscript()
1175 byte[] y = stripLeadingZeroes(w.getAffineY().toByteArray()); in buildSessionTranscript()