Lines Matching defs:PHP_FUNCTION

670 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
694 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
717 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
746 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
766 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
798 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
844 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
889 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
929 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
969 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
1008 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
1057 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
1079 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
1112 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1149 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
1174 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
1200 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
1228 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
1278 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
1326 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
1362 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
1401 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
1423 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
1456 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1493 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1523 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1548 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1574 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1620 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1665 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1706 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1742 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1782 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1822 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1910 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1965 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1984 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
2014 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
2076 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
2123 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
2151 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
2164 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
2230 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
2298 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
2360 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
2423 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2489 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2558 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2620 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2689 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2713 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2751 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2780 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2825 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2856 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2888 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2909 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2934 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2960 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
3010 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
3060 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
3090 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
3122 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
3151 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
3180 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
3203 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
3215 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
3226 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3238 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3250 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
3261 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
3272 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
3283 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
3294 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
3305 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
3316 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
3387 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3462 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3527 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3538 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3566 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3628 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3662 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3717 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function