terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.Security.Cryptography.AesCcm, including all inherited members.
AesCcm(byte[] key) | System.Security.Cryptography.AesCcm | inline |
AesCcm(ReadOnlySpan< byte > key) | System.Security.Cryptography.AesCcm | inline |
Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, [Optional] byte[] associatedData) | System.Security.Cryptography.AesCcm | inline |
Decrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, [Optional] ReadOnlySpan< byte > associatedData) | System.Security.Cryptography.AesCcm | inline |
Dispose() | System.Security.Cryptography.AesCcm | inline |
Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, [Optional] byte[] associatedData) | System.Security.Cryptography.AesCcm | inline |
Encrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, [Optional] ReadOnlySpan< byte > associatedData) | System.Security.Cryptography.AesCcm | inline |
NonceByteSizes | System.Security.Cryptography.AesCcm | static |
TagByteSizes | System.Security.Cryptography.AesCcm | static |