Lines Matching defs:PHP_FUNCTION

193 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
217 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
240 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
269 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
289 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
319 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
361 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
402 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
442 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
482 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
521 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
570 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
592 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
623 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
656 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
679 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
703 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
729 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
775 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
819 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
853 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
890 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
912 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
943 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
976 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1005 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1028 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1052 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1096 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1139 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1178 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1210 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1250 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1290 PHP_FUNCTION(sodium_crypto_stream_xchacha20) in PHP_FUNCTION() function
1330 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor) in PHP_FUNCTION() function
1369 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor_ic) in PHP_FUNCTION() function
1414 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1504 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1557 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1575 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
1604 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
1662 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
1707 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
1735 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
1748 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
1808 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
1870 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
1926 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
1983 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2043 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2106 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2162 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2225 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2249 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2287 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2315 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2359 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2392 PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255) in PHP_FUNCTION() function
2426 PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255_base) in PHP_FUNCTION() function
2454 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2487 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2509 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2532 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2556 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
2606 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
2656 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
2687 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
2719 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
2747 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
2775 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
2798 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
2810 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
2821 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
2833 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
2845 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
2856 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
2867 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
2878 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
2889 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
2900 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
2911 PHP_FUNCTION(sodium_crypto_stream_xchacha20_keygen) in PHP_FUNCTION() function
2923 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
2994 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3070 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3135 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3146 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3172 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3234 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3264 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3319 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function
3346 PHP_FUNCTION(sodium_crypto_core_ristretto255_add) in PHP_FUNCTION() function
3379 PHP_FUNCTION(sodium_crypto_core_ristretto255_from_hash) in PHP_FUNCTION() function
3405 PHP_FUNCTION(sodium_crypto_core_ristretto255_is_valid_point) in PHP_FUNCTION() function
3423 PHP_FUNCTION(sodium_crypto_core_ristretto255_random) in PHP_FUNCTION() function
3436 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_add) in PHP_FUNCTION() function
3465 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_complement) in PHP_FUNCTION() function
3487 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_invert) in PHP_FUNCTION() function
3513 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_mul) in PHP_FUNCTION() function
3542 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_negate) in PHP_FUNCTION() function
3564 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_random) in PHP_FUNCTION() function
3577 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_reduce) in PHP_FUNCTION() function
3599 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_sub) in PHP_FUNCTION() function
3628 PHP_FUNCTION(sodium_crypto_core_ristretto255_sub) in PHP_FUNCTION() function