Searched refs:encrypt_len (Results 1 – 1 of 1) sorted by relevance
478 const size_t encrypt_len = std::min<size_t>(cb - written, in Send() local485 out_buf[1].cbBuffer = static_cast<unsigned long>(encrypt_len); in Send()501 encrypt_len); in Send()515 ASSERT(out_buf[1].cbBuffer == static_cast<unsigned long>(encrypt_len)); in Send()524 written += encrypt_len; in Send()