Home | History | Annotate | Download | only in jsse

Lines Matching defs:SSL_shutdown

478                     NativeCrypto.SSL_shutdown(ssl, fd, callback);
746 * SSL_read, SSL_write, and SSL_shutdown.
1477 NativeCrypto.SSL_shutdown(NULL, null, DUMMY_CB);
1483 NativeCrypto.SSL_shutdown(NULL, INVALID_FD, null);
1487 // SSL_shutdown is a rare case that tolerates a null SSL argument
1488 NativeCrypto.SSL_shutdown(NULL, INVALID_FD, DUMMY_CB);
1494 NativeCrypto.SSL_shutdown(s, INVALID_FD, DUMMY_CB);
1501 // SSL_shutdown to ensure SSL_SESSIONs are reused.