blob: edfd5019a67f86140ce29f284366e5549ea72ca7 (
plain)
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
|
EXPORTS
nettle_xts_aes256_set_encrypt_key
nettle_xts_aes256_set_decrypt_key
nettle_xts_aes256_encrypt_message
nettle_xts_aes256_decrypt_message
nettle_xts_aes128_set_encrypt_key
nettle_xts_aes128_set_decrypt_key
nettle_xts_aes128_encrypt_message
nettle_xts_aes128_decrypt_message
nettle_xts_encrypt_message
nettle_xts_decrypt_message
nettle_yarrow_key_event_init
nettle_yarrow_key_event_estimate
nettle_yarrow256_init
nettle_yarrow256_seed
nettle_yarrow256_update
nettle_yarrow256_random
nettle_yarrow256_is_seeded
nettle_yarrow256_needed_sources
nettle_yarrow256_fast_reseed
nettle_yarrow256_slow_reseed
_nettle_write_le64
_nettle_write_le32
_nettle_write_be32
nettle_version_major
nettle_version_minor
nettle_umac128_set_key
nettle_umac128_set_nonce
nettle_umac128_update
nettle_umac128_digest
nettle_umac96_set_key
nettle_umac96_set_nonce
nettle_umac96_update
nettle_umac96_digest
nettle_umac64_set_key
nettle_umac64_set_nonce
nettle_umac64_update
nettle_umac64_digest
nettle_umac32_set_key
nettle_umac32_set_nonce
nettle_umac32_update
nettle_umac32_digest
_nettle_umac_set_key
_nettle_umac_poly128
_nettle_umac_poly64
_nettle_umac_l3_init
_nettle_umac_l3
_nettle_umac_l2_init
_nettle_umac_l2
_nettle_umac_l2_final
_nettle_umac_nh_n
_nettle_umac_nh
nettle_sm4
nettle_sm4_set_encrypt_key
nettle_sm4_set_decrypt_key
nettle_sm4_crypt
nettle_twofish128
nettle_twofish192
nettle_twofish256
nettle_twofish_set_key
nettle_twofish128_set_key
nettle_twofish192_set_key
nettle_twofish256_set_key
nettle_twofish_encrypt
nettle_twofish_decrypt
nettle_streebog256
nettle_streebog512
nettle_streebog512_init
nettle_streebog512_update
nettle_streebog512_digest
nettle_streebog256_init
nettle_streebog256_digest
nettle_serpent128
nettle_serpent192
nettle_serpent256
nettle_serpent_decrypt
nettle_serpent_encrypt
nettle_serpent_set_key
nettle_serpent128_set_key
nettle_serpent192_set_key
nettle_serpent256_set_key
nettle_sm3
nettle_sm3_init
nettle_sm3_update
nettle_sm3_digest
nettle_sha3_256_shake
nettle_sha3_512
nettle_sha3_512_init
nettle_sha3_512_update
nettle_sha3_512_digest
nettle_sha3_384
nettle_sha3_384_init
nettle_sha3_384_update
nettle_sha3_384_digest
nettle_sha3_256
nettle_sha3_256_init
nettle_sha3_256_update
nettle_sha3_256_digest
nettle_sha3_224
nettle_sha3_224_init
nettle_sha3_224_update
nettle_sha3_224_digest
nettle_sha3_permute
_nettle_sha3_update
_nettle_sha3_pad
nettle_sha512_256
nettle_sha512_224
nettle_sha512
nettle_sha384
_nettle_sha512_compress
nettle_sha512_init
nettle_sha512_update
nettle_sha512_digest
nettle_sha512_compress
nettle_sha384_init
nettle_sha384_digest
nettle_sha512_224_init
nettle_sha512_224_digest
nettle_sha512_256_init
nettle_sha512_256_digest
nettle_sha256
nettle_sha224
_nettle_sha256_compress_n
nettle_sha256_init
nettle_sha256_update
nettle_sha256_digest
nettle_sha256_compress
nettle_sha224_init
nettle_sha224_digest
nettle_sha1
nettle_sha1_compress
nettle_sha1_init
nettle_sha1_update
nettle_sha1_digest
nettle_salsa20_256_set_key
nettle_salsa20_128_set_key
nettle_salsa20_set_nonce
nettle_salsa20_set_key
nettle_salsa20r12_crypt
nettle_salsa20_crypt
_nettle_salsa20_crypt
_nettle_salsa20_core
nettle_ripemd160
_nettle_ripemd160_compress
nettle_ripemd160_init
nettle_ripemd160_update
nettle_ripemd160_digest
nettle_realloc
nettle_xrealloc
_nettle_poly1305_update
_nettle_poly1305_set_key
_nettle_poly1305_digest
_nettle_poly1305_block
nettle_poly1305_aes_set_key
nettle_poly1305_aes_set_nonce
nettle_poly1305_aes_update
nettle_poly1305_aes_digest
nettle_pbkdf2_hmac_sha512
nettle_pbkdf2_hmac_sha384
nettle_pbkdf2_hmac_sha256
nettle_pbkdf2_hmac_sha1
nettle_pbkdf2_hmac_gosthash94cp
nettle_pbkdf2
nettle_ocb_aes128_set_encrypt_key
nettle_ocb_aes128_set_decrypt_key
nettle_ocb_aes128_set_nonce
nettle_ocb_aes128_update
nettle_ocb_aes128_encrypt
nettle_ocb_aes128_decrypt
nettle_ocb_aes128_digest
nettle_ocb_aes128_encrypt_message
nettle_ocb_aes128_decrypt_message
nettle_ocb_set_key
nettle_ocb_set_nonce
nettle_ocb_update
nettle_ocb_encrypt
nettle_ocb_decrypt
nettle_ocb_digest
nettle_ocb_encrypt_message
nettle_ocb_decrypt_message
_nettle_macs
nettle_get_macs
_nettle_hashes
nettle_get_hashes
_nettle_ciphers
nettle_get_ciphers
_nettle_armors
nettle_get_armors
_nettle_aeads
nettle_get_aeads
nettle_lookup_hash
nettle_memxor3
nettle_memxor
nettle_memeql_sec
nettle_md5
nettle_MD5Init
nettle_MD5Update
nettle_MD5Final
nettle_md5_compress
nettle_md5_init
nettle_md5_update
nettle_md5_digest
nettle_md4
nettle_md4_init
nettle_md4_update
nettle_md4_digest
nettle_md2
nettle_md2_init
nettle_md2_update
nettle_md2_digest
nettle_hkdf_extract
nettle_hkdf_expand
nettle_knuth_lfib_init
nettle_knuth_lfib_get
nettle_knuth_lfib_get_array
nettle_knuth_lfib_random
nettle_hmac_sm3
nettle_hmac_streebog256
nettle_hmac_streebog512
nettle_hmac_sha512
nettle_hmac_sha384
nettle_hmac_sha256
nettle_hmac_sha224
nettle_hmac_sha1
nettle_hmac_ripemd160
nettle_hmac_md5
nettle_hmac_sm3_set_key
nettle_hmac_sm3_update
nettle_hmac_sm3_digest
nettle_hmac_streebog512_set_key
nettle_hmac_streebog512_update
nettle_hmac_streebog512_digest
nettle_hmac_streebog256_set_key
nettle_hmac_streebog256_digest
nettle_hmac_sha512_set_key
nettle_hmac_sha512_update
nettle_hmac_sha512_digest
nettle_hmac_sha384_set_key
nettle_hmac_sha384_digest
nettle_hmac_sha256_set_key
nettle_hmac_sha256_update
nettle_hmac_sha256_digest
nettle_hmac_sha224_set_key
nettle_hmac_sha224_digest
nettle_hmac_sha1_set_key
nettle_hmac_sha1_update
nettle_hmac_sha1_digest
nettle_hmac_ripemd160_set_key
nettle_hmac_ripemd160_update
nettle_hmac_ripemd160_digest
nettle_hmac_md5_set_key
nettle_hmac_md5_update
nettle_hmac_md5_digest
nettle_hmac_gosthash94_set_key
nettle_hmac_gosthash94_update
nettle_hmac_gosthash94_digest
nettle_hmac_gosthash94cp_set_key
nettle_hmac_gosthash94cp_update
nettle_hmac_gosthash94cp_digest
nettle_hmac_set_key
nettle_hmac_update
nettle_hmac_digest
nettle_gosthash94
nettle_gosthash94cp
nettle_gosthash94_init
nettle_gosthash94_update
nettle_gosthash94_digest
nettle_gosthash94cp_update
nettle_gosthash94cp_digest
_nettle_gost28147_param_test_3411
_nettle_gost28147_param_CryptoPro_3411
_nettle_gost28147_encrypt_block
nettle_cmac_des3
nettle_cmac_aes256
nettle_cmac_aes128
nettle_cmac_des3_set_key
nettle_cmac_des3_update
nettle_cmac_des3_digest
nettle_cmac_aes256_set_key
nettle_cmac_aes256_update
nettle_cmac_aes256_digest
nettle_cmac_aes128_set_key
nettle_cmac_aes128_update
nettle_cmac_aes128_digest
nettle_cmac64_set_key
nettle_cmac64_init
nettle_cmac64_update
nettle_cmac64_digest
nettle_cmac128_set_key
nettle_cmac128_init
nettle_cmac128_update
nettle_cmac128_digest
nettle_gcm_sm4
nettle_gcm_sm4_set_key
nettle_gcm_sm4_set_iv
nettle_gcm_sm4_update
nettle_gcm_sm4_encrypt
nettle_gcm_sm4_decrypt
nettle_gcm_sm4_digest
nettle_gcm_camellia256
nettle_gcm_camellia256_set_key
nettle_gcm_camellia256_set_iv
nettle_gcm_camellia256_update
nettle_gcm_camellia256_encrypt
nettle_gcm_camellia256_decrypt
nettle_gcm_camellia256_digest
nettle_gcm_camellia128
nettle_gcm_camellia128_set_key
nettle_gcm_camellia128_set_iv
nettle_gcm_camellia128_update
nettle_gcm_camellia128_encrypt
nettle_gcm_camellia128_decrypt
nettle_gcm_camellia128_digest
nettle_gcm_aes256
nettle_gcm_aes256_set_key
nettle_gcm_aes256_update
nettle_gcm_aes256_set_iv
nettle_gcm_aes256_encrypt
nettle_gcm_aes256_decrypt
nettle_gcm_aes256_digest
nettle_gcm_aes192
nettle_gcm_aes192_set_key
nettle_gcm_aes192_update
nettle_gcm_aes192_set_iv
nettle_gcm_aes192_encrypt
nettle_gcm_aes192_decrypt
nettle_gcm_aes192_digest
nettle_gcm_aes128
nettle_gcm_aes128_set_key
nettle_gcm_aes128_update
nettle_gcm_aes128_set_iv
nettle_gcm_aes128_encrypt
nettle_gcm_aes128_decrypt
nettle_gcm_aes128_digest
nettle_gcm_aes_set_key
nettle_gcm_aes_set_iv
nettle_gcm_aes_update
nettle_gcm_aes_encrypt
nettle_gcm_aes_decrypt
nettle_gcm_aes_digest
nettle_gcm_set_key
nettle_gcm_set_iv
nettle_gcm_update
nettle_gcm_encrypt
nettle_gcm_decrypt
nettle_gcm_digest
_nettle_siv_ghash_update
_nettle_siv_ghash_set_key
_nettle_ghash_update
_nettle_ghash_set_key
nettle_eax_aes128
nettle_eax_aes128_set_key
nettle_eax_aes128_set_nonce
nettle_eax_aes128_update
nettle_eax_aes128_encrypt
nettle_eax_aes128_decrypt
nettle_eax_aes128_digest
nettle_eax_set_key
nettle_eax_set_nonce
nettle_eax_update
nettle_eax_encrypt
nettle_eax_decrypt
nettle_eax_digest
nettle_des3_set_key
nettle_des3_encrypt
nettle_des3_decrypt
nettle_des_set_key
nettle_des_encrypt
nettle_des_decrypt
nettle_des_check_parity
nettle_des_fix_parity
_nettle_ctr_crypt16
nettle_ctr_crypt
nettle_chacha_set_nonce
nettle_chacha_set_nonce96
nettle_chacha_set_counter
nettle_chacha_set_counter32
nettle_chacha_set_key
nettle_chacha_poly1305
nettle_chacha_poly1305_set_key
nettle_chacha_poly1305_set_nonce
nettle_chacha_poly1305_update
nettle_chacha_poly1305_encrypt
nettle_chacha_poly1305_decrypt
nettle_chacha_poly1305_digest
_nettle_chacha_core
nettle_chacha_crypt
nettle_chacha_crypt32
nettle_cnd_memcpy
nettle_siv_gcm_aes256_encrypt_message
nettle_siv_gcm_aes256_decrypt_message
nettle_siv_gcm_aes128_encrypt_message
nettle_siv_gcm_aes128_decrypt_message
nettle_siv_gcm_encrypt_message
nettle_siv_gcm_decrypt_message
nettle_siv_cmac_aes256_set_key
nettle_siv_cmac_aes256_encrypt_message
nettle_siv_cmac_aes256_decrypt_message
nettle_siv_cmac_aes128_set_key
nettle_siv_cmac_aes128_encrypt_message
nettle_siv_cmac_aes128_decrypt_message
nettle_siv_cmac_set_key
nettle_siv_cmac_encrypt_message
nettle_siv_cmac_decrypt_message
nettle_cfb_encrypt
nettle_cfb_decrypt
nettle_cfb8_encrypt
nettle_cfb8_decrypt
nettle_ccm_aes256_set_key
nettle_ccm_aes256_set_nonce
nettle_ccm_aes256_update
nettle_ccm_aes256_encrypt
nettle_ccm_aes256_decrypt
nettle_ccm_aes256_digest
nettle_ccm_aes256_encrypt_message
nettle_ccm_aes256_decrypt_message
nettle_ccm_aes192_set_key
nettle_ccm_aes192_set_nonce
nettle_ccm_aes192_update
nettle_ccm_aes192_encrypt
nettle_ccm_aes192_decrypt
nettle_ccm_aes192_digest
nettle_ccm_aes192_encrypt_message
nettle_ccm_aes192_decrypt_message
nettle_ccm_aes128_set_key
nettle_ccm_aes128_set_nonce
nettle_ccm_aes128_update
nettle_ccm_aes128_encrypt
nettle_ccm_aes128_decrypt
nettle_ccm_aes128_digest
nettle_ccm_aes128_encrypt_message
nettle_ccm_aes128_decrypt_message
nettle_ccm_set_nonce
nettle_ccm_update
nettle_ccm_encrypt
nettle_ccm_decrypt
nettle_ccm_digest
nettle_ccm_encrypt_message
nettle_ccm_decrypt_message
nettle_cbc_aes256_encrypt
nettle_cbc_aes192_encrypt
nettle_cbc_aes128_encrypt
nettle_cbc_encrypt
nettle_cbc_decrypt
nettle_cast128
nettle_cast5_set_key
nettle_cast128_set_key
nettle_cast128_encrypt
nettle_cast128_decrypt
nettle_camellia256
nettle_camellia256_set_decrypt_key
nettle_camellia256_invert_key
nettle_camellia192_set_decrypt_key
nettle_camellia256_crypt
nettle_camellia256_set_encrypt_key
nettle_camellia192_set_encrypt_key
nettle_camellia192
nettle_camellia128
nettle_camellia_set_decrypt_key
nettle_camellia128_invert_key
nettle_camellia128_crypt
nettle_camellia128_set_encrypt_key
_nettle_camellia_invert_key
_nettle_camellia_absorb
_nettle_camellia_table
_nettle_camellia_crypt
nettle_buffer_init
nettle_buffer_init_realloc
nettle_buffer_init_size
nettle_buffer_clear
nettle_buffer_reset
nettle_buffer_grow
nettle_buffer_write
nettle_buffer_space
nettle_buffer_copy
nettle_base64url
nettle_base64url_decode_init
nettle_base64url_encode_init
nettle_base64
nettle_base64_decode_init
nettle_base64_decode_single
nettle_base64_decode_update
nettle_base64_decode_final
nettle_base64_encode_init
nettle_base64_encode_single
nettle_base64_encode_update
nettle_base64_encode_final
nettle_base64_encode_raw
nettle_base64_encode_group
nettle_base16
nettle_base16_decode_init
nettle_base16_decode_single
nettle_base16_decode_update
nettle_base16_decode_final
nettle_base16_encode_single
nettle_base16_encode_update
nettle_balloon_sha512
nettle_balloon_sha384
nettle_balloon_sha256
nettle_balloon_sha1
nettle_balloon
nettle_balloon_itch
nettle_blowfish_bcrypt_hash
nettle_blowfish_bcrypt_verify
_nettle_blowfish_initial_ctx
nettle_blowfish_set_key
nettle_blowfish128_set_key
nettle_blowfish_encrypt
nettle_blowfish_decrypt
_nettle_blowfish_encround
nettle_arctwo40
nettle_arctwo64
nettle_arctwo128
nettle_arctwo_gutmann128
nettle_arctwo_set_key_ekb
nettle_arctwo_set_key
nettle_arctwo40_set_key
nettle_arctwo64_set_key
nettle_arctwo128_set_key
nettle_arctwo_set_key_gutmann
nettle_arctwo128_set_key_gutmann
nettle_arctwo_encrypt
nettle_arctwo_decrypt
nettle_arcfour_set_key
nettle_arcfour128_set_key
nettle_arcfour_crypt
nettle_nist_keywrap16
nettle_nist_keyunwrap16
nettle_aes128_keywrap
nettle_aes192_keywrap
nettle_aes256_keywrap
nettle_aes128_keyunwrap
nettle_aes192_keyunwrap
nettle_aes256_keyunwrap
nettle_aes256
nettle_aes256_set_decrypt_key
nettle_aes256_invert_key
nettle_aes256_set_encrypt_key
nettle_aes192
nettle_aes192_set_decrypt_key
nettle_aes192_invert_key
nettle_aes192_set_encrypt_key
nettle_aes128
nettle_aes128_set_decrypt_key
nettle_aes128_invert_key
nettle_aes128_set_encrypt_key
nettle_aes_set_decrypt_key
nettle_aes_invert_key
nettle_aes_set_encrypt_key
_nettle_aes_set_key
_nettle_aes_invert
nettle_aes256_encrypt
nettle_aes192_encrypt
nettle_aes128_encrypt
_nettle_aes_encrypt_table
nettle_aes_encrypt
_nettle_aes_encrypt
nettle_aes256_decrypt
nettle_aes192_decrypt
nettle_aes128_decrypt
_nettle_aes_decrypt_table
nettle_aes_decrypt
_nettle_aes_decrypt
nettle_sha3_256_shake_output
nettle_sha3_128_init
nettle_sha3_128_update
nettle_sha3_128_shake_output
|