Rizin
unix-like reverse engineering framework and cli tools
rz_hash_context Struct Reference

Public Attributes

RzHashrh
 
bool as_prefix
 
bool little_endian
 
bool show_blocks
 
bool use_stdin
 
char * algorithm
 
char * compare
 
char * input
 
char * iv
 
const char ** files
 
RzHashBuffer key
 
RzHashBuffer seed
 
RzHashMode mode
 
RzHashOffset offset
 
RzHashOp operation
 
ut32 nfiles
 
ut64 block_size
 
ut64 iterate
 
PJpj
 

Detailed Description

Definition at line 47 of file rz-hash.c.

Member Data Documentation

◆ algorithm

char* rz_hash_context::algorithm

Definition at line 53 of file rz-hash.c.

◆ as_prefix

bool rz_hash_context::as_prefix

Definition at line 49 of file rz-hash.c.

◆ block_size

ut64 rz_hash_context::block_size

Definition at line 64 of file rz-hash.c.

◆ compare

char* rz_hash_context::compare

Definition at line 54 of file rz-hash.c.

◆ files

const char** rz_hash_context::files

Definition at line 57 of file rz-hash.c.

◆ input

char* rz_hash_context::input

Definition at line 55 of file rz-hash.c.

◆ iterate

ut64 rz_hash_context::iterate

Definition at line 65 of file rz-hash.c.

◆ iv

char* rz_hash_context::iv

Definition at line 56 of file rz-hash.c.

◆ key

RzHashBuffer rz_hash_context::key

Definition at line 58 of file rz-hash.c.

◆ little_endian

bool rz_hash_context::little_endian

Definition at line 50 of file rz-hash.c.

◆ mode

RzHashMode rz_hash_context::mode

Definition at line 60 of file rz-hash.c.

Referenced by test_group_name.GroupTest::run().

◆ nfiles

ut32 rz_hash_context::nfiles

Definition at line 63 of file rz-hash.c.

◆ offset

RzHashOffset rz_hash_context::offset

Definition at line 61 of file rz-hash.c.

◆ operation

RzHashOp rz_hash_context::operation

Definition at line 62 of file rz-hash.c.

◆ pj

PJ* rz_hash_context::pj

Definition at line 67 of file rz-hash.c.

◆ rh

RzHash* rz_hash_context::rh

Definition at line 48 of file rz-hash.c.

◆ seed

RzHashBuffer rz_hash_context::seed

Definition at line 59 of file rz-hash.c.

◆ show_blocks

bool rz_hash_context::show_blocks

Definition at line 51 of file rz-hash.c.

◆ use_stdin

bool rz_hash_context::use_stdin

Definition at line 52 of file rz-hash.c.


The documentation for this struct was generated from the following file: