Searched refs:s_copylen (Results 1 – 1 of 1) sorted by relevance
73 int s_copylen = (s.length < 20) ? s.length : 20; in encodeSSHDSASignature() local76 System.arraycopy(s, s.length - s_copylen, a40, 40 - s_copylen, s_copylen); in encodeSSHDSASignature()