Lines Matching defs:PHP_FUNCTION

653 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
677 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
700 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
729 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
749 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
781 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
827 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
872 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
912 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
952 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
991 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
1040 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
1062 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
1095 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1132 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
1157 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
1183 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
1211 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
1261 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
1309 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
1345 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
1384 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
1406 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
1439 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1476 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1506 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1531 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1557 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1603 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1648 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1689 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1725 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1765 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1805 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1893 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1948 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1967 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
1997 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
2059 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
2106 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
2134 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
2147 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
2213 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
2281 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
2343 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
2406 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2472 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2541 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2603 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2672 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2696 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2734 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2763 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2808 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2839 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2871 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2892 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2917 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2943 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
2993 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
3043 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
3073 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
3105 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
3134 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
3163 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
3186 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
3198 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
3209 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3221 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3233 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
3244 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
3255 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
3266 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
3277 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
3288 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
3299 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
3370 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3445 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3510 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3521 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3549 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3611 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3645 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3700 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function