MD2 is a hash algorithm that takes a message and produces a 128-bit message digest. The MD2 functions are defined in humd2.h.
No parameter or key objects are required to perform hash operations - only a hash context is necessary. These hash contexts are created and destroyed by the hu_MD2Begin() and hu_MD2End() functions, respectively.
It is recommended to avoid using MD2 due to the security risks. Please see the Security Builder Crypto Guide for further information.