ccRTP 2.1.2
|
#include <stdlib.h>
#include <openssl/aes.h>
#include <crypto/SrtpSymCrypto.h>
#include <crypto/twofish.h>
#include <string.h>
#include <stdio.h>
#include <arpa/inet.h>
Go to the source code of this file.
Macros | |
#define | MAKE_F8_TEST |
#define | MAX_KEYLEN 32 |
#define MAKE_F8_TEST |
Definition at line 38 of file SrtpSymCrypto.cpp.
#define MAX_KEYLEN 32 |
Definition at line 209 of file SrtpSymCrypto.cpp.