11.24.1. MD2
The MD2 mechanism, denoted CKM_MD2, is a mechanism for message digesting, following the MD2 message-digest algorithm defined in RFC 1319.
It does not have a parameter.
Constraints on the length of data are summarized in the following table:
Table 90, MD2: Data Length
Function
|
Data length
|
Digest length
|
C_Digest
|
any
|
16
| 11.24.2. General-length MD2-HMAC
The general-length MD2-HMAC mechanism, denoted CKM_MD2_HMAC_GENERAL, is a mechanism for signatures and verification. It uses the HMAC construction, based on the MD2 hash function. The keys it uses are generic secret keys.
It has a parameter, a CK_MAC_GENERAL_PARAMS, which holds the length in bytes of the desired output. This length should be in the range 0-16 (the output size of MD2 is 16 bytes). Signatures (MACs) produced by this mechanism will be taken from the start of the full 16-byte HMAC output.
Table 91, General-length MD2-HMAC: Key And Data Length
Function
|
Key type
|
Data length
|
Signature length
|
C_Sign
|
generic secret
|
any
|
0-16, depending on parameters
|
C_Verify
|
generic secret
|
any
|
0-16, depending on parameters
|
Share with your friends: |