Home
last modified time | relevance | path

Searched refs:ssl3_write_bytes (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/openssl/ssl/
HDssl_locl.h870 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);
HDs3_both.c135 ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off], in ssl3_do_write()
HDs3_pkt.c635 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) in ssl3_write_bytes() function
HDt1_lib.c3874 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()
HDs3_lib.c4379 ret = ssl3_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len); in ssl3_write()
/NextBSD/crypto/openssl/
HDCHANGES.SSLeay145 - Ugly bug in ssl3_write_bytes(). Basically if application land