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

  /external/chromium/net/socket/
ssl_client_socket_win.h 159 CredHandle* creds_; member in class:net::SSLClientSocketWin
ssl_client_socket_win.cc 405 creds_(NULL),
597 int result = GetCredHandle(cert_context, ssl_version_mask, &creds_);
624 creds_,
640 // creds_, so print its contents to figure out why it's invalid.
641 if (creds_) {
642 LOG(ERROR) << "creds_->dwLower = " << creds_->dwLower
643 << "; creds_->dwUpper = " << creds_->dwUpper;
645 LOG(ERROR) << "creds_ is NULL"
    [all...]

Completed in 881 milliseconds