5. CMOX_SHA224 ¶
5.1. SHA224 macros ¶
- group CMOX_SHA224_MACROS
-
Defines
-
CMOX_SHA224_SIZE
-
Maximum size in bytes of a SHA224 digest
-
CMOX_SHA224_SIZE
5.2. SHA224 module public method prototypes ¶
- 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
-
cmox_hash_handle_t
*
cmox_sha224_construct
(
cmox_sha224_handle_t
*
P_pThis
)
5.3. SHA224 module public types ¶
- group CMOX_SHA224_PUBLIC_TYPES
-
Typedefs
-
typedef
cmox_mdSmall_handle_t
cmox_sha224_handle_t
-
SHA224 handle type definition.
-
typedef
cmox_mdSmall_handle_t
cmox_sha224_handle_t