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

  /external/boringssl/src/include/openssl/
ssl2.h 214 unsigned int session_id_length; member in struct:ssl2_state_st::__anon4821
ssl.h 635 unsigned int session_id_length; member in struct:ssl_session_st
    [all...]
  /external/boringssl/src/ssl/
s3_srvr.c 682 uint16_t version, cipher_spec_length, session_id_length, challenge_length; local
726 !CBS_get_u16(&v2_client_hello, &session_id_length) ||
729 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) ||
    [all...]

Completed in 43 milliseconds