|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <ze-sys.h>#include <libml.h>#include <libze.h>#include <ze-libjc.h>#include <ze-msg-hash.h>Go to the source code of this file.
Functions | |
| bool | jmc_str2md5 (char *sout, unsigned char *sin, size_t szout) |
| bool | jmc_str2sha1 (char *sout, unsigned char *sin, size_t szout) |
| bool | str2hash2hex (int code, char *sout, char *sin, size_t szout) |
| bool | str2hash2b64 (int code, char *sout, char *sin, size_t szout) |
| int | hash_label2code (char *label) |
| char * | hash_code2label (int code) |
| char* hash_code2label | ( | int | code | ) |
Definition at line 209 of file ze-msg-hash.c.
| int hash_label2code | ( | char * | label | ) |
Definition at line 189 of file ze-msg-hash.c.
| bool jmc_str2md5 | ( | char * | sout, |
| unsigned char * | sin, | ||
| size_t | szout | ||
| ) |
Definition at line 37 of file ze-msg-hash.c.
| bool jmc_str2sha1 | ( | char * | sout, |
| unsigned char * | sin, | ||
| size_t | szout | ||
| ) |
Definition at line 60 of file ze-msg-hash.c.
| bool str2hash2b64 | ( | int | code, |
| char * | sout, | ||
| char * | sin, | ||
| size_t | szout | ||
| ) |
Definition at line 148 of file ze-msg-hash.c.
| bool str2hash2hex | ( | int | code, |
| char * | sout, | ||
| char * | sin, | ||
| size_t | szout | ||
| ) |
Definition at line 107 of file ze-msg-hash.c.