Searched refs:dtls1_write_bytes (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_both.c392 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off],
1477 r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length);
1564 ret = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding);
H A Dd1_pkt.c1438 i = dtls1_write_bytes(s, type, buf_, len);
1479 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len) function
H A Dssl_locl.h1236 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_both.c392 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off],
1477 r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length);
1564 ret = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding);
H A Dd1_pkt.c1438 i = dtls1_write_bytes(s, type, buf_, len);
1479 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len) function
H A Dssl_locl.h1236 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1158 /* dtls1_write_bytes sends one record at a time, sized according to
1160 i = dtls1_write_bytes(s, type, buf_, len);
1218 int dtls1_write_bytes(SSL *s, int type, const void *buf_, int len) function
H A Dd1_both.c270 ret=dtls1_write_bytes(s,type,&s->init_buf->data[s->init_off],
H A Dssl_locl.h848 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len);

Completed in 79 milliseconds