terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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(global::System.ReadOnlySpan< byte > key) | System.Security.Cryptography.AesCcm | inline |
Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData=null) | System.Security.Cryptography.AesCcm | inline |
Decrypt(global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > ciphertext, global::System.ReadOnlySpan< byte > tag, global::System.Span< byte > plaintext, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >)) | System.Security.Cryptography.AesCcm | inline |
Dispose() | System.Security.Cryptography.AesCcm | inline |
Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData=null) | System.Security.Cryptography.AesCcm | inline |
Encrypt(global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > plaintext, global::System.Span< byte > ciphertext, global::System.Span< byte > tag, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >)) | System.Security.Cryptography.AesCcm | inline |
NonceByteSizes | System.Security.Cryptography.AesCcm | static |
TagByteSizes | System.Security.Cryptography.AesCcm | static |