Searched refs:do_dtls1_write (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_pkt.c1485 i = do_dtls1_write(s, type, buf, len, 0);
1489 int do_dtls1_write(SSL *s, int type, const unsigned char *buf, function
1794 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0);
H A Dssl_locl.h1321 int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1246 i=do_dtls1_write(s, type, &(buf[tot]), nw, 0);
1261 int do_dtls1_write(SSL *s, int type, const unsigned char *buf, unsigned int len, int create_empty_fragment) function
1598 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0);
H A Dssl_locl.h924 int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_pkt.c1485 i = do_dtls1_write(s, type, buf, len, 0);
1489 int do_dtls1_write(SSL *s, int type, const unsigned char *buf, function
1794 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0);
H A Dssl_locl.h1321 int do_dtls1_write(SSL *s, int type, const unsigned char *buf,

Completed in 47 milliseconds