SHA384Final

Completes computing of the SHA-384 digest value.

Syntax

IppStatus ippsSHA384Final( Ipp8u *pMD, IppsSHA384State *pCtx );

Parameters

pMD

Pointer to the resultant digest value.

pCtx

Pointer to the IppsSHA384State context.

Description

This function is declared in the ippcp.h file. The function completes calculation of the digest value and stores the result into the specified memory.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.