HomeSort by relevance Sort by last modified time
    Searched refs:protocolLength (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLUtils.java 372 int protocolLength = protocols[i];
373 if (protocolLength < 0 || protocolLength > protocols.length - i) {
375 "Protocol has invalid length (" + protocolLength + " at position " + i
381 i += 1 + protocolLength;
386 int protocolLength = protocols[i];
387 decoded[d++] = protocolLength > 0
388 ? new String(protocols, i + 1, protocolLength, US_ASCII)
390 i += 1 + protocolLength;
421 int protocolLength = protocols[i].length()
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 89 milliseconds