Go to the source code of this file.
Functions | |
int | main () |
void | setUp () |
void | tearDown () |
void | test__zmq_curve_keypair__always__success (void) |
void | test__zmq_curve_public__invalid__failure (const char *secret_) |
void | test__zmq_curve_public__invalid__failure_long () |
void | test__zmq_curve_public__invalid__failure_short () |
void | test__zmq_curve_public__valid__success () |
int main | ( | ) |
Definition at line 77 of file test_sodium.cpp.
void setUp | ( | ) |
Definition at line 6 of file test_sodium.cpp.
void tearDown | ( | ) |
Definition at line 10 of file test_sodium.cpp.
Definition at line 15 of file test_sodium.cpp.
void test__zmq_curve_public__invalid__failure | ( | const char * | secret_ | ) |
Definition at line 51 of file test_sodium.cpp.
void test__zmq_curve_public__invalid__failure_long | ( | ) |
Definition at line 71 of file test_sodium.cpp.
void test__zmq_curve_public__invalid__failure_short | ( | ) |
Definition at line 66 of file test_sodium.cpp.
void test__zmq_curve_public__valid__success | ( | ) |
Definition at line 30 of file test_sodium.cpp.