Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Macros | |
#define | RZ_HASH_MOD255_DIGEST_SIZE 4 |
#define | RZ_HASH_MOD255_BLOCK_LENGTH 0 |
Typedefs | |
typedef ut32 | RzMod255 |
Functions | |
bool | rz_mod255_init (RzMod255 *ctx) |
bool | rz_mod255_update (RzMod255 *ctx, const ut8 *data, size_t len) |
bool | rz_mod255_final (ut8 *digest, RzMod255 *ctx) |
Definition at line 23 of file mod255.c.
References rz_return_val_if_fail.
Referenced by plugin_mod255_final(), and plugin_mod255_small_block().
Definition at line 7 of file mod255.c.
References rz_return_val_if_fail.
Referenced by plugin_mod255_init(), and plugin_mod255_small_block().
Definition at line 13 of file mod255.c.
References i, len, rz_return_val_if_fail, and value.
Referenced by plugin_mod255_small_block(), and plugin_mod255_update().