You are here

37 calls to ParagonIE_Sodium_Compat::memzero() in Automatic Updates 8

ParagonIE_Sodium_Compat::crypto_generichash_final in vendor/paragonie/sodium_compat/src/Compat.php
Get the final BLAKE2b hash output for a given context.
ParagonIE_Sodium_Core32_Ed25519::sign_detached in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::sign_detached in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Crypto32::aead_chacha20poly1305_decrypt in vendor/paragonie/sodium_compat/src/Crypto32.php
AEAD Decryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto32::aead_chacha20poly1305_encrypt in vendor/paragonie/sodium_compat/src/Crypto32.php
AEAD Encryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto32::aead_chacha20poly1305_ietf_decrypt in vendor/paragonie/sodium_compat/src/Crypto32.php
AEAD Decryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto32::aead_chacha20poly1305_ietf_encrypt in vendor/paragonie/sodium_compat/src/Crypto32.php
AEAD Encryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto32::box_seal in vendor/paragonie/sodium_compat/src/Crypto32.php
X25519-XSalsa20-Poly1305 with one ephemeral X25519 keypair.
ParagonIE_Sodium_Crypto32::box_seal_open in vendor/paragonie/sodium_compat/src/Crypto32.php
Opens a message encrypted via box_seal().
ParagonIE_Sodium_Crypto32::secretbox in vendor/paragonie/sodium_compat/src/Crypto32.php
XSalsa20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto32::secretbox_open in vendor/paragonie/sodium_compat/src/Crypto32.php
Decrypt a ciphertext generated via secretbox().
ParagonIE_Sodium_Crypto32::secretbox_xchacha20poly1305 in vendor/paragonie/sodium_compat/src/Crypto32.php
XChaCha20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto32::secretbox_xchacha20poly1305_open in vendor/paragonie/sodium_compat/src/Crypto32.php
Decrypt a ciphertext generated via secretbox_xchacha20poly1305().
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_decrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Decryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_encrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Encryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_ietf_decrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Decryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_ietf_encrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Encryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto::box_seal in vendor/paragonie/sodium_compat/src/Crypto.php
X25519-XSalsa20-Poly1305 with one ephemeral X25519 keypair.
ParagonIE_Sodium_Crypto::box_seal_open in vendor/paragonie/sodium_compat/src/Crypto.php
Opens a message encrypted via box_seal().
ParagonIE_Sodium_Crypto::secretbox in vendor/paragonie/sodium_compat/src/Crypto.php
XSalsa20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_open in vendor/paragonie/sodium_compat/src/Crypto.php
Decrypt a ciphertext generated via secretbox().
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305 in vendor/paragonie/sodium_compat/src/Crypto.php
XChaCha20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305_open in vendor/paragonie/sodium_compat/src/Crypto.php
Decrypt a ciphertext generated via secretbox_xchacha20poly1305().
ParagonIE_Sodium_File::box_open in vendor/paragonie/sodium_compat/src/File.php
Open a boxed file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_open(), but produces the same result.
ParagonIE_Sodium_File::box_seal in vendor/paragonie/sodium_compat/src/File.php
Seal a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_seal(), but produces the same result.
ParagonIE_Sodium_File::box_seal_open in vendor/paragonie/sodium_compat/src/File.php
Open a sealed file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_seal_open(), but produces the same result.
ParagonIE_Sodium_File::secretbox_encrypt in vendor/paragonie/sodium_compat/src/File.php
Encrypt a file
ParagonIE_Sodium_File::secretbox_encrypt_core32 in vendor/paragonie/sodium_compat/src/File.php
Encrypt a file (32-bit)
ParagonIE_Sodium_File::secretbox_open in vendor/paragonie/sodium_compat/src/File.php
Seal a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_secretbox_open(), but produces the same result.
ParagonIE_Sodium_File::sign in vendor/paragonie/sodium_compat/src/File.php
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result.
ParagonIE_Sodium_File::sign_core32 in vendor/paragonie/sodium_compat/src/File.php
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result. (32-bit)
php72compat.php in vendor/paragonie/sodium_compat/lib/php72compat.php
sodium_compat.php in vendor/paragonie/sodium_compat/lib/sodium_compat.php