Searched refs:toret (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dex_data.c221 int toret = 0; local
225 toret = 1;
228 return toret;
274 int toret = 1; local
277 toret = 0;
279 return toret;
349 int toret = -1; local
369 toret = item->meth_num++;
370 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
373 return toret;
381 int toret; local
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_gmp.c280 int toret; local
284 toret = (mpz_set_str(g, tmpchar, 16) == 0 ? 1 : 0);
286 return toret;
305 int toret; local
310 toret = BN_hex2bn(&bn, tmpchar);
312 return toret;
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtunala.c662 int toret = 0; /* Assume an error */ local
714 toret = 1;
722 return toret;

Completed in 66 milliseconds