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

  /external/boringssl/src/ssl/
ssl_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 539 // SSL_set_mtu sets the |ssl|'s MTU in DTLS to |mtu|. It returns one on success
541 OPENSSL_EXPORT int SSL_set_mtu(SSL *ssl, unsigned mtu);
633 // |BIO|. Instead, the MTU is configured with |SSL_set_mtu|.
    [all...]

Completed in 49 milliseconds