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

  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngineSocket.java 539 SSLEngineResult engineResult;
542 engineResult = engine.wrap(buffer, target);
543 if (engineResult.getStatus() != OK) {
544 throw new SSLException("Unexpected engine result " + engineResult.getStatus());
546 if (target.position() != engineResult.bytesProduced()) {
547 throw new SSLException("Engine bytesProduced " + engineResult.bytesProduced()
550 len -= engineResult.bytesConsumed();
689 SSLEngineResult engineResult = engine.unwrap(fromSocket, fromEngine);
698 switch (engineResult.getStatus()) {
700 if (engineResult.bytesProduced() == 0)
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 177 milliseconds