Terraria v1.4.4.9
Terraria source code documentation
|
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.AeadCommon | inlinestatic |
Decrypt(SafeKeyHandle keyHandle, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > associatedData, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, bool clearPlaintextOnFailure) | System.Security.Cryptography.AeadCommon | inlinestatic |
Encrypt(SafeKeyHandle keyHandle, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > associatedData, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag) | System.Security.Cryptography.AeadCommon | inlinestatic |
GetNonNullPinnableReference(ReadOnlySpan< byte > buffer) | System.Security.Cryptography.AeadCommon | inlineprivatestatic |
GetNonNullPinnableReference(Span< byte > buffer) | System.Security.Cryptography.AeadCommon | inlineprivatestatic |