![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
AcquireSHA224Info() allocate the SHA224Info structure. The format of the AcquireSHA224Info method is: SHA224Info *AcquireSHA224Info(void) DestroySHA224Info() zeros memory associated with the SHA224Info structure. The format of the DestroySHA224Info method is: SHA224Info *DestroySHA224Info(SHA224Info *sha_info) A description of each parameter follows: sha_infoThe cipher sha_info. FinalizeSHA224() finalizes the SHA224 message accumulator computation. The format of the FinalizeSHA224 method is: FinalizeSHA224(SHA224Info *sha_info) A description of each parameter follows: sha_infoThe address of a structure of type SHA224Info. GetSHA224Blocksize() returns the SHA224 blocksize. The format of the GetSHA224Blocksize method is: unsigned int *GetSHA224Blocksize(const SHA224Info *sha224_info) A description of each parameter follows: sha224_infoThe sha224 info. GetSHA224Digest() returns the SHA224 digest. The format of the GetSHA224Digest method is: const StringInfo *GetSHA224Digest(const SHA224Info *sha224_info) A description of each parameter follows: sha224_infoThe sha224 info. GetSHA224Digestsize() returns the SHA224 digest size. The format of the GetSHA224Digestsize method is: unsigned int *GetSHA224Digestsize(const SHA224Info *sha224_info) A description of each parameter follows: sha224_infoThe sha224 info. IntializeSHA224() intializes the SHA224 accumulator. The format of the DestroySHA224Info method is: void InitializeSHA224Info(SHA224Info *sha_info) A description of each parameter follows: sha_infoThe cipher sha_info. TransformSHA224() transforms the SHA224 message accumulator. The format of the TransformSHA224 method is: TransformSHA224(SHA224Info *sha_info) A description of each parameter follows: sha_infoThe address of a structure of type SHA224Info. UpdateSHA224() updates the SHA224 message accumulator. The format of the UpdateSHA224 method is: UpdateSHA224(SHA224Info *sha_info,const StringInfo *message) A description of each parameter follows: sha_infoThe address of a structure of type SHA224Info. messageThe message. |