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

  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptFileDescriptorSocket.java 104 private SessionSnapshot closedSession;
656 return closedSession != null ? closedSession : SSLNullSession.getNullSession();
    [all...]
ConscryptEngine.java 152 private SessionSnapshot closedSession;
585 return closedSession != null ? closedSession : SSLNullSession.getNullSession();
    [all...]

Completed in 74 milliseconds