Go to the source code of this file.
|
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) |
|
◆ __ZE_MSG_HASH_H
#define __ZE_MSG_HASH_H 1 |
◆ HASH_MD5
◆ HASH_PLAIN
◆ HASH_SHA1
◆ HASH_UNDEF
◆ hash_code2label()
char* hash_code2label |
( |
int |
code | ) |
|
◆ hash_label2code()
int hash_label2code |
( |
char * |
label | ) |
|
◆ jmc_str2md5()
bool jmc_str2md5 |
( |
char * |
sout, |
|
|
unsigned char * |
sin, |
|
|
size_t |
szout |
|
) |
| |
◆ jmc_str2sha1()
bool jmc_str2sha1 |
( |
char * |
sout, |
|
|
unsigned char * |
sin, |
|
|
size_t |
szout |
|
) |
| |
◆ str2hash2b64()
bool str2hash2b64 |
( |
int |
code, |
|
|
char * |
sout, |
|
|
char * |
sin, |
|
|
size_t |
szout |
|
) |
| |
◆ str2hash2hex()
bool str2hash2hex |
( |
int |
code, |
|
|
char * |
sout, |
|
|
char * |
sin, |
|
|
size_t |
szout |
|
) |
| |