Home | History | Annotate | Download | only in jsse

Lines Matching defs:SSL_read

746      * SSL_read, SSL_write, and SSL_shutdown.
764 NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 0);
1141 NativeCrypto.SSL_read(s, fd, callback, buffer, 0, 1, 0);
1232 NativeCrypto.SSL_read(NULL, null, null, null, 0, 0, 0);
1242 NativeCrypto.SSL_read(s, null, DUMMY_CB, null, 0, 0, 0);
1255 NativeCrypto.SSL_read(s, INVALID_FD, null, null, 0, 0, 0);
1268 NativeCrypto.SSL_read(s, INVALID_FD, DUMMY_CB, null, 0, 0, 0);
1281 NativeCrypto.SSL_read(s, INVALID_FD, DUMMY_CB, new byte[1], 0, 1, 0);
1301 NativeCrypto.SSL_read(s,
1338 NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 1);
1348 NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 0);
1444 NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 0);
1463 assertEquals(-1, NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 0));