Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:SSL_shutdown

633                     NativeCrypto.SSL_shutdown(ssl, fd, callback);
940 * SSL_read, SSL_write, and SSL_shutdown.
1827 NativeCrypto.SSL_shutdown(NULL, null, DUMMY_CB);
1833 NativeCrypto.SSL_shutdown(NULL, INVALID_FD, null);
1837 // SSL_shutdown is a rare case that tolerates a null SSL argument
1838 NativeCrypto.SSL_shutdown(NULL, INVALID_FD, DUMMY_CB);
1844 NativeCrypto.SSL_shutdown(s, INVALID_FD, DUMMY_CB);
1851 // SSL_shutdown to ensure SSL_SESSIONs are reused.