5. CMOX_SHA224

5.1. CMOX SHA224 MACROS

group CMOX_SHA224_MACROS

Defines

CMOX_SHA224_SIZE

Maximum size in bytes of a SHA224 digest

5.2. CMOX SHA224 PUBLIC METHODS

group CMOX_SHA224_PUBLIC_METHODS

Functions

cmox_hash_handle_t * cmox_sha224_construct ( cmox_sha224_handle_t * P_pThis )

SHA224 constructor.

Parameters :

P_pThis – Pointer to the SHA224 handle to initialize

Returns :

cmox_hash_handle_t* Pointer to a general hash handle. This will be used by the general purpose hash functions in order to perform the algorithm

5.3. CMOX SHA224 PUBLIC TYPES

group CMOX_SHA224_PUBLIC_TYPES

Typedefs

typedef cmox_mdSmall_handle_t cmox_sha224_handle_t

SHA224 handle type definition.