Home | History | Annotate | Download | only in conscrypt

Lines Matching refs:SSL_write

2206                     NativeCrypto.SSL_write(s, fd, callback, BYTES, 0, BYTES.length, 0);
2246 NativeCrypto.SSL_write(NULL, null, null, null, 0, 0, 0);
2254 NativeCrypto.SSL_write(s, null, DUMMY_CB, null, 0, 1, 0);
2266 NativeCrypto.SSL_write(s, INVALID_FD, null, null, 0, 1, 0);
2278 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, null, 0, 1, 0);
2290 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, new byte[1], 0, 1, 0);