#include <openssl/lhash.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <memory>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <openssl/mem.h>
#include <gtest/gtest.h>
#include "internal.h"
Go to the source code of this file.
◆ Lookup()
static const char* Lookup |
( |
std::map< std::string, std::unique_ptr< char[]>> * |
dummy_lh, |
|
|
const char * |
key |
|
) |
| |
|
static |
◆ RandString()
static std::unique_ptr<char[]> RandString |
( |
void |
| ) |
|
|
static |
◆ TEST()
TEST |
( |
LHashTest |
, |
|
|
Basic |
|
|
) |
| |