8. CMOX_SHA384

8.1. SHA384 macros

group CMOX_SHA384_MACROS

Defines

CMOX_SHA384_SIZE

Maximum size in bytes of a SHA384 digest

8.2. SHA384 module public method prototypes

group CMOX_SHA384_PUBLIC_METHODS

Functions

cmox_hash_handle_t * cmox_sha384_construct ( cmox_sha384_handle_t * P_pThis )

SHA384 constructor.

Parameters :

P_pThis – Pointer to the SHA384 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

8.3. SHA384 module public types

group CMOX_SHA384_PUBLIC_TYPES

Typedefs

typedef cmox_mdLarge_handle_t cmox_sha384_handle_t

SHA384 handle type definition.