Searched defs:do_dtls1_write (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_pkt.c180 static int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
1340 i=do_dtls1_write(s, type, buf, len);
1344 static int do_dtls1_write(SSL *s, int type, const unsigned char *buf, function
1598 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf));
/external/openssl/ssl/
H A Dd1_pkt.c182 static int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
1469 i=do_dtls1_write(s, type, buf, len);
1473 static int do_dtls1_write(SSL *s, int type, const unsigned char *buf, function
1723 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf));

Completed in 180 milliseconds