|
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 169 of file test_session_id.cpp.
| TEST | ( | Sessid | , |
| Refscope1 | |||
| ) |
Definition at line 160 of file test_session_id.cpp.
| TEST | ( | Sessid | , |
| Speed | |||
| ) |
Definition at line 97 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 184 of file test_session_id.cpp.
| std::string test | ( | Session * | session | ) |
Definition at line 153 of file test_session_id.cpp.
|
static |