Home
last modified time | relevance | path

Searched refs:to_return (Results 1 – 12 of 12) sorted by relevance

/trueos/crypto/openssl/crypto/engine/
HDeng_init.c64 int to_return = 1; in engine_unlocked_init() local
71 to_return = e->init(e); in engine_unlocked_init()
72 if (to_return) { in engine_unlocked_init()
82 return to_return; in engine_unlocked_init()
91 int to_return = 1; in engine_unlocked_finish() local
106 to_return = e->finish(e); in engine_unlocked_finish()
109 if (!to_return) in engine_unlocked_finish()
123 return to_return; in engine_unlocked_finish()
143 int to_return = 1; in ENGINE_finish() local
150 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish()
[all …]
HDeng_list.c256 int to_return = 1; in ENGINE_add() local
267 to_return = 0; in ENGINE_add()
270 return to_return; in ENGINE_add()
276 int to_return = 1; in ENGINE_remove() local
284 to_return = 0; in ENGINE_remove()
287 return to_return; in ENGINE_remove()
HDenginetest.c104 int to_return = 1; in main() local
247 to_return = 0; in main()
249 if (to_return) in main()
267 return to_return; in main()
HDeng_rsax.c212 int to_return = 1; in e_rsax_ctrl() local
217 to_return = 0; in e_rsax_ctrl()
221 return to_return; in e_rsax_ctrl()
/trueos/crypto/openssl/engines/
HDe_ubsec.c615 int to_return = 0; in ubsec_rsa_mod_exp() local
622 to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, in ubsec_rsa_mod_exp()
624 if (to_return == FAIL_TO_SOFTWARE) { in ubsec_rsa_mod_exp()
629 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx); in ubsec_rsa_mod_exp()
632 return to_return; in ubsec_rsa_mod_exp()
690 int to_return = 0; in ubsec_dsa_mod_exp() local
702 to_return = 1; in ubsec_dsa_mod_exp()
705 return to_return; in ubsec_dsa_mod_exp()
754 DSA_SIG *to_return = NULL; in ubsec_dsa_do_sign() local
783 to_return = meth->dsa_do_sign(dgst, dlen, dsa); in ubsec_dsa_do_sign()
[all …]
HDe_aep.c457 int to_return = 0; in aep_init() local
499 to_return = 1; in aep_init()
501 return to_return; in aep_init()
520 return to_return; in aep_init()
533 int to_return = 0, in_use; in aep_finish() local
574 to_return = 1; in aep_finish()
576 return to_return; in aep_finish()
603 int to_return = 0; in aep_mod_exp() local
647 to_return = 1; in aep_mod_exp()
649 return to_return; in aep_mod_exp()
[all …]
HDe_cswift.c504 int to_return, acquired; in cswift_mod_exp() local
507 to_return = 0; /* expect failure */ in cswift_mod_exp()
571 to_return = 1; in cswift_mod_exp()
576 return to_return; in cswift_mod_exp()
614 int to_return = 0; /* expect failure */ in cswift_mod_exp_crt() local
708 to_return = 1; in cswift_mod_exp_crt()
726 return to_return; in cswift_mod_exp_crt()
734 int to_return = 0; in cswift_rsa_mod_exp() local
761 to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, in cswift_rsa_mod_exp()
764 return to_return; in cswift_rsa_mod_exp()
[all …]
HDe_atalla.c472 int to_return, numbytes; in atalla_mod_exp() local
475 to_return = 0; /* expect failure */ in atalla_mod_exp()
520 to_return = 1; in atalla_mod_exp()
523 return to_return; in atalla_mod_exp()
530 int to_return = 0; in atalla_rsa_mod_exp() local
541 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx); in atalla_rsa_mod_exp()
543 return to_return; in atalla_rsa_mod_exp()
562 int to_return = 0; in atalla_dsa_mod_exp() local
574 to_return = 1; in atalla_dsa_mod_exp()
577 return to_return; in atalla_dsa_mod_exp()
HDe_chil.c645 int to_return = 1; in hwcrhk_finish() local
649 to_return = 0; in hwcrhk_finish()
655 to_return = 0; in hwcrhk_finish()
673 return to_return; in hwcrhk_finish()
678 int to_return = 1; in hwcrhk_ctrl() local
759 to_return = 0; in hwcrhk_ctrl()
763 return to_return; in hwcrhk_ctrl()
911 int to_return, ret; in hwcrhk_mod_exp() local
913 to_return = 0; /* expect failure */ in hwcrhk_mod_exp()
949 to_return = 1; in hwcrhk_mod_exp()
[all …]
HDe_sureware.c190 int to_return = 0; in surewarehk_dsa_mod_exp() local
201 to_return = 1; in surewarehk_dsa_mod_exp()
204 return to_return; in surewarehk_dsa_mod_exp()
404 int to_return = 1; in surewarehk_ctrl() local
440 to_return = 0; in surewarehk_ctrl()
444 return to_return; in surewarehk_ctrl()
590 int to_return = 1; in surewarehk_finish() local
593 to_return = 0; in surewarehk_finish()
599 to_return = 0; in surewarehk_finish()
619 return to_return; in surewarehk_finish()
HDe_gmp.c247 int to_return = 1; in e_gmp_ctrl() local
257 to_return = 0; in e_gmp_ctrl()
261 return to_return; in e_gmp_ctrl()
413 int to_return = 0; in e_gmp_rsa_mod_exp() local
456 to_return = 1; in e_gmp_rsa_mod_exp()
HDe_nuron.c222 int to_return = 0; in nuron_dsa_mod_exp() local
234 to_return = 1; in nuron_dsa_mod_exp()
237 return to_return; in nuron_dsa_mod_exp()