Lines Matching refs:to_return

1391 	int to_return = 0 ;
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 ;
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 ;
1430 to_return = ptr_zencod_sha1_do_final ( (ZEN_MD_DATA *) ctx->md_data, (zen_nb_t *) &output ) ;
1431 to_return = !to_return ;
1433 return to_return ;
1443 int to_return = 0 ;
1446 to_return = ptr_zencod_md5_init ( (ZEN_MD_DATA *) ctx->md_data ) ;
1447 to_return = !to_return ;
1449 return to_return ;
1457 int to_return = 0 ;
1464 to_return = ptr_zencod_md5_update ( (ZEN_MD_DATA *) ctx->md_data, (const zen_nb_t *) &input ) ;
1465 to_return = !to_return ;
1467 return to_return ;
1475 int to_return = 0 ;
1482 to_return = ptr_zencod_md5_do_final ( (ZEN_MD_DATA *) ctx->md_data, (zen_nb_t *) &output ) ;
1483 to_return = !to_return ;
1485 return to_return ;
1549 int to_return = 0 ;
1564 to_return = 1 ;
1566 return to_return ;
1575 int to_return = 0 ;
1589 to_return = ptr_zencod_rc4_cipher ( &output, &input, (const zen_nb_t *) &rc4key, &( tmp_rc4_key->rc4_state [0] ), &( tmp_rc4_key->rc4_state [3] ), !tmp_rc4_key->first ) ;
1590 to_return = !to_return ;
1596 return to_return ;
1604 int to_return = 0 ;
1612 to_return = 1 ;
1614 return to_return ;
1623 int to_return = 0 ;
1649 to_return = ptr_zencod_xdes_cipher ( &output, &input,
1651 to_return = !to_return ;
1659 return to_return ;
1667 int to_return = 0 ;
1673 to_return = 1;
1675 return to_return ;
1685 int to_return = 0 ;
1711 to_return = ptr_zencod_xdes_cipher ( &output, &input,
1713 to_return = !to_return ;
1719 return to_return ;