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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsrptest.c23 static int run_srp(const char *username, const char *client_pass, function
254 TEST_info("run_srp: expecting a mismatch");
255 if (!TEST_false(run_srp("alice", "password1", "password2")))
259 TEST_info("run_srp: expecting a match");
260 if (!TEST_true(run_srp("alice", "password", "password")))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsrptest.c29 static int run_srp(const char *username, const char *client_pass, function
260 TEST_info("run_srp: expecting a mismatch");
261 if (!TEST_false(run_srp("alice", "password1", "password2")))
265 TEST_info("run_srp: expecting a match");
266 if (!TEST_true(run_srp("alice", "password", "password")))

Completed in 193 milliseconds