Example #1
0
static void srtp_test (void)
{
    if (init_libgcrypt ())
        fatal ("Libgcrypt initialization error");
    test_derivation ();
    test_keystream ();
}
Example #2
0
static void srtp_test (void)
{
    test_derivation ();
    test_keystream ();
}