Go to the source code of this file.
◆ plugin_adler32_block_size()
static RzHashSize plugin_adler32_block_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_adler32_context_free()
static void plugin_adler32_context_free |
( |
void * |
context | ) |
|
|
static |
◆ plugin_adler32_context_new()
static void* plugin_adler32_context_new |
( |
| ) |
|
|
static |
◆ plugin_adler32_digest_size()
static RzHashSize plugin_adler32_digest_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_adler32_final()
static bool plugin_adler32_final |
( |
void * |
context, |
|
|
ut8 * |
digest |
|
) |
| |
|
static |
◆ plugin_adler32_init()
static bool plugin_adler32_init |
( |
void * |
context | ) |
|
|
static |
◆ plugin_adler32_small_block()
◆ plugin_adler32_update()
static bool plugin_adler32_update |
( |
void * |
context, |
|
|
const ut8 * |
data, |
|
|
ut64 |
size |
|
) |
| |
|
static |
◆ rizin_plugin
Initial value:= {
}
RzHashPlugin rz_hash_plugin_adler32
Definition at line 81 of file algo_adler32.c.
◆ rz_hash_plugin_adler32
Initial value:= {
.name = "adler32",
.license = "LGPL3",
.author = "deroad",
.support_hmac = false,
}
static bool plugin_adler32_init(void *context)
static void plugin_adler32_context_free(void *context)
static bool plugin_adler32_final(void *context, ut8 *digest)
static bool plugin_adler32_update(void *context, const ut8 *data, ut64 size)
static void * plugin_adler32_context_new()
static RzHashSize plugin_adler32_block_size(void *context)
static bool plugin_adler32_small_block(const ut8 *data, ut64 size, ut8 **digest, RzHashSize *digest_size)
static RzHashSize plugin_adler32_digest_size(void *context)
Definition at line 65 of file algo_adler32.c.