Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DIPAddressName.java331 int maskLen = address.length/2; in equals() local
332 for (int i=0; i < maskLen; i++) { in equals()
333 byte maskedThis = (byte)(address[i] & address[i+maskLen]); in equals()
334 byte maskedOther = (byte)(other[i] & other[i+maskLen]); in equals()
340 for (int i=maskLen; i < address.length; i++) in equals()