Searched refs:do_ssl3_write (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_pkt.c | 123 static int do_ssl3_write(SSL *s, int type, const uint8_t *buf, unsigned int len, 462 i = do_ssl3_write(s, type, &buf[tot], nw, fragment); in ssl3_write_bytes() 530 static int do_ssl3_write(SSL *s, int type, const uint8_t *buf, unsigned int len, in do_ssl3_write() function 1110 i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3->send_alert[0], 2, 0); in ssl3_dispatch_alert()
|
/external/boringssl/src/crypto/err/ |
D | ssl.errordata | 63 SSL,function,152,do_ssl3_write
|