#include "commonincludes.hpp"
#include <openssl/hmac.h>
#include "stuncore.h"
#include "stunsocket.h"
#include "stunsocketthread.h"
#include "server.h"
#include "sampleauthprovider.h"
Go to the source code of this file.
|
static HRESULT | LookupPassword (bool fWithRealm, const char *pszUserName, const char *pszRealm, char *pszPassword) |
|
|
static const char * | c_szPrivateKey = "Change this string if you are going to use this code" |
|
static const char * | c_szRealm = "YourRealmNameHere" |
|
static HRESULT LookupPassword |
( |
bool |
fWithRealm, |
|
|
const char * |
pszUserName, |
|
|
const char * |
pszRealm, |
|
|
char * |
pszPassword |
|
) |
| |
|
static |
const char* c_szPrivateKey = "Change this string if you are going to use this code" |
|
static |
const char* c_szRealm = "YourRealmNameHere" |
|
static |