Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.AeadCommon Member List

This is the complete list of members for System.Security.Cryptography.AeadCommon, including all inherited members.

CheckArgumentsForNull(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag)System.Security.Cryptography.AeadCommoninlinestatic
Decrypt(SafeKeyHandle keyHandle, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > associatedData, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, bool clearPlaintextOnFailure)System.Security.Cryptography.AeadCommoninlinestatic
Encrypt(SafeKeyHandle keyHandle, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > associatedData, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag)System.Security.Cryptography.AeadCommoninlinestatic
GetNonNullPinnableReference(ReadOnlySpan< byte > buffer)System.Security.Cryptography.AeadCommoninlineprivatestatic
GetNonNullPinnableReference(Span< byte > buffer)System.Security.Cryptography.AeadCommoninlineprivatestatic