summaryrefslogtreecommitdiff
path: root/security/go.crypto/pkg-plist
blob: 1b48e99ead3936e494d9fcadc80528c066a14e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
%%GO_LIBDIR%%/%%GO_PKGNAME%%/bcrypt.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/blowfish.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/bn256.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/cast5.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/curve25519.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/hkdf.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/md4.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/box.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/secretbox.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ocsp.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/armor.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/clearsign.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/elgamal.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/errors.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/packet.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/s2k.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/otr.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/pbkdf2.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/poly1305.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ripemd160.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20/salsa.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/scrypt.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/sha3.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/agent.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/terminal.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/test.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/testdata.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/twofish.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/xtea.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/xts.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/base64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/block.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/blowfish_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/cipher.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/const.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/bn256.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/bn256_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/constants.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/curve.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/example_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp12.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp2.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp6.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/optate.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/twist.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/const_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/cswap_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/curve25519.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/curve25519_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/freeze_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/ladderstep_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mont25519_amd64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mul_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/square_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/example_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4block.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp/ocsp.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp/ocsp_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/armor.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/armor.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/armor_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/encode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/canonical_text.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/canonical_text_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign/clearsign.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign/clearsign.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign/clearsign_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal/elgamal.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal/elgamal_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors/errors.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/config.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/encrypted_key.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/encrypted_key.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/encrypted_key_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/literal.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/ocfb.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/ocfb_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/one_pass_signature.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/one_pass_signature.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/opaque.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/opaque.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/opaque_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/packet.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/packet.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/packet_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/reader.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/reader.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k/s2k.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k/s2k.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k/s2k_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/write.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/write.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/write_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/libotr_test_helper.c
%%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/otr.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/otr_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/smp.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2/pbkdf2.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2/pbkdf2_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/const_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_amd64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_ref.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160block.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/hsalsa20.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa2020_amd64.s
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa208.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa20_amd64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa20_ref.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa20.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa20.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa20_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt/scrypt.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt/scrypt.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt/scrypt_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/hashes.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakKats.json.deflate
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/register.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/shake.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/forward.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/forward.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/keyring.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/keyring.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server.go.bak
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/testdata_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/benchmark_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/channel.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/common.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/connection.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/example_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mac.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mempipe_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/server.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_bsd.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_linux.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_windows.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/agent_unix_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/cert_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/forward_unix_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/session_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/tcpip_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/test_unix_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/testdata_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/keys.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish/twofish.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish/twofish_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/block.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/cipher.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/xtea_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts_test.go