Home
last modified time | relevance | path

Searched refs:TLS_shutdown (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp_sys.h106 #define TLS_shutdown(s) ssl_close_notify(s) macro
123 #define TLS_shutdown(s) gnutls_bye(s, GNUTLS_SHUT_RDWR) macro
135 #define TLS_shutdown(s) SSL_shutdown(s) macro
H A Drtmp.c4324 TLS_shutdown(sb->sb_ssl); in RTMPSockBuf_Close()