Home | History | Annotate | Download | only in crypto

Lines Matching full:toret

220 	int toret = 0;
225 toret = 1;
228 return toret;
269 int toret = 1;
273 toret = 0;
275 return toret;
337 int toret = -1;
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
364 return toret;
372 int toret;
374 toret = ex_class++;
376 return toret;