|
sipxportlib
Version 3.3
|
#include "os/OsIntTypes.h"#include <assert.h>#include "os/OsDefs.h"#include "os/OsSocket.h"#include "os/OsDatagramSocket.h"#include "os/StunMessage.h"#include "os/TurnMessage.h"#include "utl/UtlCrc32.h"#include <stdio.h>
Functions | |
| void | hmac_sha1 (const char *pBlob, size_t nBlob, const char *pKey, size_t nKey, char *digest) |
| void hmac_sha1 | ( | const char * | pBlob, |
| size_t | nBlob, | ||
| const char * | pKey, | ||
| size_t | nKey, | ||
| char * | digest | ||
| ) |
1.8.11