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

  /external/boringssl/src/ssl/
d1_lib.cc 228 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
d1_both.cc 597 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
ssl_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 615 /* SSL_OP_NO_QUERY_MTU, in DTLS, disables querying the MTU from the underlying
617 #define SSL_OP_NO_QUERY_MTU 0x00001000L
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 62 milliseconds