Searched refs:vbase (Results 1 – 1 of 1) sorted by relevance
7435 static SRP_VBASE *vbase = NULL; variable7449 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()7555 if (sk_SRP_user_pwd_insert(vbase->users_pwd, user_pwd, 0) == 0) in create_new_vbase()7586 vbase = SRP_VBASE_new(NULL); in test_srp()7587 if (!TEST_ptr(vbase)) in test_srp()7601 if (!TEST_int_eq(SRP_VBASE_init(vbase, tstsrpfile), SRP_NO_ERROR)) in test_srp()7641 SRP_VBASE_free(vbase); in test_srp()7642 vbase = NULL; in test_srp()
Completed in 40 milliseconds