Home
last modified time | relevance | path

Searched refs:vbase (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dsslapitest.c6860 static SRP_VBASE *vbase = NULL; variable
6874 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()
6980 if (sk_SRP_user_pwd_insert(vbase->users_pwd, user_pwd, 0) == 0) in create_new_vbase()
7011 vbase = SRP_VBASE_new(NULL); in test_srp()
7012 if (!TEST_ptr(vbase)) in test_srp()
7026 if (!TEST_int_eq(SRP_VBASE_init(vbase, tstsrpfile), SRP_NO_ERROR)) in test_srp()
7066 SRP_VBASE_free(vbase); in test_srp()
7067 vbase = NULL; in test_srp()

Completed in 28 milliseconds