|
MySQL 5.6.14 Source Code Document
|


Public Types | |
| enum | { BLOCK_SIZE = 16, DIGEST_SIZE = 16, PAD_SIZE = 16, X_SIZE = 48 } |
Public Member Functions | |
| word32 | getBlockSize () const |
| word32 | getDigestSize () const |
| void | Update (const byte *, word32) |
| void | Final (byte *) |
| void | Init () |
| void | Swap (MD2 &) |