Lines Matching refs:st
130 int st; member
140 obj->st = CRYPTO_new_ex_data(CRYPTO_EX_INDEX_APP, obj, &obj->ex_data); in MYOBJ_new()
147 obj->st = CRYPTO_set_ex_data(&obj->ex_data, saved_idx, cp); in MYOBJ_sethello()
148 if (!TEST_int_eq(obj->st, 1)) in MYOBJ_sethello()
164 obj->st = gbl_result = 0; in MYOBJ_sethello2()
174 obj->st = gbl_result = 0; in MYOBJ_gethello2()
188 obj->st = gbl_result = 0; in MYOBJ_allochello3()
198 obj->st = gbl_result = 0; in MYOBJ_gethello3()
215 obj->st |= CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_APP, &obj->ex_data, in MYOBJ_dup()
243 if (!TEST_int_eq(t1->st, 1) || !TEST_int_eq(t2->st, 1)) in test_exdata()
282 if (!TEST_int_eq(t3->st, 1)) in test_exdata()