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

/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_init.c62 int to_return = 1; local
67 to_return = e->init(e);
68 if(to_return)
77 return to_return;
84 int to_return = 1; local
98 to_return = e->finish(e);
101 if(!to_return)
117 return to_return;
138 int to_return = 1; local
146 to_return
[all...]
H A Denginetest.c102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
H A Deng_list.c272 int to_return = 1; local
289 to_return = 0;
292 return to_return;
298 int to_return = 1; local
310 to_return = 0;
313 return to_return;
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c1391 int to_return = 0 ; local
1394 to_return = ptr_zencod_sha1_init ( (ZEN_MD_DATA *) ctx->md_data ) ;
1395 to_return = !to_return ;
1397 return to_return ;
1405 int to_return = 0 ; local
1412 to_return = ptr_zencod_sha1_update ( (ZEN_MD_DATA *) ctx->md_data, (const zen_nb_t *) &input ) ;
1413 to_return = !to_return ;
1415 return to_return ;
1423 int to_return = 0 ; local
1443 int to_return = 0 ; local
1457 int to_return = 0 ; local
1475 int to_return = 0 ; local
1549 int to_return = 0 ; local
1575 int to_return = 0 ; local
1604 int to_return = 0 ; local
1623 int to_return = 0 ; local
1667 int to_return = 0 ; local
1685 int to_return = 0 ; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dhw_ibmca.c480 int to_return; local
487 to_return = 0; /* expect failure */
592 to_return = 1;
595 return to_return;
602 int to_return = 0; local
614 to_return = ibmca_mod_exp(r0, I, rsa->d, rsa->n, ctx);
618 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
624 return to_return;
638 int to_return = 0; /* expect failure */ local
812 to_return
833 int to_return = 0; local
877 int to_return = 0; /* assume failure */ local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Denginetest.c102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_atalla.c457 int to_return, numbytes; local
460 to_return = 0; /* expect failure */
509 to_return = 1;
512 return to_return;
518 int to_return = 0; local
530 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx);
532 return to_return;
549 int to_return = 0; local
558 to_return = 1;
561 return to_return;
[all...]
H A De_ubsec.c606 int to_return = 0; local
614 to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
616 if (to_return == FAIL_TO_SOFTWARE)
622 to_return = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
625 return to_return;
681 int to_return = 0; local
690 to_return = 1;
693 return to_return;
743 DSA_SIG *to_return = NULL; local
772 to_return
822 int to_return = 0; local
[all...]
H A De_cswift.c502 int to_return, acquired; local
505 to_return = 0; /* expect failure */
574 to_return = 1;
579 return to_return;
619 int to_return = 0; /* expect failure */ local
719 to_return = 1;
737 return to_return;
744 int to_return = 0; local
773 to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
776 return to_return;
820 DSA_SIG *to_return = NULL; local
931 int to_return = -1; local
1047 int to_return = 0; /* assume failure */ local
[all...]
H A De_aep.c446 int to_return = 0; local
491 to_return = 1;
493 return to_return;
512 return to_return;
525 int to_return = 0, in_use; local
571 to_return = 1;
573 return to_return;
605 int to_return = 0; local
645 to_return = 1;
647 return to_return;
771 int to_return = 0; local
820 int to_return = 0; local
[all...]
H A De_chil.c623 int to_return = 1; local
628 to_return = 0;
635 to_return = 0;
653 return to_return;
658 int to_return = 1; local
741 to_return = 0;
745 return to_return;
904 int to_return, ret; local
906 to_return = 0; /* expect failure */
946 to_return
957 int to_return = 0, ret; local
1108 int to_return = 0; /* assume failure */ local
[all...]
H A De_nuron.c223 int to_return = 0; local
235 to_return = 1;
238 return to_return;
H A De_gmp.c239 int to_return = 1; local
251 to_return = 0;
255 return to_return;
405 int to_return = 0; local
450 to_return = 1;
H A De_sureware.c185 int to_return = 0; local
193 to_return = 1;
196 return to_return;
386 int to_return = 1; local
421 to_return = 0;
425 return to_return;
548 int to_return = 1; local
552 to_return = 0;
559 to_return = 0;
579 return to_return;
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dskiplist.c270 char* to_return = cur->element; local
279 return to_return;

Completed in 192 milliseconds