diff options
Diffstat (limited to 'linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h')
-rw-r--r--[-rwxr-xr-x] | linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h b/linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h index 26ba20e..7b8b712 100755..100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/cipher/random.h | |||
@@ -1,42 +1,42 @@ | |||
1 | /* random.h - random functions | 1 | /* random.h - random functions |
2 | * Copyright (C) 1998, 2002 Free Software Foundation, Inc. | 2 | * Copyright (C) 1998, 2002 Free Software Foundation, Inc. |
3 | * | 3 | * |
4 | * This file is part of Libgcrypt. | 4 | * This file is part of Libgcrypt. |
5 | * | 5 | * |
6 | * Libgcrypt is free software; you can redistribute it and/or modify | 6 | * Libgcrypt is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU Lesser General Public License as | 7 | * it under the terms of the GNU Lesser General Public License as |
8 | * published by the Free Software Foundation; either version 2.1 of | 8 | * published by the Free Software Foundation; either version 2.1 of |
9 | * the License, or (at your option) any later version. | 9 | * the License, or (at your option) any later version. |
10 | * | 10 | * |
11 | * Libgcrypt is distributed in the hope that it will be useful, | 11 | * Libgcrypt is distributed in the hope that it will be useful, |
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU Lesser General Public License for more details. | 14 | * GNU Lesser General Public License for more details. |
15 | * | 15 | * |
16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | * License along with this program; if not, write to the Free Software | 17 | * License along with this program; if not, write to the Free Software |
18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | 18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
19 | */ | 19 | */ |
20 | #ifndef G10_RANDOM_H | 20 | #ifndef G10_RANDOM_H |
21 | #define G10_RANDOM_H | 21 | #define G10_RANDOM_H |
22 | 22 | ||
23 | #include "types.h" | 23 | #include "types.h" |
24 | 24 | ||
25 | void _gcry_random_initialize (int); | 25 | void _gcry_random_initialize (int); |
26 | void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int), | 26 | void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int), |
27 | void *cb_data ); | 27 | void *cb_data ); |
28 | void _gcry_random_dump_stats(void); | 28 | void _gcry_random_dump_stats(void); |
29 | void _gcry_secure_random_alloc(void); | 29 | void _gcry_secure_random_alloc(void); |
30 | int _gcry_quick_random_gen( int onoff ); | 30 | int _gcry_quick_random_gen( int onoff ); |
31 | int _gcry_random_is_faked(void); | 31 | int _gcry_random_is_faked(void); |
32 | void _gcry_set_random_seed_file (const char *name); | 32 | void _gcry_set_random_seed_file (const char *name); |
33 | void _gcry_update_random_seed_file (void); | 33 | void _gcry_update_random_seed_file (void); |
34 | 34 | ||
35 | byte *_gcry_get_random_bits( size_t nbits, int level, int secure ); | 35 | byte *_gcry_get_random_bits( size_t nbits, int level, int secure ); |
36 | void _gcry_fast_random_poll( void ); | 36 | void _gcry_fast_random_poll( void ); |
37 | 37 | ||
38 | #endif /*G10_RANDOM_H*/ | 38 | #endif /*G10_RANDOM_H*/ |
39 | 39 | ||
40 | 40 | ||
41 | 41 | ||
42 | 42 | ||