Home | History | Annotate | Download | only in socket

Lines Matching full:info

87 #define EnterFunction(x)  LOG(INFO) << (void *)this << " " << __FUNCTION__ << \
90 #define LeaveFunction(x) LOG(INFO) << (void *)this << " " << __FUNCTION__ << \
93 #define GotoState(s) do { LOG(INFO) << (void *)this << " " << __FUNCTION__ << \
96 #define LogData(s, len) LOG(INFO) << (void *)this << " " << __FUNCTION__ << \
126 SSLCipherSuiteInfo info;
127 if (SSL_GetCipherSuiteInfo(pSSL_ImplementedCiphers[i], &info,
128 sizeof(info)) == SECSuccess) {
130 (info.effectiveKeyBits >= 80));
369 LOG(INFO) << "SSL_ENABLE_SESSION_TICKETS failed. Old system nss?";
381 LOG(INFO) << "SSL_ENABLE_DEFLATE failed. Old system nss?";
391 // renegotiation info extension.
396 LOG(INFO) << "SSL_ENABLE_RENEGOTIATION failed.";
406 LOG(INFO) << "SSL_SetNextProtoNego failed.";
437 LOG(INFO) << "SSL_SetSockPeerID failed: peer_id=" << peer_id;
1212 // http://crbug.com/15630 for more info.
1245 LOG(INFO) << "accepting bad SSL certificate, as user told us to";