Searched refs:modeTestFunctions (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_cryptor.c912 static testFunction_t modeTestFunctions[] = { variable
932 #define numModeTestFunctions (sizeof(modeTestFunctions) / sizeof(modeTestFunctions[0]))
942 if (NULL == modeTestFunctions[i].description) continue;
943 if (verbose) printf("[BEGIN] %s\n", modeTestFunctions[i].description);
944 err = modeTestFunctions[i].funcptr();
948 if (verbose) printf("[FAIL] %s\n", modeTestFunctions[i].description);
951 if (verbose) printf("[PASS] %s\n", modeTestFunctions[i].description);

Completed in 117 milliseconds