Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.CngCommon Member List

This is the complete list of members for Internal.Cryptography.CngCommon, including all inherited members.

HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)Internal.Cryptography.CngCommoninlinestatic
HashData(Stream data, HashAlgorithmName hashAlgorithm)Internal.Cryptography.CngCommoninlinestatic
HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)Internal.Cryptography.CngCommoninlinestatic
HashData(Stream data, HashAlgorithmName hashAlgorithm)Internal.Cryptography.CngCommoninlinestatic
SignHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo, int estimatedSize)Internal.Cryptography.CngCommoninlinestatic
SignHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo, int estimatedSize)Internal.Cryptography.CngCommoninlinestatic
TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)Internal.Cryptography.CngCommoninlinestatic
TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)Internal.Cryptography.CngCommoninlinestatic
TrySignHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, Span< byte > signature, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo, out int bytesWritten)Internal.Cryptography.CngCommoninlinestatic
TrySignHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, Span< byte > signature, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo, out int bytesWritten)Internal.Cryptography.CngCommoninlinestatic
VerifyHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo)Internal.Cryptography.CngCommoninlinestatic
VerifyHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *pPaddingInfo)Internal.Cryptography.CngCommoninlinestatic