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

  /external/boringssl/src/ssl/
handoff.cc 129 !CBB_add_asn1_uint64(&seq, ssl->conf_max_version) ||
175 uint64_t handback_version, version, conf_max_version, conf_min_version, local
190 !CBS_get_asn1_uint64(&seq, &conf_max_version) ||
234 ssl->conf_max_version = conf_max_version;
ssl_versions.cc 218 uint16_t max_version = ssl->conf_max_version;
368 return set_max_version(ctx->method, &ctx->conf_max_version, version);
376 return set_max_version(ssl->method, &ssl->conf_max_version, version);
internal.h 1921 uint16_t conf_max_version; member in struct:bssl::SSLContext
2511 uint16_t conf_max_version; member in struct:bssl::SSLConnection
    [all...]
ssl_test.cc 815 EXPECT_EQ(max_version, ctx->conf_max_version);
    [all...]
ssl_lib.cc 663 ssl->conf_max_version = ctx->conf_max_version;
    [all...]

Completed in 69 milliseconds