Searched defs:SSL_write (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1058 int SSL_write(SSL *s,const void *buf,int num) function
1062 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_UNINITIALIZED);
1069 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_PROTOCOL_IS_SHUTDOWN);
/external/openssl/ssl/
H A Dssl_lib.c1016 int SSL_write(SSL *s,const void *buf,int num) function
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1218 * Writes with the native SSL_write function to the encrypted data stream.
1220 public static native void SSL_write(long sslNativePointer, method in class:NativeCrypto

Completed in 72 milliseconds