|
OpenVPN 3 Core Library
|
#include "test_common.hpp"#include <openvpn/common/sess_id.hpp>#include <openvpn/openssl/util/tokenencrypt.hpp>#include <unordered_map>#include <openvpn/ssl/sslchoose.hpp>Go to the source code of this file.
Classes | |
| struct | SessionID |
| class | Session |
Macros | |
| #define | ITER 1000 |
Functions | |
| TEST (sessid, test1) | |
| TEST (sessid, test2) | |
| TEST (sessid, test3) | |
| TEST (sessid, test4) | |
| TEST (sessid, speed) | |
| std::string | test (Session *session) |
| TEST (sessid, refscope1) | |
| static void | tryit (RandomAPI &rng, TokenEncryptDecrypt &encdec) |
| TEST (sessid, tokenEncrypt) | |
| #define ITER 1000 |
Definition at line 170 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| refscope1 | |||
| ) |
Definition at line 161 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| speed | |||
| ) |
Definition at line 98 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| test1 | |||
| ) |
Definition at line 10 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| test2 | |||
| ) |
Definition at line 39 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| test3 | |||
| ) |
Definition at line 55 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| test4 | |||
| ) |
Definition at line 61 of file test_session_id.cpp.
| TEST | ( | sessid | , |
| tokenEncrypt | |||
| ) |
Definition at line 185 of file test_session_id.cpp.
| std::string test | ( | Session * | session | ) |
Definition at line 154 of file test_session_id.cpp.
|
static |