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.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 471 /* SSL_set_mtu sets the |ssl|'s MTU in DTLS to |mtu|. It returns one on success
473 OPENSSL_EXPORT int SSL_set_mtu(SSL *ssl, unsigned mtu);
546 * |BIO|. Instead, the MTU is configured with |SSL_set_mtu|. */
    [all...]

Completed in 122 milliseconds