Go to the source code of this file.
◆ plugin_xor8_block_size()
static RzHashSize plugin_xor8_block_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor8_context_free()
static void plugin_xor8_context_free |
( |
void * |
context | ) |
|
|
static |
Definition at line 13 of file algo_xor8.c.
RZ_API void Ht_() free(HtName_(Ht) *ht)
References free().
◆ plugin_xor8_context_new()
static void* plugin_xor8_context_new |
( |
| ) |
|
|
static |
◆ plugin_xor8_digest_size()
static RzHashSize plugin_xor8_digest_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor8_final()
static bool plugin_xor8_final |
( |
void * |
context, |
|
|
ut8 * |
digest |
|
) |
| |
|
static |
◆ plugin_xor8_init()
static bool plugin_xor8_init |
( |
void * |
context | ) |
|
|
static |
◆ plugin_xor8_small_block()
◆ plugin_xor8_update()
◆ rizin_plugin
Initial value:= {
}
RzHashPlugin rz_hash_plugin_xor8
Definition at line 81 of file algo_xor8.c.
◆ rz_hash_plugin_xor8
Initial value:= {
.name = "xor8",
.license = "LGPL3",
.author = "deroad",
.support_hmac = false,
}
static bool plugin_xor8_final(void *context, ut8 *digest)
static RzHashSize plugin_xor8_digest_size(void *context)
static bool plugin_xor8_update(void *context, const ut8 *data, ut64 size)
static RzHashSize plugin_xor8_block_size(void *context)
static void * plugin_xor8_context_new()
static bool plugin_xor8_init(void *context)
static void plugin_xor8_context_free(void *context)
static bool plugin_xor8_small_block(const ut8 *data, ut64 size, ut8 **digest, RzHashSize *digest_size)
Definition at line 65 of file algo_xor8.c.