Searched refs:ssl_read_bytes (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | s3_lib.c | 4434 s->method->ssl_read_bytes(s, 0, NULL, NULL, 0, 0, &readbytes); in ssl3_shutdown() 4467 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal() 4479 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
|
| D | ssl_local.h | 501 int (*ssl_read_bytes) (SSL *s, int type, int *recvd_type, member
|