Tizen 2.0 Release
[external/libgnutls26.git] / tests / suppressions.valgrind
1 # libgcrypt.supp -- Valgrind suppresion file for libgcrypt
2
3 # Copyright (C) 2008, 2009, 2010  Free Software Foundation, Inc.
4
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.
8
9 {
10    libgcrypt1
11    Memcheck:Leak
12    fun:malloc
13    fun:_gcry_private_malloc
14    fun:do_malloc
15    fun:_gcry_malloc
16    fun:_gcry_module_add
17    fun:gcry_pk_register_default
18    fun:_gcry_pk_init
19    fun:global_init
20    fun:_gcry_check_version
21    fun:gcry_check_version
22    fun:gnutls_global_init
23 }
24
25 {
26    libgcrypt1-new
27    Memcheck:Leak
28    fun:malloc
29    fun:_gcry_private_malloc
30    fun:do_malloc
31    fun:_gcry_malloc
32    fun:_gcry_module_add
33    fun:pk_register_default
34    fun:_gcry_pk_init
35    fun:global_init
36    fun:_gcry_check_version
37    fun:gcry_check_version
38    fun:gnutls_global_init
39 }
40
41 {
42    libgcrypt2
43    Memcheck:Leak
44    fun:malloc
45    fun:_gcry_private_malloc
46    fun:do_malloc
47    fun:_gcry_malloc
48    fun:_gcry_module_add
49    fun:gcry_md_register_default
50    fun:_gcry_md_init
51    fun:global_init
52    fun:_gcry_check_version
53    fun:gcry_check_version
54    fun:gnutls_global_init
55 }
56
57 {
58    libgcrypt2-new
59    Memcheck:Leak
60    fun:malloc
61    fun:_gcry_private_malloc
62    fun:do_malloc
63    fun:_gcry_malloc
64    fun:_gcry_module_add
65    fun:md_register_default
66    fun:_gcry_md_init
67    fun:global_init
68    fun:_gcry_check_version
69    fun:gcry_check_version
70    fun:gnutls_global_init
71 }
72
73 {
74    libgcrypt3
75    Memcheck:Leak
76    fun:malloc
77    fun:_gcry_private_malloc
78    fun:do_malloc
79    fun:_gcry_malloc
80    fun:_gcry_module_add
81    fun:gcry_cipher_register_default
82    fun:_gcry_cipher_init
83    fun:global_init
84    fun:_gcry_check_version
85    fun:gcry_check_version
86    fun:gnutls_global_init
87 }
88
89 {
90    libgcrypt3-new
91    Memcheck:Leak
92    fun:malloc
93    fun:_gcry_private_malloc
94    fun:do_malloc
95    fun:_gcry_malloc
96    fun:_gcry_module_add
97    fun:cipher_register_default
98    fun:_gcry_cipher_init
99    fun:global_init
100    fun:_gcry_check_version
101    fun:gcry_check_version
102    fun:gnutls_global_init
103 }
104
105 {
106    libgcrypt4
107    Memcheck:Leak
108    fun:malloc
109    fun:do_malloc
110    fun:_gcry_malloc
111    fun:_gcry_xmalloc
112    fun:_gcry_xcalloc
113    fun:initialize
114    fun:_gcry_randomize
115    fun:gcry_randomize
116    fun:gc_pseudo_random
117    fun:_gnutls_rnd_init
118    fun:gnutls_global_init
119 }
120
121 {
122    libgcrypt5
123    Memcheck:Leak
124    fun:malloc
125    fun:_gcry_private_malloc
126    fun:do_malloc
127    fun:_gcry_malloc
128    fun:_gcry_xmalloc
129    fun:_gcry_xcalloc
130    fun:initialize
131    fun:_gcry_randomize
132    fun:gcry_randomize
133    fun:gc_pseudo_random
134    fun:_gnutls_rnd_init
135    fun:gnutls_global_init
136 }
137
138 {
139    libgcrypt6
140    Memcheck:Leak
141    fun:malloc
142    fun:do_malloc
143    fun:_gcry_malloc
144    fun:_gcry_xmalloc
145    fun:_gcry_xcalloc
146    fun:initialize
147    fun:_gcry_create_nonce
148    fun:gcry_create_nonce
149    fun:wrap_gcry_rnd_init
150    fun:_gnutls_rnd_init
151    fun:gnutls_global_init
152 }
153
154 {
155    libgcrypt7
156    Memcheck:Leak
157    fun:malloc
158    fun:_gcry_private_malloc
159    fun:do_malloc
160    fun:_gcry_malloc
161    fun:_gcry_xmalloc
162    fun:_gcry_xcalloc
163    fun:initialize
164    fun:_gcry_create_nonce
165    fun:gcry_create_nonce
166    fun:wrap_gcry_rnd_init
167    fun:_gnutls_rnd_init
168    fun:gnutls_global_init
169 }
170
171 {
172    libgcrypt7-new
173    Memcheck:Leak
174    fun:malloc
175    fun:_gcry_private_malloc
176    fun:do_malloc
177    fun:_gcry_malloc
178    fun:_gcry_xmalloc
179    fun:_gcry_xcalloc
180    fun:initialize
181    fun:_gcry_rngcsprng_create_nonce
182    fun:_gcry_create_nonce
183    fun:gcry_create_nonce
184    fun:wrap_gcry_rnd_init
185    fun:_gnutls_rnd_init
186    fun:gnutls_global_init
187 }