blob: ffd861ee436b6e200c7a13beb06940456f78cdf0 (
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
|
/* This is an automatically generated file */
#ifndef quirks_H
#ifndef NO_QUIRKS
#define argon2_ctx _sodium_argon2_ctx
#define argon2_decode_string _sodium_argon2_decode_string
#define argon2_encode_string _sodium_argon2_encode_string
#define argon2_fill_memory_blocks _sodium_argon2_fill_memory_blocks
#define argon2_fill_segment_avx2 _sodium_argon2_fill_segment_avx2
#define argon2_fill_segment_avx512f _sodium_argon2_fill_segment_avx512f
#define argon2_fill_segment_ref _sodium_argon2_fill_segment_ref
#define argon2_fill_segment_ssse3 _sodium_argon2_fill_segment_ssse3
#define argon2_finalize _sodium_argon2_finalize
#define argon2_hash _sodium_argon2_hash
#define argon2_initialize _sodium_argon2_initialize
#define argon2_validate_inputs _sodium_argon2_validate_inputs
#define argon2_verify _sodium_argon2_verify
#define argon2i_hash_encoded _sodium_argon2i_hash_encoded
#define argon2i_hash_raw _sodium_argon2i_hash_raw
#define argon2i_verify _sodium_argon2i_verify
#define argon2id_hash_encoded _sodium_argon2id_hash_encoded
#define argon2id_hash_raw _sodium_argon2id_hash_raw
#define argon2id_verify _sodium_argon2id_verify
#define blake2b _sodium_blake2b
#define blake2b_compress_avx2 _sodium_blake2b_compress_avx2
#define blake2b_compress_ref _sodium_blake2b_compress_ref
#define blake2b_compress_sse41 _sodium_blake2b_compress_sse41
#define blake2b_compress_ssse3 _sodium_blake2b_compress_ssse3
#define blake2b_final _sodium_blake2b_final
#define blake2b_init _sodium_blake2b_init
#define blake2b_init_key _sodium_blake2b_init_key
#define blake2b_init_key_salt_personal _sodium_blake2b_init_key_salt_personal
#define blake2b_init_param _sodium_blake2b_init_param
#define blake2b_init_salt_personal _sodium_blake2b_init_salt_personal
#define blake2b_long _sodium_blake2b_long
#define blake2b_pick_best_implementation _sodium_blake2b_pick_best_implementation
#define blake2b_salt_personal _sodium_blake2b_salt_personal
#define blake2b_update _sodium_blake2b_update
#define core_h2c_string_to_hash _sodium_core_h2c_string_to_hash
#define escrypt_PBKDF2_SHA256 _sodium_escrypt_PBKDF2_SHA256
#define escrypt_alloc_region _sodium_escrypt_alloc_region
#define escrypt_free_local _sodium_escrypt_free_local
#define escrypt_free_region _sodium_escrypt_free_region
#define escrypt_gensalt_r _sodium_escrypt_gensalt_r
#define escrypt_init_local _sodium_escrypt_init_local
#define escrypt_kdf_nosse _sodium_escrypt_kdf_nosse
#define escrypt_kdf_sse _sodium_escrypt_kdf_sse
#define escrypt_parse_setting _sodium_escrypt_parse_setting
#define escrypt_r _sodium_escrypt_r
#define fe25519_frombytes _sodium_fe25519_frombytes
#define fe25519_invert _sodium_fe25519_invert
#define fe25519_tobytes _sodium_fe25519_tobytes
#define ge25519_clear_cofactor _sodium_ge25519_clear_cofactor
#define ge25519_double_scalarmult_vartime _sodium_ge25519_double_scalarmult_vartime
#define ge25519_from_hash _sodium_ge25519_from_hash
#define ge25519_from_string _sodium_ge25519_from_string
#define ge25519_from_string_ro _sodium_ge25519_from_string_ro
#define ge25519_from_uniform _sodium_ge25519_from_uniform
#define ge25519_frombytes _sodium_ge25519_frombytes
#define ge25519_frombytes_negate_vartime _sodium_ge25519_frombytes_negate_vartime
#define ge25519_has_small_order _sodium_ge25519_has_small_order
#define ge25519_is_canonical _sodium_ge25519_is_canonical
#define ge25519_is_on_curve _sodium_ge25519_is_on_curve
#define ge25519_is_on_main_subgroup _sodium_ge25519_is_on_main_subgroup
#define ge25519_p1p1_to_p2 _sodium_ge25519_p1p1_to_p2
#define ge25519_p1p1_to_p3 _sodium_ge25519_p1p1_to_p3
#define ge25519_p2_to_p3 _sodium_ge25519_p2_to_p3
#define ge25519_p3_add _sodium_ge25519_p3_add
#define ge25519_p3_sub _sodium_ge25519_p3_sub
#define ge25519_p3_tobytes _sodium_ge25519_p3_tobytes
#define ge25519_scalarmult _sodium_ge25519_scalarmult
#define ge25519_scalarmult_base _sodium_ge25519_scalarmult_base
#define ge25519_tobytes _sodium_ge25519_tobytes
#define ristretto255_from_hash _sodium_ristretto255_from_hash
#define ristretto255_frombytes _sodium_ristretto255_frombytes
#define ristretto255_p3_tobytes _sodium_ristretto255_p3_tobytes
#define sc25519_invert _sodium_sc25519_invert
#define sc25519_is_canonical _sodium_sc25519_is_canonical
#define sc25519_mul _sodium_sc25519_mul
#define sc25519_muladd _sodium_sc25519_muladd
#define sc25519_negate _sodium_sc25519_negate
#define sc25519_reduce _sodium_sc25519_reduce
#define softaes_block_encrypt _sodium_softaes_block_encrypt
#endif
#endif
|