7 #include "../algorithms/xor/xor.h"
69 .support_hmac =
false,
80 #ifndef RZ_PLUGIN_INCORE
static bool plugin_xor8_final(void *context, ut8 *digest)
static RzHashSize plugin_xor8_digest_size(void *context)
RzHashPlugin rz_hash_plugin_xor8
static bool plugin_xor8_update(void *context, const ut8 *data, ut64 size)
RZ_API RzLibStruct rizin_plugin
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)
RZ_API void Ht_() free(HtName_(Ht) *ht)
void * malloc(size_t size)
#define rz_return_val_if_fail(expr, val)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
bool rz_xor8_final(ut8 *digest, RzXor8 *ctx)
bool rz_xor8_init(RzXor8 *ctx)
bool rz_xor8_update(RzXor8 *ctx, const ut8 *data, size_t len)
#define RZ_HASH_XOR_BLOCK_LENGTH
#define RZ_HASH_XOR8_DIGEST_SIZE