Searched refs:r_copylen (Results 1 – 1 of 1) sorted by relevance
72 int r_copylen = (r.length < 20) ? r.length : 20; in encodeSSHDSASignature() local75 System.arraycopy(r, r.length - r_copylen, a40, 20 - r_copylen, r_copylen); in encodeSSHDSASignature()