Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static void * | plugin_entropy_context_new () |
static void | plugin_entropy_context_free (void *context) |
static RzHashSize | plugin_entropy_digest_size (void *context) |
static RzHashSize | plugin_entropy_block_size (void *context) |
static bool | plugin_entropy_init (void *context) |
static bool | plugin_entropy_update (void *context, const ut8 *data, ut64 size) |
static bool | plugin_entropy_final (void *context, ut8 *digest) |
static bool | plugin_entropy_small_block (const ut8 *data, ut64 size, ut8 **digest, RzHashSize *digest_size) |
Variables | |
RzHashPlugin | rz_hash_plugin_entropy_fract |
RZ_API RzLibStruct | rizin_plugin |
|
static |
Definition at line 21 of file algo_entropy_fractional.c.
|
static |
Definition at line 13 of file algo_entropy_fractional.c.
References free().
|
static |
Definition at line 9 of file algo_entropy_fractional.c.
References RZ_NEW0.
|
static |
Definition at line 17 of file algo_entropy_fractional.c.
Definition at line 39 of file algo_entropy_fractional.c.
References rz_entropy_final(), and rz_return_val_if_fail.
|
static |
Definition at line 25 of file algo_entropy_fractional.c.
References rz_entropy_init(), and rz_return_val_if_fail.
|
static |
Definition at line 46 of file algo_entropy_fractional.c.
References malloc(), rz_entropy_final(), rz_entropy_init(), rz_entropy_update(), and rz_return_val_if_fail.
Definition at line 32 of file algo_entropy_fractional.c.
References rz_entropy_update(), and rz_return_val_if_fail.
RZ_API RzLibStruct rizin_plugin |
Definition at line 81 of file algo_entropy_fractional.c.
RzHashPlugin rz_hash_plugin_entropy_fract |
Definition at line 65 of file algo_entropy_fractional.c.
Referenced by rz_hash_entropy_fraction().