Lines Matching defs:PHP_FUNCTION

652 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
676 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
699 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
728 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
748 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
780 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
826 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
871 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
911 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
951 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
990 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
1039 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
1061 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
1094 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1131 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
1156 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
1182 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
1210 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
1260 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
1308 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
1344 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
1383 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
1405 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
1438 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1475 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1505 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1530 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1556 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1602 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1647 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1688 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1724 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1764 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1804 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1892 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1947 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1966 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
1996 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
2058 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
2105 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
2133 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
2146 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
2212 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
2280 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
2342 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
2405 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2471 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2540 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2602 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2671 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2695 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2733 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2762 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2807 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2838 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2870 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2890 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2915 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2941 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
2991 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
3041 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
3071 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
3103 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
3132 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
3161 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
3184 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
3196 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
3207 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3219 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3231 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
3242 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
3253 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
3264 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
3275 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
3286 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
3297 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
3368 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3443 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3508 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3519 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3547 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3609 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3643 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3698 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function