Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Internal.Cryptography.HashProviderDispenser.OneShotHashProvider, including all inherited members.
HashData(string hashAlgorithmId, ReadOnlySpan< byte > source, Span< byte > destination) | Internal.Cryptography.HashProviderDispenser.OneShotHashProvider | inlinestatic |
HashDataUsingPseudoHandle(string hashAlgorithmId, ReadOnlySpan< byte > source, ReadOnlySpan< byte > key, bool isHmac, Span< byte > destination, out int hashSize) | Internal.Cryptography.HashProviderDispenser.OneShotHashProvider | inlineprivatestatic |
HashUpdateAndFinish(SafeBCryptAlgorithmHandle algHandle, int hashSize, ReadOnlySpan< byte > key, ReadOnlySpan< byte > source, Span< byte > destination) | Internal.Cryptography.HashProviderDispenser.OneShotHashProvider | inlineprivatestatic |
MacData(string hashAlgorithmId, ReadOnlySpan< byte > key, ReadOnlySpan< byte > source, Span< byte > destination) | Internal.Cryptography.HashProviderDispenser.OneShotHashProvider | inlinestatic |