HomeSort by relevance Sort by last modified time
    Searched refs:write_shutdown (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/ssl/
s3_pkt.cc 136 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
379 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
385 ssl->s3->write_shutdown = ssl_shutdown_close_notify;
389 ssl->s3->write_shutdown = ssl_shutdown_error;
d1_pkt.cc 195 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
ssl_lib.cc 942 ssl->s3->write_shutdown != ssl_shutdown_none) {
    [all...]
s3_both.cc 236 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
d1_both.cc 769 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
tls13_client.cc 815 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
internal.h 2224 enum ssl_shutdown_t write_shutdown = ssl_shutdown_none; member in struct:bssl::SSL3_STATE
    [all...]

Completed in 97 milliseconds