Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_crypto.h>
Public Attributes | |
struct rz_crypto_plugin_t * | h |
ut8 * | key |
ut8 * | iv |
int | key_len |
ut8 * | output |
int | output_len |
int | output_size |
int | dir |
void * | user |
RzList * | plugins |
Definition at line 27 of file rz_crypto.h.
int rz_crypto_t::dir |
Definition at line 35 of file rz_crypto.h.
Referenced by aes_cbc_set_key(), aes_set_key(), base64_set_key(), base91_set_key(), blowfish_set_key(), des_set_key(), punycode_set_key(), rc2_set_key(), rc6_set_key(), rol_set_key(), ror_set_key(), rot_set_key(), serpent_set_key(), set_key(), and update().
struct rz_crypto_plugin_t* rz_crypto_t::h |
Definition at line 28 of file rz_crypto.h.
Referenced by rz_crypto_final(), rz_crypto_free(), rz_crypto_set_iv(), rz_crypto_set_key(), rz_crypto_update(), and rz_crypto_use().
ut8* rz_crypto_t::iv |
Definition at line 30 of file rz_crypto.h.
Referenced by rz_crypto_free().
ut8* rz_crypto_t::key |
Definition at line 29 of file rz_crypto.h.
Referenced by rz_crypto_free().
int rz_crypto_t::key_len |
Definition at line 31 of file rz_crypto.h.
ut8* rz_crypto_t::output |
Definition at line 32 of file rz_crypto.h.
Referenced by rz_crypto_append(), rz_crypto_free(), rz_crypto_get_output(), and rz_crypto_new().
int rz_crypto_t::output_len |
Definition at line 33 of file rz_crypto.h.
Referenced by rz_crypto_append(), and rz_crypto_get_output().
int rz_crypto_t::output_size |
Definition at line 34 of file rz_crypto.h.
Referenced by rz_crypto_append(), rz_crypto_get_output(), and rz_crypto_new().
RzList* rz_crypto_t::plugins |
Definition at line 37 of file rz_crypto.h.
Referenced by rz_crypto_add(), rz_crypto_del(), rz_crypto_free(), rz_crypto_new(), and rz_crypto_use().
void* rz_crypto_t::user |
Definition at line 36 of file rz_crypto.h.
Referenced by aes_cbc_fini(), aes_cbc_get_key_size(), aes_cbc_init(), aes_cbc_set_iv(), aes_cbc_set_key(), aes_ecb_fini(), aes_ecb_init(), aes_get_key_size(), aes_set_key(), blowfish_fini(), blowfish_get_key_size(), blowfish_init(), blowfish_set_key(), cps2_fini(), cps2_init(), des_fini(), des_get_key_size(), des_init(), des_set_key(), rc2_fini(), rc2_get_key_size(), rc2_init(), rc2_set_key(), rc4_fini(), rc4_get_key_size(), rc4_init(), rc4_set_key(), rc6_fini(), rc6_get_key_size(), rc6_init(), rc6_set_key(), rol_fini(), rol_get_key_size(), rol_init(), rol_set_key(), ror_fini(), ror_get_key_size(), ror_init(), ror_set_key(), rot_set_key(), serpent_fini(), serpent_get_key_size(), serpent_init(), serpent_set_key(), set_key(), update(), xor_fini(), xor_get_key_size(), xor_init(), and xor_set_key().