Go to the source code of this file.
◆ plugin_xor16_block_size()
static RzHashSize plugin_xor16_block_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor16_context_free()
static void plugin_xor16_context_free |
( |
void * |
context | ) |
|
|
static |
Definition at line 13 of file algo_xor16.c.
RZ_API void Ht_() free(HtName_(Ht) *ht)
References free().
◆ plugin_xor16_context_new()
static void* plugin_xor16_context_new |
( |
| ) |
|
|
static |
◆ plugin_xor16_digest_size()
static RzHashSize plugin_xor16_digest_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor16_final()
static bool plugin_xor16_final |
( |
void * |
context, |
|
|
ut8 * |
digest |
|
) |
| |
|
static |
◆ plugin_xor16_init()
static bool plugin_xor16_init |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor16_small_block()
◆ plugin_xor16_update()
◆ rizin_plugin
Initial value:= {
}
RzHashPlugin rz_hash_plugin_xor16
Definition at line 81 of file algo_xor16.c.
◆ rz_hash_plugin_xor16
Initial value:= {
.name = "xor16",
.license = "LGPL3",
.author = "deroad",
.support_hmac = false,
}
static bool plugin_xor16_final(void *context, ut8 *digest)
static void plugin_xor16_context_free(void *context)
static void * plugin_xor16_context_new()
static bool plugin_xor16_update(void *context, const ut8 *data, ut64 size)
static bool plugin_xor16_init(void *context)
static RzHashSize plugin_xor16_block_size(void *context)
static bool plugin_xor16_small_block(const ut8 *data, ut64 size, ut8 **digest, RzHashSize *digest_size)
static RzHashSize plugin_xor16_digest_size(void *context)
Definition at line 65 of file algo_xor16.c.