• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/

Lines Matching refs:MARK_VISIBLE

363 # define MARK_VISIBLE(name) \
368 # define MARK_VISIBLE(name) /* */
589 MARK_VISIBLE (gcry_check_version)
590 MARK_VISIBLE (gcry_control)
592 MARK_VISIBLE (gcry_set_allocation_handler)
593 MARK_VISIBLE (gcry_set_fatalerror_handler)
594 MARK_VISIBLE (gcry_set_gettext_handler)
595 MARK_VISIBLE (gcry_set_log_handler)
596 MARK_VISIBLE (gcry_set_outofcore_handler)
597 MARK_VISIBLE (gcry_set_progress_handler)
598 MARK_VISIBLE (gcry_err_code_from_errno)
599 MARK_VISIBLE (gcry_err_code_to_errno)
600 MARK_VISIBLE (gcry_err_make_from_errno)
601 MARK_VISIBLE (gcry_error_from_errno)
602 MARK_VISIBLE (gcry_strerror)
603 MARK_VISIBLE (gcry_strsource)
605 MARK_VISIBLE (gcry_free)
606 MARK_VISIBLE (gcry_malloc)
607 MARK_VISIBLE (gcry_malloc_secure)
608 MARK_VISIBLE (gcry_calloc)
609 MARK_VISIBLE (gcry_calloc_secure)
610 MARK_VISIBLE (gcry_realloc)
611 MARK_VISIBLE (gcry_strdup)
612 MARK_VISIBLE (gcry_is_secure)
613 MARK_VISIBLE (gcry_xcalloc)
614 MARK_VISIBLE (gcry_xcalloc_secure)
615 MARK_VISIBLE (gcry_xmalloc)
616 MARK_VISIBLE (gcry_xmalloc_secure)
617 MARK_VISIBLE (gcry_xrealloc)
618 MARK_VISIBLE (gcry_xstrdup)
620 MARK_VISIBLE (gcry_md_algo_info)
621 MARK_VISIBLE (gcry_md_algo_name)
622 MARK_VISIBLE (gcry_md_close)
623 MARK_VISIBLE (gcry_md_copy)
624 MARK_VISIBLE (gcry_md_ctl)
625 MARK_VISIBLE (gcry_md_enable)
626 MARK_VISIBLE (gcry_md_get)
627 MARK_VISIBLE (gcry_md_get_algo)
628 MARK_VISIBLE (gcry_md_get_algo_dlen)
629 MARK_VISIBLE (gcry_md_hash_buffer)
630 MARK_VISIBLE (gcry_md_info)
631 MARK_VISIBLE (gcry_md_is_enabled)
632 MARK_VISIBLE (gcry_md_is_secure)
633 MARK_VISIBLE (gcry_md_list)
634 MARK_VISIBLE (gcry_md_map_name)
635 MARK_VISIBLE (gcry_md_open)
636 MARK_VISIBLE (gcry_md_read)
638 MARK_VISIBLE (gcry_md_reset)
639 MARK_VISIBLE (gcry_md_setkey)
640 MARK_VISIBLE (gcry_md_unregister)
641 MARK_VISIBLE (gcry_md_write)
642 MARK_VISIBLE (gcry_md_debug)
644 MARK_VISIBLE (gcry_cipher_algo_info)
645 MARK_VISIBLE (gcry_cipher_algo_name)
646 MARK_VISIBLE (gcry_cipher_close)
647 MARK_VISIBLE (gcry_cipher_setkey)
648 MARK_VISIBLE (gcry_cipher_setiv)
649 MARK_VISIBLE (gcry_cipher_setctr)
650 MARK_VISIBLE (gcry_cipher_ctl)
651 MARK_VISIBLE (gcry_cipher_decrypt)
652 MARK_VISIBLE (gcry_cipher_encrypt)
653 MARK_VISIBLE (gcry_cipher_get_algo_blklen)
654 MARK_VISIBLE (gcry_cipher_get_algo_keylen)
655 MARK_VISIBLE (gcry_cipher_info)
656 MARK_VISIBLE (gcry_cipher_list)
657 MARK_VISIBLE (gcry_cipher_map_name)
658 MARK_VISIBLE (gcry_cipher_mode_from_oid)
659 MARK_VISIBLE (gcry_cipher_open)
661 MARK_VISIBLE (gcry_cipher_unregister)
663 MARK_VISIBLE (gcry_pk_algo_info)
664 MARK_VISIBLE (gcry_pk_algo_name)
665 MARK_VISIBLE (gcry_pk_ctl)
666 MARK_VISIBLE (gcry_pk_decrypt)
667 MARK_VISIBLE (gcry_pk_encrypt)
668 MARK_VISIBLE (gcry_pk_genkey)
669 MARK_VISIBLE (gcry_pk_get_keygrip)
670 MARK_VISIBLE (gcry_pk_get_curve)
671 MARK_VISIBLE (gcry_pk_get_param)
672 MARK_VISIBLE (gcry_pk_get_nbits)
673 MARK_VISIBLE (gcry_pk_list)
674 MARK_VISIBLE (gcry_pk_map_name)
676 MARK_VISIBLE (gcry_pk_sign)
677 MARK_VISIBLE (gcry_pk_testkey)
678 MARK_VISIBLE (gcry_pk_unregister)
679 MARK_VISIBLE (gcry_pk_verify)
681 MARK_VISIBLE (gcry_ac_data_new)
682 MARK_VISIBLE (gcry_ac_data_destroy)
683 MARK_VISIBLE (gcry_ac_data_copy)
684 MARK_VISIBLE (gcry_ac_data_length)
685 MARK_VISIBLE (gcry_ac_data_clear)
686 MARK_VISIBLE (gcry_ac_data_set)
687 MARK_VISIBLE (gcry_ac_data_get_name)
688 MARK_VISIBLE (gcry_ac_data_get_index)
689 MARK_VISIBLE (gcry_ac_open)
690 MARK_VISIBLE (gcry_ac_close)
691 MARK_VISIBLE (gcry_ac_key_init)
692 MARK_VISIBLE (gcry_ac_key_pair_generate)
693 MARK_VISIBLE (gcry_ac_key_pair_extract)
694 MARK_VISIBLE (gcry_ac_key_data_get)
695 MARK_VISIBLE (gcry_ac_key_test)
696 MARK_VISIBLE (gcry_ac_key_get_nbits)
697 MARK_VISIBLE (gcry_ac_key_get_grip)
698 MARK_VISIBLE (gcry_ac_key_destroy)
699 MARK_VISIBLE (gcry_ac_key_pair_destroy)
700 MARK_VISIBLE (gcry_ac_data_encrypt)
701 MARK_VISIBLE (gcry_ac_data_decrypt)
702 MARK_VISIBLE (gcry_ac_data_sign)
703 MARK_VISIBLE (gcry_ac_data_verify)
704 MARK_VISIBLE (gcry_ac_id_to_name)
705 MARK_VISIBLE (gcry_ac_name_to_id)
706 /* MARK_VISIBLE (gcry_ac_list) Not defined although it is in
708 MARK_VISIBLE (gcry_ac_data_encode)
709 MARK_VISIBLE (gcry_ac_data_decode)
710 MARK_VISIBLE (gcry_ac_mpi_to_os)
711 MARK_VISIBLE (gcry_ac_mpi_to_os_alloc)
712 MARK_VISIBLE (gcry_ac_os_to_mpi)
713 MARK_VISIBLE (gcry_ac_data_encrypt_scheme)
714 MARK_VISIBLE (gcry_ac_data_decrypt_scheme)
715 MARK_VISIBLE (gcry_ac_data_sign_scheme)
716 MARK_VISIBLE (gcry_ac_data_verify_scheme)
717 MARK_VISIBLE (gcry_ac_data_to_sexp)
718 MARK_VISIBLE (gcry_ac_data_from_sexp)
719 MARK_VISIBLE (gcry_ac_io_init)
720 MARK_VISIBLE (gcry_ac_io_init_va)
722 MARK_VISIBLE (gcry_kdf_derive)
724 MARK_VISIBLE (gcry_prime_check)
725 MARK_VISIBLE (gcry_prime_generate)
726 MARK_VISIBLE (gcry_prime_group_generator)
727 MARK_VISIBLE (gcry_prime_release_factors)
729 MARK_VISIBLE (gcry_random_add_bytes)
730 MARK_VISIBLE (gcry_random_bytes)
731 MARK_VISIBLE (gcry_random_bytes_secure)
732 MARK_VISIBLE (gcry_randomize)
733 MARK_VISIBLE (gcry_create_nonce)
735 MARK_VISIBLE (gcry_sexp_alist)
736 MARK_VISIBLE (gcry_sexp_append)
737 MARK_VISIBLE (gcry_sexp_build)
738 MARK_VISIBLE (gcry_sexp_build_array)
739 MARK_VISIBLE (gcry_sexp_cadr)
740 MARK_VISIBLE (gcry_sexp_canon_len)
741 MARK_VISIBLE (gcry_sexp_car)
742 MARK_VISIBLE (gcry_sexp_cdr)
743 MARK_VISIBLE (gcry_sexp_cons)
744 MARK_VISIBLE (gcry_sexp_create)
745 MARK_VISIBLE (gcry_sexp_dump)
746 MARK_VISIBLE (gcry_sexp_find_token)
747 MARK_VISIBLE (gcry_sexp_length)
748 MARK_VISIBLE (gcry_sexp_new)
749 MARK_VISIBLE (gcry_sexp_nth)
750 MARK_VISIBLE (gcry_sexp_nth_data)
751 MARK_VISIBLE (gcry_sexp_nth_mpi)
752 MARK_VISIBLE (gcry_sexp_prepend)
753 MARK_VISIBLE (gcry_sexp_release)
754 MARK_VISIBLE (gcry_sexp_sprint)
755 MARK_VISIBLE (gcry_sexp_sscan)
756 MARK_VISIBLE (gcry_sexp_vlist)
757 MARK_VISIBLE (gcry_sexp_nth_string)
759 MARK_VISIBLE (gcry_mpi_add)
760 MARK_VISIBLE (gcry_mpi_add_ui)
761 MARK_VISIBLE (gcry_mpi_addm)
762 MARK_VISIBLE (gcry_mpi_aprint)
763 MARK_VISIBLE (gcry_mpi_clear_bit)
764 MARK_VISIBLE (gcry_mpi_clear_flag)
765 MARK_VISIBLE (gcry_mpi_clear_highbit)
766 MARK_VISIBLE (gcry_mpi_cmp)
767 MARK_VISIBLE (gcry_mpi_cmp_ui)
768 MARK_VISIBLE (gcry_mpi_copy)
769 MARK_VISIBLE (gcry_mpi_div)
770 MARK_VISIBLE (gcry_mpi_dump)
771 MARK_VISIBLE (gcry_mpi_gcd)
772 MARK_VISIBLE (gcry_mpi_get_flag)
773 MARK_VISIBLE (gcry_mpi_get_nbits)
774 MARK_VISIBLE (gcry_mpi_get_opaque)
775 MARK_VISIBLE (gcry_mpi_invm)
776 MARK_VISIBLE (gcry_mpi_mod)
777 MARK_VISIBLE (gcry_mpi_mul)
778 MARK_VISIBLE (gcry_mpi_mul_2exp)
779 MARK_VISIBLE (gcry_mpi_mul_ui)
780 MARK_VISIBLE (gcry_mpi_mulm)
781 MARK_VISIBLE (gcry_mpi_new)
782 MARK_VISIBLE (gcry_mpi_powm)
783 MARK_VISIBLE (gcry_mpi_print)
784 MARK_VISIBLE (gcry_mpi_randomize)
785 MARK_VISIBLE (gcry_mpi_release)
786 MARK_VISIBLE (gcry_mpi_rshift)
787 MARK_VISIBLE (gcry_mpi_lshift)
788 MARK_VISIBLE (gcry_mpi_scan)
789 MARK_VISIBLE (gcry_mpi_set)
790 MARK_VISIBLE (gcry_mpi_set_bit)
791 MARK_VISIBLE (gcry_mpi_set_flag)
792 MARK_VISIBLE (gcry_mpi_set_highbit)
793 MARK_VISIBLE (gcry_mpi_set_opaque)
794 MARK_VISIBLE (gcry_mpi_set_ui)
795 MARK_VISIBLE (gcry_mpi_snew)
796 MARK_VISIBLE (gcry_mpi_sub)
797 MARK_VISIBLE (gcry_mpi_sub_ui)
798 MARK_VISIBLE (gcry_mpi_subm)
799 MARK_VISIBLE (gcry_mpi_swap)
800 MARK_VISIBLE (gcry_mpi_test_bit)
804 #undef MARK_VISIBLE