Searched refs:to_return (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_init.c64 int to_return = 1; local
71 to_return = e->init(e);
72 if (to_return) {
82 return to_return;
91 int to_return = 1; local
106 to_return = e->finish(e);
109 if (!to_return)
123 return to_return;
143 int to_return = 1; local
150 to_return
[all...]
H A Denginetest.c104 int to_return = 1; local
247 to_return = 0;
249 if (to_return)
267 return to_return;
H A Deng_list.c256 int to_return = 1; local
267 to_return = 0;
270 return to_return;
276 int to_return = 1; local
284 to_return = 0;
287 return to_return;
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c1446 int to_return = 0; local
1449 to_return = ptr_zencod_sha1_init((ZEN_MD_DATA *)ctx->md_data);
1450 to_return = !to_return;
1452 return to_return;
1460 int to_return = 0; local
1467 to_return =
1470 to_return = !to_return;
1472 return to_return;
1479 int to_return = 0; local
1500 int to_return = 0; local
1514 int to_return = 0; local
1533 int to_return = 0; local
1603 int to_return = 0; local
1630 int to_return = 0; local
1663 int to_return = 0; local
1682 int to_return = 0; local
1735 int to_return = 0; local
1753 int to_return = 0; local
[all...]
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c477 int to_return; local
483 to_return = 0; /* expect failure */
575 to_return = 1;
578 return to_return;
585 int to_return = 0; local
595 to_return = ibmca_mod_exp(r0, I, rsa->d, rsa->n, ctx);
597 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
603 return to_return;
618 int to_return = 0; /* expect failure */ local
789 to_return
812 int to_return = 0; local
859 int to_return = 0; /* assume failure */ local
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_atalla.c472 int to_return, numbytes; local
475 to_return = 0; /* expect failure */
520 to_return = 1;
523 return to_return;
530 int to_return = 0; local
541 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx);
543 return to_return;
562 int to_return = 0; local
574 to_return = 1;
577 return to_return;
[all...]
H A De_ubsec.c615 int to_return = 0; local
622 to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
624 if (to_return == FAIL_TO_SOFTWARE) {
629 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
632 return to_return;
690 int to_return = 0; local
702 to_return = 1;
705 return to_return;
754 DSA_SIG *to_return = NULL; local
783 to_return
841 int to_return = 0; local
[all...]
H A De_cswift.c504 int to_return, acquired; local
507 to_return = 0; /* expect failure */
571 to_return = 1;
576 return to_return;
614 int to_return = 0; /* expect failure */ local
708 to_return = 1;
726 return to_return;
734 int to_return = 0; local
761 to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
764 return to_return;
807 DSA_SIG *to_return = NULL; local
909 int to_return = -1; local
1016 int to_return = 0; /* assume failure */ local
[all...]
H A De_chil.c646 int to_return = 1; local
650 to_return = 0;
656 to_return = 0;
674 return to_return;
679 int to_return = 1; local
760 to_return = 0;
764 return to_return;
914 int to_return, ret; local
916 to_return = 0; /* expect failure */
952 to_return
964 int to_return = 0, ret; local
1110 int to_return = 0; /* assume failure */ local
[all...]
H A De_aep.c456 int to_return = 0; local
498 to_return = 1;
500 return to_return;
519 return to_return;
532 int to_return = 0, in_use; local
573 to_return = 1;
575 return to_return;
602 int to_return = 0; local
646 to_return = 1;
648 return to_return;
772 int to_return = 0; local
818 int to_return = 0; local
[all...]
H A De_gmp.c245 int to_return = 1; local
255 to_return = 0;
259 return to_return;
411 int to_return = 0; local
454 to_return = 1;
H A De_nuron.c222 int to_return = 0; local
234 to_return = 1;
237 return to_return;
H A De_sureware.c190 int to_return = 0; local
201 to_return = 1;
204 return to_return;
404 int to_return = 1; local
440 to_return = 0;
444 return to_return;
590 int to_return = 1; local
593 to_return = 0;
599 to_return = 0;
619 return to_return;
[all...]

Completed in 85 milliseconds