ze-filter  (ze-filter-0.8.0-develop-180218)
ze-msg-hash.c File Reference
#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)
 

Function Documentation

◆ hash_code2label()

char* hash_code2label ( int  code)

Definition at line 209 of file ze-msg-hash.c.

◆ hash_label2code()

int hash_label2code ( char *  label)

Definition at line 189 of file ze-msg-hash.c.

◆ jmc_str2md5()

bool jmc_str2md5 ( char *  sout,
unsigned char *  sin,
size_t  szout 
)

Definition at line 37 of file ze-msg-hash.c.

◆ jmc_str2sha1()

bool jmc_str2sha1 ( char *  sout,
unsigned char *  sin,
size_t  szout 
)

Definition at line 60 of file ze-msg-hash.c.

◆ str2hash2b64()

bool str2hash2b64 ( int  code,
char *  sout,
char *  sin,
size_t  szout 
)

Definition at line 148 of file ze-msg-hash.c.

◆ str2hash2hex()

bool str2hash2hex ( int  code,
char *  sout,
char *  sin,
size_t  szout 
)

Definition at line 107 of file ze-msg-hash.c.