MySQL 5.6.14 Source Code Document
|
Wrapper functions for OpenSSL and YaSSL. Also provides a Compatibility layer to make available YaSSL's MD5 implementation. More...
#include <my_global.h>
#include <my_md5.h>
Go to the source code of this file.
Functions | |
void | compute_md5_hash (char *digest, const char *buf, int len) |
Wrapper functions for OpenSSL and YaSSL. Also provides a Compatibility layer to make available YaSSL's MD5 implementation.
Definition in file my_md5.cc.
void compute_md5_hash | ( | char * | digest, |
const char * | buf, | ||
int | len | ||
) |