Skip to content
Snippets Groups Projects
Select Git revision
  • eb28503d4da145a1c2e32a63ca620c89fc64789c
  • master default protected
  • siv-mode
  • delete-des-compat
  • delete-rsa_blind
  • aes-struct-layout
  • master-updates
  • release-3.4-fixes
  • struct-layout
  • attribute-deprecated
  • rename-data-symbols
  • x86_64-sha_ni-sha256
  • ecc-params-tweak
  • delete-old-aes
  • cmac-support
  • x86_64-sha_ni-sha1
  • gcm-ctr-opt
  • ctr-opt
  • skein
  • api-opaque-fix
  • curve448
  • nettle_3.4.1_release_20181204
  • nettle_3.4.1rc1
  • nettle_3.4_release_20171119
  • nettle_3.4rc2
  • nettle_3.4rc1
  • nettle_3.3_release_20161001
  • nettle_3.2_release_20160128
  • nettle_3.1.1_release_20150424
  • nettle_3.1_release_20150407
  • nettle_3.1rc3
  • nettle_3.1rc2
  • nettle_3.1rc1
  • nettle_3.0_release_20140607
  • nettle_2.7.1_release_20130528
  • nettle_2.7_release_20130424
  • nettle_2.6_release_20130116
  • nettle_2.5_release_20120707
  • converted-master-branch-to-git
  • nettle_2.4_release_20110903
  • nettle_2.3_release_20110902
41 results

bignum-random.c

Blame
  • Forked from Nettle / nettle
    Source project has a limited visibility.
    • Niels Möller's avatar
      b25c45a3
      * bignum-random.c: New file. · b25c45a3
      Niels Möller authored
      (nettle_mpz_random): New function.
      (nettle_mpz_random_size): New function, renamed and moved here
      from...
      * rsa-keygen.c (bignum_random_size): ... here. Updated all
      callers.
      
      Rev: src/nettle/bignum-random.c:1.1
      Rev: src/nettle/rsa-keygen.c:1.4
      b25c45a3
      History
      * bignum-random.c: New file.
      Niels Möller authored
      (nettle_mpz_random): New function.
      (nettle_mpz_random_size): New function, renamed and moved here
      from...
      * rsa-keygen.c (bignum_random_size): ... here. Updated all
      callers.
      
      Rev: src/nettle/bignum-random.c:1.1
      Rev: src/nettle/rsa-keygen.c:1.4
    prot-a-output.h 3.11 KiB
    /*
     * $Id: prot-a-output.h,v 0.6 1992/04/04 17:30:55 ceder Exp $
     * Copyright (C) 1991  Lysator Academic Computer Association.
     *
     * This file is part of the LysKOM server.
     * 
     * LysKOM is free software; you can redistribute it and/or modify it
     * under the terms of the GNU General Public License as published by 
     * the Free Software Foundation; either version 1, or (at your option) 
     * any later version.
     * 
     * LysKOM is distributed in the hope that it will be useful, but WITHOUT
     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     * for more details.
     * 
     * You should have received a copy of the GNU General Public License
     * along with LysKOM; see the file COPYING.  If not, write to
     * Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
     * or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, 
     * MA 02139, USA.
     *
     * Please mail bug reports to bug-lyskom@lysator.liu.se. 
     */
    /*
     * $Id: prot-a-output.h,v 0.6 1992/04/04 17:30:55 ceder Exp $
     *
     */
    extern void
    prot_a_output_person(Connection *fp,
    		     Person *person);
    
    
    extern void
    prot_a_output_membership(Connection *fp,
    			 const Membership *mship);
    
    extern void
    prot_a_output_membership_list(Connection *fp,
    			      Membership_list mlist);
    
    extern void
    prot_a_output_conf_list(Connection *fp,
    			Conf_list_old conf_list);
    
    extern void
    prot_a_output_conf_no_list(Connection *fp,
    			   Conf_no_list conf_no_list);
    
    extern void
    prot_a_output_conference(Connection *fp,
    			 Conference *conf_c);
    
    extern void
    prot_a_output_mark_list(Connection *fp,
    			Mark_list mark_list);
    
    extern void
    prot_a_output_text_stat(Connection *fp,
    			Text_stat *t_stat);
    
    extern void
    prot_a_output_text_list(Connection *fp,
    			Text_list text_list);
    
    extern void
    prot_a_output_info(Connection *fp,
    		   Info *info);
    
    void
    prot_a_output_who_info(Connection *fp,
    		       Who_info *info);
    
    extern void
    prot_a_output_who_info_list(Connection *fp,
    			    Who_info_list info);
    
    extern void
    prot_a_output_who_info_ident_list(Connection *fp,
    				  Who_info_ident_list info);
    
    extern void
    prot_a_output_who_info_list_old(Connection *fp,
    				Who_info_list_old info);
    
    void
    prot_a_output_session_info(Connection *fp,
    			   Session_info *info);
    
    void
    prot_a_output_session_info_ident(Connection *fp,
    				 Session_info_ident *info);
    
    extern void
    prot_a_output_string(Connection *fp,
    		     String str);
    
    extern void
    prot_a_output_priv_bits(Connection *fp,
    			Priv_bits bits);
    
    extern void
    prot_a_output_personal_flags(Connection *fp,
    			     Personal_flags flags);
    
    
    extern void
    prot_a_output_conf_type(Connection *fp,
    			Conf_type type);
    
    extern void
    prot_a_output_member_list(Connection *fp,
    			  Member_list m_list);
    
    extern void
    prot_a_output_mark(Connection *fp,
    		   Mark mark);
    
    extern void
    prot_a_output_misc_info(Connection *fp, 
    			Misc_info misc);
    
    extern void
    prot_a_output_member(Connection *fp,
    		     Member member);
    
    void
    prot_a_output_time(Connection *fp,
    		   time_t clock);
    
    void
    prot_a_output_session_no(Connection *fp,
    			 Session_no session_no);
    
    void
    prot_a_output_text_no(Connection *fp,
    		      Text_no text);