| /src/crypto/external/apache2/openssl/dist/ssl/ |
| bio_ssl.c | 22 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes); 47 ssl_read, 95 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) function
|
| ssl_lib.c | 2311 return s->method->ssl_read(s, buf, num, readbytes); 2347 args.f.func_read = s->method->ssl_read; 2353 return s->method->ssl_read(s, buf, num, readbytes); 2357 int SSL_read(SSL *s, void *buf, int num)
|
| ssl_local.h | 417 int (*ssl_read)(SSL *s, void *buf, size_t len, size_t *readbytes); member in struct:ssl_method_st 1261 /* used by SSL_read */
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| bio_ssl.c | 20 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes); 41 ssl_read, 91 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) function
|
| ssl_local.h | 495 int (*ssl_read) (SSL *s, void *buf, size_t len, size_t *readbytes); member in struct:ssl_method_st 1224 /* used by SSL_read */
|
| ssl_lib.c | 1884 args.f.func_read = s->method->ssl_read; 1890 return s->method->ssl_read(s, buf, num, readbytes); 1894 int SSL_read(SSL *s, void *buf, int num)
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| bio_ssl.c | 20 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes); 41 ssl_read, 91 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) function
|
| ssl_local.h | 447 int (*ssl_read) (SSL *s, void *buf, size_t len, size_t *readbytes); member in struct:ssl_method_st 1080 /* used by SSL_read */
|
| ssl_lib.c | 1779 args.f.func_read = s->method->ssl_read; 1785 return s->method->ssl_read(s, buf, num, readbytes); 1789 int SSL_read(SSL *s, void *buf, int num)
|