Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_locl.h645 ssl3_write_bytes, \
682 ssl3_write_bytes, \
719 ssl3_write_bytes, \
906 int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);
Ds3_both.c132 ret=ssl3_write_bytes(s,type,&s->init_buf->data[s->init_off], in ssl3_do_write()
Dt1_lib.c2545 r = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, 3 + payload + padding); in tls1_process_heartbeat()
2634 ret = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); in tls1_heartbeat()
Ds3_pkt.c580 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) in ssl3_write_bytes() function
Ds3_lib.c4227 ret=ssl3_write_bytes(s,SSL3_RT_APPLICATION_DATA, in ssl3_write()