Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
bool | rz_entropy_init (RzEntropy *ctx) |
bool | rz_entropy_update (RzEntropy *ctx, const ut8 *data, size_t len) |
bool | rz_entropy_final (ut8 *digest, RzEntropy *ctx, bool fraction) |
Definition at line 24 of file entropy.c.
References count, i, p, RZ_MIN, rz_return_val_if_fail, rz_write_be_double(), and ut64().
Referenced by plugin_entropy_final(), and plugin_entropy_small_block().
Definition at line 9 of file entropy.c.
References memset(), and rz_return_val_if_fail.
Referenced by plugin_entropy_init(), and plugin_entropy_small_block().
Definition at line 15 of file entropy.c.
References i, len, and rz_return_val_if_fail.
Referenced by plugin_entropy_small_block(), and plugin_entropy_update().