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

#include <rz_crypto.h>

Public Attributes

struct rz_crypto_plugin_th
 
ut8key
 
ut8iv
 
int key_len
 
ut8output
 
int output_len
 
int output_size
 
int dir
 
void * user
 
RzListplugins
 

Detailed Description

Definition at line 27 of file rz_crypto.h.

Member Data Documentation

◆ dir

◆ h

◆ iv

ut8* rz_crypto_t::iv

Definition at line 30 of file rz_crypto.h.

Referenced by rz_crypto_free().

◆ key

ut8* rz_crypto_t::key

Definition at line 29 of file rz_crypto.h.

Referenced by rz_crypto_free().

◆ key_len

int rz_crypto_t::key_len

Definition at line 31 of file rz_crypto.h.

◆ output

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().

◆ output_len

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().

◆ output_size

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().

◆ plugins

RzList* rz_crypto_t::plugins

◆ user


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