10. CMOX_SM3 ¶
10.1. CMOX SM3 MACROS ¶
- group CMOX_SM3_MACROS
-
Defines
-
CMOX_SM3_SIZE
-
Maximum size in bytes of a SM3 digest
-
CMOX_SM3_SIZE
10.2. CMOX SM3 PUBLIC METHODS ¶
- group CMOX_SM3_PUBLIC_METHODS
-
Functions
-
cmox_hash_handle_t
*
cmox_sm3_construct
(
cmox_sm3_handle_t
*
P_pThis
)
-
SM3 constructor.
- Parameters :
-
P_pThis – Pointer to the SM3 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_sm3_construct
(
cmox_sm3_handle_t
*
P_pThis
)
10.3. CMOX SM3 PUBLIC TYPES ¶
- group CMOX_SM3_PUBLIC_TYPES
-
Typedefs
-
typedef
cmox_mdSmall_handle_t
cmox_sm3_handle_t
-
SM3 handle type definition.
-
typedef
cmox_mdSmall_handle_t
cmox_sm3_handle_t