Go to the source code of this file.
◆ plugin_sha512_block_size()
static RzHashSize plugin_sha512_block_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_sha512_context_free()
static void plugin_sha512_context_free |
( |
void * |
context | ) |
|
|
static |
◆ plugin_sha512_context_new()
static void* plugin_sha512_context_new |
( |
| ) |
|
|
static |
◆ plugin_sha512_digest_size()
static RzHashSize plugin_sha512_digest_size |
( |
void * |
context | ) |
|
|
static |
◆ plugin_sha512_final()
static bool plugin_sha512_final |
( |
void * |
context, |
|
|
ut8 * |
digest |
|
) |
| |
|
static |
◆ plugin_sha512_init()
static bool plugin_sha512_init |
( |
void * |
context | ) |
|
|
static |
◆ plugin_sha512_small_block()
◆ plugin_sha512_update()
static bool plugin_sha512_update |
( |
void * |
context, |
|
|
const ut8 * |
data, |
|
|
ut64 |
size |
|
) |
| |
|
static |
◆ rizin_plugin
Initial value:= {
}
RzHashPlugin rz_hash_plugin_sha512
Definition at line 96 of file algo_sha512.c.
◆ rz_hash_plugin_sha512
Initial value:= {
.name = "sha512",
.author = "Aaron D. Gifford",
.license = "BSD-3",
.support_hmac = true,
}
static RzHashSize plugin_sha512_digest_size(void *context)
static void plugin_sha512_context_free(void *context)
static RzHashSize plugin_sha512_block_size(void *context)
static bool plugin_sha512_final(void *context, ut8 *digest)
static bool plugin_sha512_small_block(const ut8 *data, ut64 size, ut8 **digest, RzHashSize *digest_size)
static bool plugin_sha512_update(void *context, const ut8 *data, ut64 size)
static bool plugin_sha512_init(void *context)
static void * plugin_sha512_context_new()
Definition at line 78 of file algo_sha512.c.