Lines Matching refs:LS_INFO
324 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_;
398 LOG(LS_INFO) << " -- onStreamReadable";
400 LOG(LS_INFO) << " -- onStreamWriteable";
439 LOG(LS_INFO) << "Cleanup";
466 //LOG(LS_INFO) << "OpenSSLAdapter::Send(" << cb << ")";
494 //LOG(LS_INFO) << " -- success";
497 //LOG(LS_INFO) << " -- error want read";
502 //LOG(LS_INFO) << " -- error want write";
506 //LOG(LS_INFO) << " -- remote side closed";
511 //LOG(LS_INFO) << " -- error " << code;
533 //LOG(LS_INFO) << "OpenSSLAdapter::Recv(" << cb << ")";
561 //LOG(LS_INFO) << " -- success";
564 //LOG(LS_INFO) << " -- error want read";
568 //LOG(LS_INFO) << " -- error want write";
573 //LOG(LS_INFO) << " -- remote side closed";
578 //LOG(LS_INFO) << " -- error " << code;
622 LOG(LS_INFO) << "DTLS timeout expired";
630 LOG(LS_INFO) << "OpenSSLAdapter::OnConnectEvent";
645 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
665 //LOG(LS_INFO) << " -- onStreamWriteable";
669 //LOG(LS_INFO) << " -- onStreamReadable";
675 //LOG(LS_INFO) << "OpenSSLAdapter::OnWriteEvent";
696 //LOG(LS_INFO) << " -- onStreamReadable";
700 //LOG(LS_INFO) << " -- onStreamWriteable";
706 LOG(LS_INFO) << "OpenSSLAdapter::OnCloseEvent(" << err << ")";
728 LOG(LS_INFO) << "Certificate from server:";
734 LOG(LS_INFO) << buffer;
739 LOG(LS_INFO) << "Cipher: " << cipher_description;
832 LOG(LS_INFO) << "Other TLS post connection checks failed.";
853 LOG(LS_INFO) << str << ":" << SSL_state_string_long(s);
856 LOG(LS_INFO) << "SSL3 alert " << str
861 LOG(LS_INFO) << str << ":failed in " << SSL_state_string_long(s);
863 LOG(LS_INFO) << str << ":error in " << SSL_state_string_long(s);
879 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
881 LOG(LS_INFO) << " issuer = " << data;
883 LOG(LS_INFO) << " subject = " << data;
884 LOG(LS_INFO) << " err = " << err
902 LOG(LS_INFO) << "validated certificate using custom callback";