Home
last modified time | relevance | path

Searched refs:crypto_aead_aes256gcm_decrypt (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Daead_aes256gcm.c3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3188 if (i == 0 && crypto_aead_aes256gcm_decrypt(NULL, NULL, in tv()
3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Daead_aes256gcm.c3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3188 if (i == 0 && crypto_aead_aes256gcm_decrypt(NULL, NULL, in tv()
3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Daead_aes256gcm.c3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3188 if (i == 0 && crypto_aead_aes256gcm_decrypt(NULL, NULL, in tv()
3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Daead_aes256gcm.c3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
3188 if (i == 0 && crypto_aead_aes256gcm_decrypt(NULL, NULL, in tv()
3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv()
/dports/security/py-libnacl/libnacl-1.6.1/libnacl/
H A Daead.py58 return libnacl.crypto_aead_aes256gcm_decrypt(ctxt, aad, nonce, self.sk)
69 return libnacl.crypto_aead_aes256gcm_decrypt(ctxt, aad, nonce, self.sk)
H A D__init__.py686 def crypto_aead_aes256gcm_decrypt(ctxt, aad, nonce, key): function
704 ret = nacl.crypto_aead_aes256gcm_decrypt(
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/aead/
H A Daes256gcm.rs20 crypto_aead_aes256gcm_NPUBBYTES, crypto_aead_aes256gcm_decrypt,
35 crypto_aead_aes256gcm_decrypt,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h79 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h79 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h79 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h79 int crypto_aead_aes256gcm_decrypt(unsigned char *m,
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/lib/
H A Dsodium_compat.php51 function crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key) function
54 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
H A Dphp72compat.php191 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/lib/
H A Dsodium_compat.php51 function crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key) function
54 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
H A Dphp72compat.php191 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/paragonie/sodium_compat/lib/
H A Dsodium_compat.php51 function crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key) function
54 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
H A Dphp72compat.php115 … return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt($message, $assocData, $nonce, $key);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c891 crypto_aead_aes256gcm_decrypt(unsigned char *m, in crypto_aead_aes256gcm_decrypt() function
965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() function
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c891 crypto_aead_aes256gcm_decrypt(unsigned char *m, in crypto_aead_aes256gcm_decrypt() function
965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() function
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c891 crypto_aead_aes256gcm_decrypt(unsigned char *m, in crypto_aead_aes256gcm_decrypt() function
965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c891 crypto_aead_aes256gcm_decrypt(unsigned char *m, in crypto_aead_aes256gcm_decrypt() function
965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() function
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/paragonie/sodium_compat/src/
H A DCompat.php217 public static function crypto_aead_aes256gcm_decrypt( function in ParagonIE_Sodium_Compat
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/src/
H A DCompat.php350 public static function crypto_aead_aes256gcm_decrypt( function in ParagonIE_Sodium_Compat
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/src/
H A DCompat.php350 public static function crypto_aead_aes256gcm_decrypt( function in ParagonIE_Sodium_Compat
/dports/lang/php80/php-8.0.15/ext/sodium/
H A Dlibsodium.c1909 if (crypto_aead_aes256gcm_decrypt in PHP_FUNCTION()

12