|
| static | REQUIRES_SERVICE_PLACEHOLDER (mysql_udf_metadata) |
| | classic_hashing component exposes the MD5, SHA1 and SHA UDFs that generates the respective hashes. More...
|
| |
| static | REQUIRES_SERVICE_PLACEHOLDER (udf_registration) |
| |
| static bool | check_init_common (UDF_INIT *initd, UDF_ARGS *args, char *message) |
| |
| static void | local_array_to_hex (char *to, const unsigned char *str, unsigned len) |
| |
| static void | fips::read_mode () |
| |
| static const EVP_MD * | sha::my_EVP_sha1 () |
| |
| static void | sha::init () |
| |
| static void | sha::deinit () |
| |
| static void | sha::compute_sha1_hash (unsigned char *digest, const char *buf, size_t len) |
| | Wrapper function to compute SHA1 message digest. More...
|
| |
| static bool | sha::check_init (UDF_INIT *initd, UDF_ARGS *args, char *message) |
| |
| static char * | sha::udf (UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *null_value, unsigned char *error) |
| |
| static int | md5::md5_hash (unsigned char *digest, const char *buf, size_t len) |
| |
| static char * | md5::udf (UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *null_value, unsigned char *error) |
| |
| static bool | md5::check_init (UDF_INIT *initd, UDF_ARGS *args, char *message) |
| |
| static mysql_service_status_t | init () |
| | Component initialization. More...
|
| |
| static mysql_service_status_t | deinit () |
| | Component deinitialization. More...
|
| |
| | END_COMPONENT_PROVIDES () |
| |
| | REQUIRES_SERVICE (udf_registration) |
| |
| | REQUIRES_SERVICE (mysql_udf_metadata) |
| |
| | END_COMPONENT_REQUIRES () |
| |
| | METADATA ("mysql.author", "Oracle Corporation") |
| |
| | METADATA ("mysql.license", "GPL") |
| |
| | END_COMPONENT_METADATA () |
| |