HomeSort by: relevance | last modified time | path
    Searched defs:ssl_read (Results 1 - 6 of 6) sorted by relevancy

  /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_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 */
  /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 */

Completed in 37 milliseconds