#include <ntlm.hpp>
Definition at line 35 of file ntlm.hpp.
◆ add_security_buffer()
static void openvpn::HTTPProxy::NTLM::add_security_buffer |
( |
const size_t |
sb_offset, |
|
|
const void * |
data, |
|
|
const unsigned char |
length, |
|
|
Buffer & |
msg_buf |
|
) |
| |
|
inlinestaticprivate |
◆ phase_1()
static std::string openvpn::HTTPProxy::NTLM::phase_1 |
( |
| ) |
|
|
inlinestatic |
◆ phase_3()
static std::string openvpn::HTTPProxy::NTLM::phase_3 |
( |
DigestFactory & |
digest_factory, |
|
|
const std::string & |
phase_2_response, |
|
|
const std::string & |
dom_username, |
|
|
const std::string & |
password, |
|
|
StrongRandomAPI & |
rng |
|
) |
| |
|
inlinestatic |
◆ split_domain_username()
static void openvpn::HTTPProxy::NTLM::split_domain_username |
( |
const std::string & |
combined, |
|
|
std::string & |
domain, |
|
|
std::string & |
username |
|
) |
| |
|
inlinestaticprivate |
◆ store_win_time()
static void openvpn::HTTPProxy::NTLM::store_win_time |
( |
unsigned char * |
dest | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: