ccRTP 2.1.2
|
#include <gcrypt.h>
#include <stdlib.h>
#include <crypto/SrtpSymCrypto.h>
#include <crypto/twofish.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | MAKE_F8_TEST |
#define | MAX_KEYLEN 32 |
Functions | |
void | initializeGcrypt () |
#define MAKE_F8_TEST |
Definition at line 40 of file gcryptSrtpSymCrypto.cpp.
#define MAX_KEYLEN 32 |
Definition at line 222 of file gcryptSrtpSymCrypto.cpp.
void initializeGcrypt | ( | ) |
Definition at line 77 of file InitializeGcrypt.cpp.