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

  /external/boringssl/src/ssl/test/
test_config.h 138 int max_send_fragment = 0; member in struct:TestConfig
test_config.cc 189 { "-max-send-fragment", &TestConfig::max_send_fragment },
bssl_shim.cc     [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 284 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
399 ssl->max_send_fragment = ctx->max_send_fragment;
    [all...]
s3_both.cc 265 if (todo > ssl->max_send_fragment) {
266 todo = ssl->max_send_fragment;
s3_pkt.cc 224 unsigned max = ssl->max_send_fragment;
internal.h 1941 uint16_t max_send_fragment; member in struct:ssl_st
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4261 uint16_t max_send_fragment; member in struct:ssl_ctx_st
    [all...]

Completed in 282 milliseconds