Navigation
API > API/Plugins > API/Plugins/PlatformCryptoOpenSSL > API/Plugins/PlatformCryptoOpenSSL/FSHA256HasherOpenSSL
References
| Module | PlatformCryptoOpenSSL |
| Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h |
| Include | #include "EncryptionContextOpenSSL.h" |
| Source | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp |
EPlatformCryptoResult Finalize
(
const TArrayView < uint8 > OutDataBuffer
)
Remarks
Finalize the computation of the message digest. After calling this method, Init must be called again if this object is meant to be reused for hashing a new input.
Parameters
| Name | Description |
|---|---|
| OutDataBuffer | A buffer that can hold the message digest bytes. Call GetOutputByteLength to determine the necessary size. |