![]() |
MySQL 9.6.0
Source Code Documentation
|
Functions | |
| static const EVP_MD * | my_EVP_sha1 () |
| static void | init () |
| static void | deinit () |
| static void | compute_sha1_hash (unsigned char *digest, const char *buf, size_t len) |
| Wrapper function to compute SHA1 message digest. More... | |
| static bool | check_init (UDF_INIT *initd, UDF_ARGS *args, char *message) |
| static char * | udf (UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *null_value, unsigned char *error) |
|
static |
Wrapper function to compute SHA1 message digest.
| [out] | digest | Computed SHA1 digest |
| [in] | buf | Message to be computed |
| [in] | len | Length of the message |
|
static |
|
static |
|
static |