HomeSort by relevance Sort by last modified time
    Searched defs:session_id_length (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
s23_srvr.c 310 * 7-8 session_id_length
400 uint16_t version, cipher_spec_length, session_id_length, challenge_length; local
436 !CBS_get_u16(&v2_client_hello, &session_id_length) ||
439 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) ||
  /external/chromium_org/content/common/
sandbox_win.cc 232 DWORD session_id_length; local
237 sizeof(session_id), &session_id_length));
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon16297
ssl.h 401 unsigned int session_id_length; member in struct:ssl_session_st
    [all...]
  /external/openssl/include/openssl/
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon12090
ssl.h 481 unsigned int session_id_length; member in struct:ssl_session_st
    [all...]
  /external/openssl/ssl/
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon12104
ssl.h 481 unsigned int session_id_length; member in struct:ssl_session_st
    [all...]

Completed in 180 milliseconds