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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1027 int SSL_read(SSL *s,void *buf,int num) function
1031 OPENSSL_PUT_ERROR(SSL, SSL_read, SSL_R_UNINITIALIZED);
/external/openssl/ssl/
H A Dssl_lib.c985 int SSL_read(SSL *s,void *buf,int num) function
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1199 * Reads with the native SSL_read function from the encrypted data stream
1202 public static native int SSL_read(long sslNativePointer, method in class:NativeCrypto

Completed in 126 milliseconds