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

  /external/boringssl/src/ssl/
s3_both.cc 317 uint16_t version, cipher_spec_length, session_id_length, challenge_length; local
322 !CBS_get_u16(&v2_client_hello, &session_id_length) ||
325 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) ||
  /external/boringssl/src/include/openssl/
ssl.h 4142 unsigned int session_id_length; member in struct:ssl_session_st
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 8575 unsigned session_id_length; local
    [all...]

Completed in 296 milliseconds