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

  /external/chromium/net/socket/
ssl_client_socket_win.cc 325 bytes_decrypted_(0),
541 bytes_decrypted_ = 0;
580 if (bytes_decrypted_ != 0) {
581 int len = std::min(buf_len, bytes_decrypted_);
584 bytes_decrypted_ -= len;
585 if (bytes_decrypted_ == 0) {
    [all...]
ssl_client_socket_win.h 153 // If bytes_decrypted_ is 0, the received ciphertext is at the beginning of
157 int bytes_decrypted_; // The number of bytes of decrypted plaintext. member in class:net::SSLClientSocketWin

Completed in 50 milliseconds