4. CMOX_SHA1 ¶
4.1. SHA1 macros ¶
- group CMOX_SHA1_MACROS
-
Defines
-
CMOX_SHA1_SIZE
-
Maximum size in bytes of a SHA1 digest
-
CMOX_SHA1_SIZE
4.2. SHA1 module public method prototypes ¶
- group CMOX_SHA1_PUBLIC_METHODS
-
Functions
-
cmox_hash_handle_t
*
cmox_sha1_construct
(
cmox_sha1_handle_t
*
P_pThis
)
-
SHA1 constructor.
- Parameters :
-
P_pThis – Pointer to the SHA1 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_sha1_construct
(
cmox_sha1_handle_t
*
P_pThis
)
4.3. SHA1 module public types ¶
- group CMOX_SHA1_PUBLIC_TYPES
-
Typedefs
-
typedef
cmox_mdSmall_handle_t
cmox_sha1_handle_t
-
SHA1 handle type definition.
-
typedef
cmox_mdSmall_handle_t
cmox_sha1_handle_t