/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_lib.c | 991 int SSL_write(SSL *s,const void *buf,int num) 1005 return(s->method->ssl_write(s,buf,num)); [all...] |
/external/openssl/include/openssl/ |
ssl.h | 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 627 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 630 /* Make it possible to retry SSL_write() with changed buffer location 632 * the misconception that non-blocking SSL_write() behaves like [all...] |
/external/openssl/ssl/ |
ssl.h | 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 627 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 630 /* Make it possible to retry SSL_write() with changed buffer location 632 * the misconception that non-blocking SSL_write() behaves like [all...] |
ssl_lib.c | 1004 int SSL_write(SSL *s,const void *buf,int num) 1018 return(s->method->ssl_write(s,buf,num)); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |