Lines Matching defs:PHP_FUNCTION

376 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
400 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
423 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
452 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
472 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
502 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
544 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
585 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
625 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
665 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
704 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
753 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
775 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
806 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
839 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
862 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
886 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
912 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
958 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
1002 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
1036 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
1073 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
1095 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
1126 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1159 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1187 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1210 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1234 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1278 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1321 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1360 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1392 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1432 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1472 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1562 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1615 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1633 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
1662 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
1720 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
1765 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
1793 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
1806 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
1866 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
1928 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
1984 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
2041 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2101 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2164 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2220 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2283 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2307 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2345 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2373 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2417 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2449 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2481 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2502 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2525 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2549 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
2599 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
2649 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
2679 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
2711 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
2738 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
2765 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
2788 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
2800 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
2811 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
2823 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
2835 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
2846 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
2857 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
2868 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
2879 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
2890 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
2901 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
2972 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3047 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3112 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3123 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3149 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3211 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3241 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3296 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function