Searched refs:stripLeadingZeroes (Results 1 – 1 of 1) sorted by relevance
346 byte[] rBytes = stripLeadingZeroes( in signatureDerToCose()351 byte[] sBytes = stripLeadingZeroes( in signatureDerToCose()1088 static byte[] stripLeadingZeroes(byte[] value) { in stripLeadingZeroes() method in Util1139 byte[] x = stripLeadingZeroes(w.getAffineX().toByteArray()); in buildSessionTranscript()1140 byte[] y = stripLeadingZeroes(w.getAffineY().toByteArray()); in buildSessionTranscript()