Searched refs:ssl3_write_bytes (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/crypto/openssl/ssl/ |
| HD | ssl_locl.h | 870 ssl3_write_bytes, \ 907 ssl3_write_bytes, \ 944 ssl3_write_bytes, \ 1168 int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);
|
| HD | s3_both.c | 135 ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off], in ssl3_do_write()
|
| HD | s3_pkt.c | 635 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) in ssl3_write_bytes() function
|
| HD | t1_lib.c | 3874 r = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, in tls1_process_heartbeat() 3966 ret = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); in tls1_heartbeat()
|
| HD | s3_lib.c | 4379 ret = ssl3_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len); in ssl3_write()
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES.SSLeay | 145 - Ugly bug in ssl3_write_bytes(). Basically if application land
|