.. _sha1final: SHA1Final ========= Completes computation of the SHA-1 digest value. Syntax ------ IppStatus ippsSHA1Final(Ipp8u \*pMD, IppsSHA1State \*pCtx); Include Files ------------- ``ippcp.h`` Parameters ---------- .. list-table:: :header-rows: 0 * - pMD - Pointer to the resultant digest value. * - pCtx - Pointer to the IppsSHA1State context. Description ----------- The function completes calculation of the digest value and stores the result into the specified memory. Return Values ------------- .. list-table:: :header-rows: 0 * - ippStsNoErr - Indicates no error. Any other value indicates an error or warning. * - ippStsNullPtrErr - Indicates an error condition if any of the specified pointers is NULL. * - ippStsContextMatchErr - Indicates an error condition if the context parameter does not match the operation.