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

  /external/autotest/client/cros/
cros_ui.py 40 def wait_for_chrome_ready(old_session, host=None,
52 old_session: identifier for the login prompt prior to
63 condition=lambda: old_session != get_chrome_session_ident(host),
  /external/boringssl/src/ssl/
ssl_session.cc 889 SSL_SESSION *old_session; local
891 if (!lh_SSL_SESSION_insert(ctx->sessions, &old_session, session)) {
897 if (old_session != NULL) {
898 if (old_session == session) {
901 SSL_SESSION_free(old_session);
905 /* There was a session ID collision. |old_session| must be removed from
907 SSL_SESSION_list_remove(ctx, old_session);
908 SSL_SESSION_free(old_session);
    [all...]
  /external/curl/lib/vtls/
mbedtls.c 379 void *old_session = NULL; local
382 if(!Curl_ssl_getsessionid(conn, &old_session, NULL, sockindex)) {
383 ret = mbedtls_ssl_set_session(&connssl->ssl, old_session);
polarssl.c 331 void *old_session = NULL; local
334 if(!Curl_ssl_getsessionid(conn, &old_session, NULL, sockindex)) {
335 ret = ssl_set_session(&connssl->ssl, old_session);
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 466 milliseconds