Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/engine/
Deng_init.c65 int to_return = 1; in engine_unlocked_init() local
70 to_return = e->init(e); in engine_unlocked_init()
71 if(to_return) in engine_unlocked_init()
80 return to_return; in engine_unlocked_init()
87 int to_return = 1; in engine_unlocked_finish() local
101 to_return = e->finish(e); in engine_unlocked_finish()
104 if(!to_return) in engine_unlocked_finish()
120 return to_return; in engine_unlocked_finish()
141 int to_return = 1; in ENGINE_finish() local
149 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish()
[all …]
Dhw_ubsec.c592 int to_return = 0; in ubsec_rsa_mod_exp() local
603 to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, in ubsec_rsa_mod_exp()
605 if (to_return == FAIL_TO_SOFTWARE) in ubsec_rsa_mod_exp()
611 to_return = (*meth->rsa_mod_exp)(r0, I, rsa); in ubsec_rsa_mod_exp()
616 return to_return; in ubsec_rsa_mod_exp()
674 int to_return = 0; in ubsec_dsa_mod_exp() local
683 to_return = 1; in ubsec_dsa_mod_exp()
686 return to_return; in ubsec_dsa_mod_exp()
735 DSA_SIG *to_return = NULL; in ubsec_dsa_do_sign() local
764 to_return = meth->dsa_do_sign(dgst, dlen, dsa); in ubsec_dsa_do_sign()
[all …]
Dhw_aep.c424 int to_return = 0; in aep_init() local
469 to_return = 1; in aep_init()
471 return to_return; in aep_init()
490 return to_return; in aep_init()
503 int to_return = 0, in_use; in aep_finish() local
549 to_return = 1; in aep_finish()
551 return to_return; in aep_finish()
583 int to_return = 0; in aep_mod_exp() local
623 to_return = 1; in aep_mod_exp()
625 return to_return; in aep_mod_exp()
[all …]
Dhw_cswift.c480 int to_return, acquired; in cswift_mod_exp() local
483 to_return = 0; /* expect failure */ in cswift_mod_exp()
552 to_return = 1; in cswift_mod_exp()
557 return to_return; in cswift_mod_exp()
594 int to_return = 0; /* expect failure */ in cswift_mod_exp_crt() local
694 to_return = 1; in cswift_mod_exp_crt()
712 return to_return; in cswift_mod_exp_crt()
719 int to_return = 0; in cswift_rsa_mod_exp() local
749 to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, in cswift_rsa_mod_exp()
754 return to_return; in cswift_rsa_mod_exp()
[all …]
Dhw_atalla.c442 int to_return, numbytes; in atalla_mod_exp() local
445 to_return = 0; /* expect failure */ in atalla_mod_exp()
494 to_return = 1; in atalla_mod_exp()
497 return to_return; in atalla_mod_exp()
504 int to_return = 0; in atalla_rsa_mod_exp() local
518 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx); in atalla_rsa_mod_exp()
522 return to_return; in atalla_rsa_mod_exp()
539 int to_return = 0; in atalla_dsa_mod_exp() local
548 to_return = 1; in atalla_dsa_mod_exp()
551 return to_return; in atalla_dsa_mod_exp()
Dhw_ncipher.c633 int to_return = 1; in hwcrhk_finish() local
638 to_return = 0; in hwcrhk_finish()
645 to_return = 0; in hwcrhk_finish()
663 return to_return; in hwcrhk_finish()
668 int to_return = 1; in hwcrhk_ctrl() local
751 to_return = 0; in hwcrhk_ctrl()
755 return to_return; in hwcrhk_ctrl()
916 int to_return, ret; in hwcrhk_mod_exp() local
918 to_return = 0; /* expect failure */ in hwcrhk_mod_exp()
958 to_return = 1; in hwcrhk_mod_exp()
[all …]
Deng_list.c270 int to_return = 1; in ENGINE_add() local
287 to_return = 0; in ENGINE_add()
290 return to_return; in ENGINE_add()
296 int to_return = 1; in ENGINE_remove() local
308 to_return = 0; in ENGINE_remove()
311 return to_return; in ENGINE_remove()
Denginetest.c102 int to_return = 1; in main() local
265 to_return = 0; in main()
267 if(to_return) in main()
281 return to_return; in main()
Dhw_sureware.c172 int to_return = 0; in surewarehk_dsa_mod_exp() local
180 to_return = 1; in surewarehk_dsa_mod_exp()
183 return to_return; in surewarehk_dsa_mod_exp()
371 int to_return = 1; in surewarehk_ctrl() local
406 to_return = 0; in surewarehk_ctrl()
410 return to_return; in surewarehk_ctrl()
533 int to_return = 1; in surewarehk_finish() local
537 to_return = 0; in surewarehk_finish()
544 to_return = 0; in surewarehk_finish()
564 return to_return; in surewarehk_finish()
Dhw_nuron.c213 int to_return = 0; in nuron_dsa_mod_exp() local
225 to_return = 1; in nuron_dsa_mod_exp()
228 return to_return; in nuron_dsa_mod_exp()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_scache_shmcb.c429 BOOL to_return = FALSE; in ssl_scache_shmcb_store() local
440 to_return = TRUE; in ssl_scache_shmcb_store()
443 return to_return; in ssl_scache_shmcb_store()
1246 BOOL to_return = FALSE; in shmcb_remove_session_id() local
1293 to_return = TRUE; in shmcb_remove_session_id()
1308 return to_return; in shmcb_remove_session_id()