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

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

Completed in 101 milliseconds