@@ -33,108 +33,4 @@ PHP_RINIT_FUNCTION(sodium);
33
33
PHP_RSHUTDOWN_FUNCTION (sodium );
34
34
PHP_MINFO_FUNCTION (sodium );
35
35
36
- PHP_FUNCTION (sodium_add );
37
- PHP_FUNCTION (sodium_base642bin );
38
- PHP_FUNCTION (sodium_bin2base64 );
39
- PHP_FUNCTION (sodium_bin2hex );
40
- PHP_FUNCTION (sodium_compare );
41
- PHP_FUNCTION (sodium_crypto_aead_aes256gcm_decrypt );
42
- PHP_FUNCTION (sodium_crypto_aead_aes256gcm_encrypt );
43
- PHP_FUNCTION (sodium_crypto_aead_aes256gcm_is_available );
44
- PHP_FUNCTION (sodium_crypto_aead_aes256gcm_keygen );
45
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_decrypt );
46
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_encrypt );
47
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_decrypt );
48
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_encrypt );
49
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_keygen );
50
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_keygen );
51
- PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_decrypt );
52
- PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_encrypt );
53
- PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_keygen );
54
- PHP_FUNCTION (sodium_crypto_auth );
55
- PHP_FUNCTION (sodium_crypto_auth_keygen );
56
- PHP_FUNCTION (sodium_crypto_auth_verify );
57
- PHP_FUNCTION (sodium_crypto_box );
58
- PHP_FUNCTION (sodium_crypto_box_keypair );
59
- PHP_FUNCTION (sodium_crypto_box_keypair_from_secretkey_and_publickey );
60
- PHP_FUNCTION (sodium_crypto_box_open );
61
- PHP_FUNCTION (sodium_crypto_box_publickey );
62
- PHP_FUNCTION (sodium_crypto_box_publickey_from_secretkey );
63
- PHP_FUNCTION (sodium_crypto_box_seal );
64
- PHP_FUNCTION (sodium_crypto_box_seal_open );
65
- PHP_FUNCTION (sodium_crypto_box_secretkey );
66
- PHP_FUNCTION (sodium_crypto_box_seed_keypair );
67
- PHP_FUNCTION (sodium_crypto_core_ristretto255_add );
68
- PHP_FUNCTION (sodium_crypto_core_ristretto255_from_hash );
69
- PHP_FUNCTION (sodium_crypto_core_ristretto255_is_valid_point );
70
- PHP_FUNCTION (sodium_crypto_core_ristretto255_random );
71
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_add );
72
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_complement );
73
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_invert );
74
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_mul );
75
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_negate );
76
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_random );
77
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_reduce );
78
- PHP_FUNCTION (sodium_crypto_core_ristretto255_scalar_sub );
79
- PHP_FUNCTION (sodium_crypto_core_ristretto255_sub );
80
- PHP_FUNCTION (sodium_crypto_generichash );
81
- PHP_FUNCTION (sodium_crypto_generichash_final );
82
- PHP_FUNCTION (sodium_crypto_generichash_init );
83
- PHP_FUNCTION (sodium_crypto_generichash_keygen );
84
- PHP_FUNCTION (sodium_crypto_generichash_update );
85
- PHP_FUNCTION (sodium_crypto_kdf_derive_from_key );
86
- PHP_FUNCTION (sodium_crypto_kdf_keygen );
87
- PHP_FUNCTION (sodium_crypto_kx_client_session_keys );
88
- PHP_FUNCTION (sodium_crypto_kx_keypair );
89
- PHP_FUNCTION (sodium_crypto_kx_publickey );
90
- PHP_FUNCTION (sodium_crypto_kx_secretkey );
91
- PHP_FUNCTION (sodium_crypto_kx_seed_keypair );
92
- PHP_FUNCTION (sodium_crypto_kx_server_session_keys );
93
- PHP_FUNCTION (sodium_crypto_pwhash );
94
- PHP_FUNCTION (sodium_crypto_pwhash_scryptsalsa208sha256 );
95
- PHP_FUNCTION (sodium_crypto_pwhash_scryptsalsa208sha256_str );
96
- PHP_FUNCTION (sodium_crypto_pwhash_scryptsalsa208sha256_str_verify );
97
- PHP_FUNCTION (sodium_crypto_pwhash_str );
98
- PHP_FUNCTION (sodium_crypto_pwhash_str_needs_rehash );
99
- PHP_FUNCTION (sodium_crypto_pwhash_str_verify );
100
- PHP_FUNCTION (sodium_crypto_scalarmult );
101
- PHP_FUNCTION (sodium_crypto_scalarmult_base );
102
- PHP_FUNCTION (sodium_crypto_scalarmult_ristretto255 );
103
- PHP_FUNCTION (sodium_crypto_scalarmult_ristretto255_base );
104
- PHP_FUNCTION (sodium_crypto_secretbox );
105
- PHP_FUNCTION (sodium_crypto_secretbox_keygen );
106
- PHP_FUNCTION (sodium_crypto_secretbox_open );
107
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_keygen );
108
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_init_push );
109
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_push );
110
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_init_pull );
111
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_pull );
112
- PHP_FUNCTION (sodium_crypto_secretstream_xchacha20poly1305_rekey );
113
- PHP_FUNCTION (sodium_crypto_shorthash );
114
- PHP_FUNCTION (sodium_crypto_shorthash_keygen );
115
- PHP_FUNCTION (sodium_crypto_sign );
116
- PHP_FUNCTION (sodium_crypto_sign_detached );
117
- PHP_FUNCTION (sodium_crypto_sign_ed25519_pk_to_curve25519 );
118
- PHP_FUNCTION (sodium_crypto_sign_ed25519_sk_to_curve25519 );
119
- PHP_FUNCTION (sodium_crypto_sign_keypair );
120
- PHP_FUNCTION (sodium_crypto_sign_keypair_from_secretkey_and_publickey );
121
- PHP_FUNCTION (sodium_crypto_sign_open );
122
- PHP_FUNCTION (sodium_crypto_sign_publickey );
123
- PHP_FUNCTION (sodium_crypto_sign_publickey_from_secretkey );
124
- PHP_FUNCTION (sodium_crypto_sign_secretkey );
125
- PHP_FUNCTION (sodium_crypto_sign_seed_keypair );
126
- PHP_FUNCTION (sodium_crypto_sign_verify_detached );
127
- PHP_FUNCTION (sodium_crypto_stream );
128
- PHP_FUNCTION (sodium_crypto_stream_keygen );
129
- PHP_FUNCTION (sodium_crypto_stream_xor );
130
- PHP_FUNCTION (sodium_crypto_stream_xchacha20 );
131
- PHP_FUNCTION (sodium_crypto_stream_xchacha20_keygen );
132
- PHP_FUNCTION (sodium_crypto_stream_xchacha20_xor );
133
- PHP_FUNCTION (sodium_hex2bin );
134
- PHP_FUNCTION (sodium_increment );
135
- PHP_FUNCTION (sodium_memcmp );
136
- PHP_FUNCTION (sodium_memzero );
137
- PHP_FUNCTION (sodium_pad );
138
- PHP_FUNCTION (sodium_unpad );
139
-
140
36
#endif /* PHP_LIBSODIUM_H */
0 commit comments