VLC
4.0.0-dev
|
Functions | |
static void | printhex (const void *buf, size_t len) |
static void | fatal (const char *msg) |
static void | test_derivation (void) |
AES-CM key derivation test vectors. More... | |
static void | test_keystream (void) |
AES-CM key derivation test vectors. More... | |
static void | srtp_test (void) |
int | main (void) |
|
static |
Referenced by test_derivation(), and test_keystream().
int main | ( | void | ) |
References srtp_test().
|
static |
Referenced by test_derivation(), and test_keystream().
|
static |
References test_derivation(), and test_keystream().
Referenced by main().
|
static |
AES-CM key derivation test vectors.
References do_derive(), fatal(), printhex(), SRTP_AUTH, SRTP_CRYPT, and SRTP_SALT.
Referenced by srtp_test().
|
static |
AES-CM key derivation test vectors.
References fatal(), printhex(), and rtp_crypt().
Referenced by srtp_test().