Home | History | Annotate | Download | only in jsse

Lines Matching defs:SSL_write

746      * SSL_read, SSL_write, and SSL_shutdown.
784 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1);
1153 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1);
1320 NativeCrypto.SSL_write(s, fd, callback, BYTES, 0, BYTES.length);
1363 NativeCrypto.SSL_write(NULL, null, null, null, 0, 0);
1373 NativeCrypto.SSL_write(s, null, DUMMY_CB, null, 0, 1);
1386 NativeCrypto.SSL_write(s, INVALID_FD, null, null, 0, 1);
1399 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, null, 0, 1);
1412 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, new byte[1], 0, 1);