![]() |
![]() |
![]() |
Evolution-Data-Server Manual: Utilities (libedataserver) | ![]() |
---|---|---|---|---|
Top | Description |
MD5Context; void md5_get_digest (const gchar *buffer, gint buffer_size, guchar digest[16]); void md5_get_digest_from_file (const gchar *filename, guchar digest[16]); void md5_init (MD5Context *ctx); void md5_update (MD5Context *ctx, const guchar *buf, guint32 len); void md5_final (MD5Context *ctx, guchar digest[16]);
typedef struct { } MD5Context;
MD5Context
is deprecated and should not be used in newly-written code.
A buffer structure used for md5 calculation.
void md5_get_digest (const gchar *buffer, gint buffer_size, guchar digest[16]);
md5_get_digest
is deprecated and should not be used in newly-written code.
|
|
|
|
|
void md5_get_digest_from_file (const gchar *filename, guchar digest[16]);
md5_get_digest_from_file
is deprecated and should not be used in newly-written code.
|
|
|
void md5_init (MD5Context *ctx);
md5_init
is deprecated and should not be used in newly-written code.
|
void md5_update (MD5Context *ctx, const guchar *buf, guint32 len);
md5_update
is deprecated and should not be used in newly-written code.
|
|
|
|
|
void md5_final (MD5Context *ctx, guchar digest[16]);
md5_final
is deprecated and should not be used in newly-written code.
|
|
|