Lines Matching refs:PHP_FUNCTION

407 PHP_FUNCTION(sodium_memzero)  in PHP_FUNCTION()  function
431 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
454 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
483 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
503 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() function
533 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() function
575 PHP_FUNCTION(sodium_crypto_secretbox_open) in PHP_FUNCTION() function
616 PHP_FUNCTION(sodium_crypto_generichash) in PHP_FUNCTION() function
656 PHP_FUNCTION(sodium_crypto_generichash_init) in PHP_FUNCTION() function
696 PHP_FUNCTION(sodium_crypto_generichash_update) in PHP_FUNCTION() function
735 PHP_FUNCTION(sodium_crypto_generichash_final) in PHP_FUNCTION() function
784 PHP_FUNCTION(sodium_crypto_box_keypair) in PHP_FUNCTION() function
806 PHP_FUNCTION(sodium_crypto_box_seed_keypair) in PHP_FUNCTION() function
837 PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
870 PHP_FUNCTION(sodium_crypto_box_secretkey) in PHP_FUNCTION() function
893 PHP_FUNCTION(sodium_crypto_box_publickey) in PHP_FUNCTION() function
917 PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) in PHP_FUNCTION() function
943 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
989 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() function
1033 PHP_FUNCTION(sodium_crypto_box_seal) in PHP_FUNCTION() function
1067 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() function
1104 PHP_FUNCTION(sodium_crypto_sign_keypair) in PHP_FUNCTION() function
1126 PHP_FUNCTION(sodium_crypto_sign_seed_keypair) in PHP_FUNCTION() function
1157 PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) in PHP_FUNCTION() function
1190 PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) in PHP_FUNCTION() function
1218 PHP_FUNCTION(sodium_crypto_sign_secretkey) in PHP_FUNCTION() function
1241 PHP_FUNCTION(sodium_crypto_sign_publickey) in PHP_FUNCTION() function
1265 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function
1309 PHP_FUNCTION(sodium_crypto_sign_open) in PHP_FUNCTION() function
1352 PHP_FUNCTION(sodium_crypto_sign_detached) in PHP_FUNCTION() function
1391 PHP_FUNCTION(sodium_crypto_sign_verify_detached) in PHP_FUNCTION() function
1423 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() function
1463 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() function
1503 PHP_FUNCTION(sodium_crypto_stream_xchacha20) in PHP_FUNCTION() function
1543 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor) in PHP_FUNCTION() function
1584 PHP_FUNCTION(sodium_crypto_pwhash) in PHP_FUNCTION() function
1674 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() function
1727 PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) in PHP_FUNCTION() function
1745 PHP_FUNCTION(sodium_crypto_pwhash_str_verify) in PHP_FUNCTION() function
1774 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) in PHP_FUNCTION() function
1832 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) in PHP_FUNCTION() function
1877 PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) in PHP_FUNCTION() function
1905 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) in PHP_FUNCTION() function
1918 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() function
1978 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() function
2040 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() function
2096 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() function
2153 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2213 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2276 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() function
2332 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) in PHP_FUNCTION() function
2395 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2419 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2457 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2485 PHP_FUNCTION(sodium_base642bin) in PHP_FUNCTION() function
2529 PHP_FUNCTION(sodium_crypto_scalarmult) in PHP_FUNCTION() function
2562 PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255) in PHP_FUNCTION() function
2596 PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255_base) in PHP_FUNCTION() function
2624 PHP_FUNCTION(sodium_crypto_kx_seed_keypair) in PHP_FUNCTION() function
2656 PHP_FUNCTION(sodium_crypto_kx_keypair) in PHP_FUNCTION() function
2677 PHP_FUNCTION(sodium_crypto_kx_secretkey) in PHP_FUNCTION() function
2700 PHP_FUNCTION(sodium_crypto_kx_publickey) in PHP_FUNCTION() function
2724 PHP_FUNCTION(sodium_crypto_kx_client_session_keys) in PHP_FUNCTION() function
2774 PHP_FUNCTION(sodium_crypto_kx_server_session_keys) in PHP_FUNCTION() function
2824 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() function
2854 PHP_FUNCTION(sodium_crypto_auth_verify) in PHP_FUNCTION() function
2886 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() function
2913 PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) in PHP_FUNCTION() function
2940 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
2963 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) in PHP_FUNCTION() function
2975 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) in PHP_FUNCTION() function
2986 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
2998 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) in PHP_FUNCTION() function
3010 PHP_FUNCTION(sodium_crypto_auth_keygen) in PHP_FUNCTION() function
3021 PHP_FUNCTION(sodium_crypto_generichash_keygen) in PHP_FUNCTION() function
3032 PHP_FUNCTION(sodium_crypto_kdf_keygen) in PHP_FUNCTION() function
3043 PHP_FUNCTION(sodium_crypto_secretbox_keygen) in PHP_FUNCTION() function
3054 PHP_FUNCTION(sodium_crypto_shorthash_keygen) in PHP_FUNCTION() function
3065 PHP_FUNCTION(sodium_crypto_stream_keygen) in PHP_FUNCTION() function
3076 PHP_FUNCTION(sodium_crypto_stream_xchacha20_keygen) in PHP_FUNCTION() function
3088 PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) in PHP_FUNCTION() function
3159 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
3234 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() function
3299 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) in PHP_FUNCTION() function
3310 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) in PHP_FUNCTION() function
3336 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) in PHP_FUNCTION() function
3398 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() function
3428 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() function
3483 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) in PHP_FUNCTION() function
3510 PHP_FUNCTION(sodium_crypto_core_ristretto255_add) in PHP_FUNCTION() function
3543 PHP_FUNCTION(sodium_crypto_core_ristretto255_from_hash) in PHP_FUNCTION() function
3569 PHP_FUNCTION(sodium_crypto_core_ristretto255_is_valid_point) in PHP_FUNCTION() function
3587 PHP_FUNCTION(sodium_crypto_core_ristretto255_random) in PHP_FUNCTION() function
3600 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_add) in PHP_FUNCTION() function
3629 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_complement) in PHP_FUNCTION() function
3651 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_invert) in PHP_FUNCTION() function
3677 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_mul) in PHP_FUNCTION() function
3706 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_negate) in PHP_FUNCTION() function
3728 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_random) in PHP_FUNCTION() function
3741 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_reduce) in PHP_FUNCTION() function
3763 PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_sub) in PHP_FUNCTION() function
3792 PHP_FUNCTION(sodium_crypto_core_ristretto255_sub) in PHP_FUNCTION() function