Lines Matching refs:toret
220 int toret = 0; in CRYPTO_set_ex_data_implementation() local
225 toret = 1; in CRYPTO_set_ex_data_implementation()
228 return toret; in CRYPTO_set_ex_data_implementation()
269 int toret = 1; in IMPLEMENT_LHASH_COMP_FN() local
273 toret = 0; in IMPLEMENT_LHASH_COMP_FN()
275 return toret; in IMPLEMENT_LHASH_COMP_FN()
337 int toret = -1; in def_add_index() local
360 toret = item->meth_num++; in def_add_index()
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a); in def_add_index()
364 return toret; in def_add_index()
372 int toret; in int_new_class() local
374 toret = ex_class++; in int_new_class()
376 return toret; in int_new_class()